.flightSummary span.extrasTitle
{
  color: #00a3e0;
  font-family: 'EuclidCircularB-Regular';
  font-size: 18px;
}

.flightSummary .flights .grayRow .extrasBox .flightChoice_icons
{
  padding-top: 0;
}

.flightSummary .flights .grayRow,
.flightSummary .place .fullRow,
.flightSummary .traveler .fullRow
{
  border: 1px solid #e6e6e6;
}

.flightSummary .flights .grayRow .flightNumber span.small,
.flightSummary .flights .grayRow .timesBox .flightItem_graph
{
  color: #000000;
  font-size: 13px;
  font-family: 'EuclidCircularB-Light';
}

.flightSummary .paymentButtonText
{
  float: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
}