.stark-component-header {
  text-align: left;
}

.stark-component-header-titles {
  text-align: center;
}

.stark-component-header .stark-component-header-mainlogo {
  max-height: 60px;
}


/*********
 * Popup *
 *********/

.mg-popup-panel-header,
.mg-popup-panel-footer {
  background-color: #0053a0;
  border: 0.1rem solid #ccc;
}

.mg-popup-panel-header h4 {
  color: white;
}

.mg-popup-panel-btn-close {
  color: white;
}

.mg-popup-panel-btn-close:hover {
  color: #eee;
}


/********************
 * Popup (Services) *
 ********************/

.stark-popup-service .mg-popup-panel-footer {
  display: block;
}


/******************
 * Popup (Trails) *
 ******************/

.main-with-left .stark-popup-panel-trail .mg-popup-panel-container {
  width: 30rem;
}

.stark-popup-panel-trail th {
  text-align: right;
}

/*********
 * Total *
 *********/

.stark-desktop .stark-component-total {
  border-bottom: 1px solid #0053a0;
  border-top: 1px solid #0053a0;
  color: #0053a0;
}


/************
 * Terms of Use *
 ************/

 .stark-ofsc-terms-header {
  text-align: center;
  border: 6px solid red;
  background: #ffff00;
  margin-left: 70px;
  padding: 1em 0 0 0;
}

.stark-ofsc-terms-body{
  border: 6px solid red;
  background: #ffff00;  
  padding: 1em 0 1em 2em;
}

.stark-ofsc-table {
  border-collapse: collapse;
}

.stark-ofsc-table-title{
  font-weight: normal;
  text-align:justify;
  padding-bottom: 5px;
}

.stark-ofsc-table-td {
  border: 1px solid black;
  text-align:justify;
  height: 50px;
  width: 50%;
  vertical-align: top;
  padding-right: 15px;;
  padding-top: 10px;
}

@media screen and (max-width: 1280px) {
  .stark-ofsc-table {
    display: none;
  } 
}

@media screen and (min-width: 1280px) {
  .stark-ofsc-min-width {
    display: none;
  }
}

/************
 * Override *
 ************/
