/* Override fixes for all files */
/* Created by cgray 20190829 */
/* fix for 2nd page width */
div#maincontent div#wrapper {
  width: inherit !important;
}

/* fix for last submit button being too small */
form[action="booking.cgi"] span.btn .submit,
form[action="https://book.softvoyage.com/cgi-bin/ved4/booking-form.cgi"] span.btn .submit
{
  width: auto !important;
}

/* fix for Chambre too left */
form[action="verifforf.cgi"] #occupation + .sub-content {
  background: url(../images/heading-bg-separator.png) no-repeat scroll 30px 30px
    transparent !important;
  padding: 0 0 0 30px !important;
}

/* fix for input too small */
.age .text input {
  width: 30px !important;
}

/* fix for random width settings */
div#toolbar div.wrapper,
/*div#header-top,*/
div#menubar,
section#top-a div.wrapper,
section#top-b div.wrapper {
  min-height: inherit !important;
}

/* fix for table row text too left on airplanes searches */
.selected-products-holder table.row,
.selected-products table.row {
  margin-left: inherit;
}

/* fix for label on 2nd line */
div.options label,
div.assurances label,
div.OptionalConditionCB label {
  display: inline;
}

/* fix for centering the text */
.assurances-options .radio {
  margin: 6px 5px 0 0 !important;
}

/* enabled to make sure the pubzones show for all sites */
.flexslider .slides > li {
  display: block;
}
