﻿table[id*=tbl-flights] input[type=radio] {
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -1px;
}
#panel-calculate-roundtrip table .footable-row-detail-row > div, #panel-calculate-oneway table .footable-row-detail-row > div, #panel-calculate-multiway table .footable-row-detail-row > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
#panel-calculate-roundtrip table .footable-row-detail td, #panel-calculate-oneway table .footable-row-detail td, #panel-calculate-multiway table .footable-row-detail td {
  padding-left: 30px !important;
}
#panel-calculate-roundtrip table:focus, #panel-calculate-oneway table:focus, #panel-calculate-multiway table:focus {
  outline: none;
}
