﻿.fare-conditions-box .title {
  font-weight: bold;
  color: #f26b21;
  margin: 0 0 10px;
}
.fare-conditions-box table, .fare-conditions-box tbody, .fare-conditions-box tr, .fare-conditions-box td, .fare-conditions-box th {
  /*display: block;*/
  font-size: 13px;
  height: unset !important;
}
.fare-conditions-box table {
  margin: 15px 0;
  border: 0 !important;
}
.fare-conditions-box table tr {
  /*margin-bottom: 15px;*/
  border-bottom: 1px dashed #e1e6ee !important;
}
.fare-conditions-box table tr td {
  padding: 10px 0 !important;
  border: 0 !important;
  vertical-align: top;
}
.fare-conditions-box table tr td:nth-of-type(1) {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  /*width: 100% !important;*/
  padding-right: 12px !important;
  font-weight: 500;
}
.fare-conditions-box table tr td:nth-of-type(1) br {
  display: none;
}
.fare-conditions-box table tr td:nth-of-type(1) .note {
  text-transform: none;
  font-weight: normal;
}
.fare-conditions-box table tr td p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fare-conditions-box table {
    display: block;
    margin: 12px 0;
  }
  .fare-conditions-box table tbody, .fare-conditions-box table tr, .fare-conditions-box table td, .fare-conditions-box table th {
    display: block;
  }
  .fare-conditions-box table tr {
    padding: 6px 0;
    margin-bottom: 0;
  }
  .fare-conditions-box table tr td {
    padding: 3px 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fare-conditions-box table tr td p {
    margin-bottom: 8px;
  }
}
.fare-conditions-box ul li {
  padding: 5px 0;
  margin-bottom: 10px;
}
.fare-conditions-box ul li > strong:nth-of-type(1) {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.fare-conditions-box div.clearfix p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fare-conditions-box > p {
    margin-bottom: 12px;
  }
}
