.gray-bg {
    background: none;
    padding: 0;
}

.groups {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
}

.groups .select-style {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.groups .select-style select {
    box-sizing: border-box;
    height: 40px;
    padding: 12px 30px 12px 15px;
}

.groups .loading-package-details {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.groups .loading-package-details.show {
    display: flex;
}

.groups .loading-package-details img {
    margin-bottom: 15px;
}

@media(min-width: 1000px) {
    .groups .loading-package-details {
        padding: 35px 50px;
        font-size: 24px;
        line-height: 24px;
    }
}

@media(min-width: 1500px) {
    .groups .loading-package-details {
        padding: 50px calc((100% - 1400px) / 2);
    }
}

.groups .header .room-rates .select-style {
    border: none;
}

.groups .header h1 {
    color: #008286;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.groups .header h2 {
    color: #008286;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.groups .header .description {
    padding: 10px;
}

.groups .header .description ul {
    padding: 0px 0px 0px 15px;
    list-style: disc;
}

.groups .header .description p+p,
.groups .header .description p+ul,
.groups .header .description ul+p,
.groups .header .description ul+ul {
    margin-top: 5px;
}

.groups .header .trigger-slideshow {
    display: block;
    padding: 10px;
    display: block;
    color: #666666;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.groups .header .trigger-slideshow img {
    display: block;
    max-width: 273px;
    margin: 0 auto 12px;
    border-radius: 3px 3px 0 0;
}

.groups .header .trigger-slideshow strong {
    font-weight: normal;
}

.groups .header .room-rates {
    box-sizing: border-box;
    padding: 10px;
    background-color: #008286;
    font-size: 14px;
    line-height: 16px;
}

.groups .header .room-rates label {
    display: block;
    margin-bottom: 10px;
    color: #FFFFFF;
}

@media(max-width: 999px) {
    .groups .header {
        background-image: none !important;
    }
}

@media(min-width: 1000px) {
    .groups .header {
        background: #5B554A;
        color: #FFFFFF;
        background: url(../img/girls/banner.jpg) no-repeat center / cover;
    }
    .groups .header h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        color: #FFF;
    }
    .groups .header h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #FFF;
    }
    .groups .header-bg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
        min-height: 270px;
        padding: 30px 50px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .groups .header .trigger-slideshow {
        position: absolute;
        bottom: -35px;
        left: 50px;
        width: 350px;
        margin: 0;
        padding: 0;
    }
    .groups .header.no-options .trigger-slideshow {
        bottom: 35px;
    }
    .groups .header .trigger-slideshow img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .groups .header .trigger-slideshow strong {
        box-sizing: border-box;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        text-align: center;
    }
    .groups .header .description {
        box-sizing: border-box;
        width: calc(100% - 380px);
        margin-left: 380px;
        padding: 0;
    }
    .groups .header .room-rates {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70px;
        padding: 15px 50px;
    }
    .groups .header .room-rates label,
    .groups .header .room-rates .select-style {
        display: inline-block;
        width: auto;
        margin: 0;
    }
    .groups .header .room-rates label {
        margin: 0px 20px 0px 380px;
    }
    .groups .main {
        padding: 0px 50px 20px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .groups .main .details {
        width: calc(100% - 380px);
        margin-left: 30px;
        padding-top: 20px;
    }
}

@media(min-width: 1200px) {
    .groups {
        font-size: 16px;
        line-height: 26px;
    }
    .groups .header-bg {
        box-sizing: border-box;
        min-height: 370px;
        padding: 35px 50px;
    }
    .groups .header h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .groups .header .trigger-slideshow {
        width: 400px;
    }
    .groups .header .description {
        width: calc(100% - 430px);
        margin-left: 430px;
    }
    .groups .header .room-rates label {
        margin: 0px 20px 0px 430px;
    }
}

@media(min-width: 1500px) {
    .groups .header-bg,
    .groups .header .room-rates,
    .groups .main {
        padding-left: calc((100% - 1400px) / 2);
        padding-right: calc((100% - 1400px) / 2);
    }
    .groups .header .trigger-slideshow {
        left: calc((100% - 1400px) / 2);
    }
    .groups .header .room-rates {
        padding-left: calc((100% - 1400px) / 2);
        padding-right: calc((100% - 1400px) / 2);
    }
}

.groups .mobile-flight-summary {
    padding: 15px 10px;
    line-height: 16px;
}

.groups .mobile-flight-summary h3,
.groups .mobile-exclusive-bonuses h3 {
    font-size: 18px;
    line-height: 21px;
}

.groups .mobile-flight-summary .full-details-message {
    font-size: 12px;
    line-height: 14px;
}

.groups .mobile-flight-summary .flight-leg {
    margin-top: 10px;
}

.groups .mobile-flight-summary .flight-leg div+div {
    margin-top: 2px;
}

.groups .mobile-flight-summary .flight-leg .airline img {
    max-height: 14px;
    vertical-align: text-top;
}

.groups .mobile-flight-summary .flight-leg strong {
    vertical-align: middle;
}

.groups .mobile-flight-summary .flight-leg .plane-icon {
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
}

.groups .mobile-flight-summary .flight-leg.return-flight {
    margin-bottom: 8px;
}

.groups .mobile-flight-summary .flight-leg.return-flight .plane-icon {
    transform: rotate(180deg);
}

.groups .mobile-exclusive-bonuses {
    padding: 0px 10px 20px;
}

.groups .mobile-exclusive-bonuses ul {
    margin: 10px 0px 0px;
    padding: 0px 0px 0px 20px;
    line-height: 1.25;
    list-style-image: url(../img/list-icon.png);
}

.groups .mobile-exclusive-bonuses ul li+li {
    margin-top: 2px;
}

.groups .price-details {
    padding: 20px 10px;
    border-top: 1px solid #B7BBC0;
}

.groups .price-details h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.groups .star-rating {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.groups .star-rating img {
    height: 14px;
}

.groups .price-details .itemized-pricing {
    margin-top: 5px;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.groups .price-details .itemized-pricing li+li {
    margin-top: 2px;
}

.groups .price-details .itemized-pricing li:after {
    content: '';
    display: block;
    clear: both;
}

.groups .price-details .itemized-pricing strong {
    font-size: 14px;
    float: left;
}

.groups .price-details .itemized-pricing .total {
    border-top: 1px solid #666666;
    padding: 10px 0px 0px;
    margin-top: 10px;
    color: #BC2525;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.groups .price-details .itemized-pricing .total strong {
    font-size: 16px;
    color: #666666;
}

.groups .occupancy,
.groups .child-ages,
.groups .book-watch-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-top: 1px solid #B7BBC0;
}

.groups .occupancy {
    border-top: 1px solid #70A4A6;
    background-color: #E7F3F3;
}

.groups .occupancy .select-style {
    width: calc(50% - 10px);
}

.groups .child-ages {
    justify-content: flex-start;
    border-top: 1px solid #B7BBC0;
    padding-left: 0px !important;
}

.groups .child-ages .childAges {
    width: calc(25% - 20px);
    margin-left: 20px;
}

.groups .book-watch-controls .button {
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 12px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.groups .book-watch-controls.one-button-only .button {
    width: 100%;
}

.groups .book-watch-controls .button.green {
    border: 1px solid #3F8918;
    border-radius: 3px;
    background: linear-gradient(180deg, #569E30 0%, #397E16 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
}

.groups .book-watch-controls .button.red {
    border: 1px solid #961B20;
    border-radius: 3px;
    background: linear-gradient(180deg, #BC2525 0%, #A41515 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
}

.groups .bonus-promotions {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: right;
}

.groups .bonus-promotions li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #B7BBC0;
    padding: 17px 22px;
}

.groups .bonus-promotions a {
    color: inherit;
}

.groups .bonus-promotions .bonuses-available {
    color: #FD790A;
}

.groups .bonus-promotions .icon {
    box-sizing: border-box;
    display: inline-block;
    width: 63px;
    margin: -17px 22px -17px -22px;
    padding: 10px;
    background-color: #F1F1F2;
}

.groups .bonus-promotions .icon img {
    display: block;
    width: 100%;
}

.trip-advisory-container,
.tripcentral-verified-reviews,
.tripassist {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 10px;
    height: 70px;
    border-radius: 0px;
    border-top: 1px solid #B7BBC0;
    text-align: left;
    text-decoration: none;
}

.trip-advisory-container .material-icons,
.tripcentral-verified-reviews .material-icons,
.tripassist .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 30px;
}

/* borrowed from /style/packages/details.css */

.trip-advisory-container {
    padding-right: 60px;
    color: #666666;
    cursor: pointer;
}

/* borrowed from /style/responsive/package-detail/css/vwo.css */

.tripa-logo {
    background: rgba(0, 0, 0, 0) url("https://static.tacdn.com/img2/langs/en_IN/branding/trip_logo.svg") no-repeat scroll 0 0 / auto 100%;
    display: table-cell;
    height: 15px;
    width: 116px;
}

.tripa-rating {
    display: table-cell;
    width: 100px;
}

.tripa-header {
    display: block;
    width: 100%;
    color: #68a150;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tripa-header .reg {
    font-size: 12px;
}

.tripa-review {
    display: inline-block;
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 0 10px;
    text-decoration: underline;
}

.tripa-detail {
    display: table;
    margin: 0;
}

.tripadvisor-container .listing h4 {
    color: #0f294e;
    font-size: 23px;
    margin: 8px 0 10px;
}

.tripadvisor-container {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 10px;
}

.tripadvisor-container .logo img {
    max-width: 230px;
}

.tripadvisor-container .listing {
    display: table;
    padding-bottom: 18px;
    width: 100%;
}

.tripcentral-verified-reviews {
    padding-right: 60px;
    padding-left: 115px;
    background: #008286 url(/style/responsive/img/header/tripcentral-logo-mb.png) no-repeat 10px center / 80px auto;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
}

.tripcentral-verified-reviews strong {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
}

.tripassist {
    padding-right: 60px;
    padding-left: 185px;
    background: #FFF url(/style/responsive/img/details/trip-assist.png) no-repeat 10px center / 160px auto;
    color: #9C9C9C;
    font-size: 12px;
    line-height: 14px;
}

.map-box h3 {
    display: none;
}

.map-box .map-image {
    position: relative;
    display: block;
}

.map-box .map-image img {
    display: block;
    width: 100%;
}

.map-box .map-image strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 17px 45px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.awbt-mobile {
    padding: 15px 10px;
    border-top: 1px solid #B7BBC0;
}

.awbt-mobile h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.awbt-mobile ul {
    padding: 0;
    margin: 10px 0 -10px;
    font-size: 16px;
    font-size: 18px;
}

.awbt-mobile li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0px;
    border-top: 1px solid #D8D8D8;
}

.awbt-mobile .button {
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
    padding: 10px;
    border: 1px solid #006B6E;
    margin-left: auto;
    border-radius: 3px;
    background: linear-gradient(180deg, #008286 0%, #016B6E 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.desktop-flight-summary,
.desktop-check-in-summary,
.desktop-exclusive-bonus,
.awbt-desktop,
.desktop-travel-insurance,
.generic-description,
.iframe {
    display: none;
    border: 1px solid #B7BBC0;
    border-radius: 3px;
    background-color: #FFFFFF
}

.desktop-check-in-summary,
.desktop-exclusive-bonus,
.awbt-desktop,
.desktop-travel-insurance,
.generic-description,
.iframe {
    margin-top: 20px;
}

.no-margin {
    margin-top: 0px;
}

.desktop-flight-summary h3:first-child,
.desktop-check-in-summary h3:first-child,
.desktop-exclusive-bonus h3:first-child,
.generic-description h3:first-child,
.desktop-travel-insurance h3:first-child {
    margin: -1px -1px 0px -1px;
    padding: 15px 18px;
    border: 1px solid #70A4A6;
    border-radius: 3px 3px 0 0;
    background-color: #E7F3F3;
    color: #0B4749;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    position: relative;
}

.desktop-flight-summary h3 strong,
.desktop-check-in-summary h3 strong,
.desktop-exclusive-bonus h3 strong,
.desktop-travel-insurance h3 strong,
.generic-description h3:first-child {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.generic-description h3:first-child {
    display: block;
    margin: -1px -1px 0px -1px;
}

.desktop-flight-summary table {
    width: calc(100% + 2px);
    margin: -1px;
    border-collapse: collapse;
    font-size: 14px;
}

.desktop-flight-summary table td,
.desktop-flight-summary table th {
    padding: 20px;
    border: 1px solid #B7BBC0;
    font-size: 14px;
    line-height: 16px;
}

.desktop-flight-summary table th {
    font-weight: bold;
}

.desktop-flight-summary table img {
    max-width: 20px;
    max-height: 20px;
}

.desktop-flight-summary table .plane-icon {
    display: inline-block;
    margin: 0px 15px;
}

.desktop-flight-summary table .return-flight .plane-icon {
    transform: rotate(180deg);
}

.generic-description {
    font-size: 14px;
    line-height: 20px;
}

.generic-description h3:not(:first-child) {
    padding: 5px 20px;
}

.generic-description p {
    padding: 5px 20px;
}

.generic-description h3 + ul {
    padding-top: 0px;
}

.generic-description h3:first-child + p,
.generic-description h3:first-child + ul,
.generic-description h3:first-child + h3 {
    padding-top: 20px;
}

.generic-description em {
    font-style: italic;
}

.generic-description ul,
.desktop-check-in-summary ul,
.desktop-exclusive-bonus ul {
    padding: 15px 15px 15px 40px;
    list-style-image: url(../img/list-icon.png);
}

.desktop-check-in-summary ul {
    font-size: 16px;
    line-height: 20px;
}

.desktop-check-in-summary ul li+li {
    margin-top: 10px;
}

.desktop-exclusive-bonus ul {
    font-size: 14px;
    line-height: 16px
}

.desktop-exclusive-bonus ul li+li {
    margin-top: 5px;
}

.awbt-desktop {
    border: 1px solid #70A4A6;
    border-radius: 3px;
    padding: 20px;
    background-color: #E7F3F3;
}

.awbt-desktop h3 {
    margin: -20px -20px 20px;
    padding: 20px;
    color: #FFFFFF;
    background-color: #008286;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.awbt-desktop h3 .margin-right {
    margin-right: 20px;
}

.awbt-desktop h3 .phone {
    font-size: 24px;
    white-space: nowrap;
}

.awbt-desktop h4 {
    color: #0B4749;
    font-size: 16px;
    line-height: 1;
}

.awbt-desktop ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
}

.awbt-desktop li {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    padding: 10px 15px 10px 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    color: #666666;
    font-size: 14px;
    line-height: 1;
}

.awbt-desktop li .agent-photo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
    background-size: cover;
}

.awbt-desktop li .name {
    display: block;
    margin-bottom: 3px;
    color: #008286;
}

.awbt-desktop li .in-office {
    margin-left: auto;
    padding-left: 15px;
    color: #5FB600;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.desktop-travel-insurance h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.desktop-travel-insurance .price {
    box-sizing: border-box;
    width: 110px;
    text-align: right;
}

.desktop-travel-insurance h3 .price {
    margin-left: auto;
    font-weight: bold;
    color: #666666;
}

.desktop-travel-insurance h3 .price+.price {
    margin-left: 0;
}

.desktop-travel-insurance table {
    width: 100%;
    padding: 10px 0px 15px 20px;
    font-size: 14px;
    line-height: 1;
}

.desktop-travel-insurance table td {
    padding: 5px 20px 5px 0px;
}

.desktop-travel-insurance table a {
    color: #008286;
}

.desktop-travel-insurance .footer {
    padding: 10px 20px;
    border-top: 1px solid #BBBDBF;
    color: #666666;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    background-color: #F1F1F2;
}

.iframe {
    border: none;
    width: 100%;
    margin-left: 0;
}

.iframe .desktop-tabs,
.iframe #nav section {
    border: 1px solid #B7BBC0;
}

.iframe #nav section {
    margin-top: -1px;
}

@media(min-width: 1000px) {
    .main .aside {
        width: 350px;
        margin-top: -35px;
    }
    .groups .mobile-flight-summary,
    .groups .mobile-exclusive-bonuses {
        display: none;
    }
    .groups .price-details {
        position: relative;
        z-index: 5;
        padding: 20px;
        border: 1px solid #B7BBC0;
        background-color: #FFFFFF;
    }
    .groups .occupancy,
    .groups .child-ages {
        margin-top: -1px;
        padding: 20px;
        border: 1px solid #70A4A6;
    }
    .groups .child-ages {
        border: 1px solid #B7BBC0;
    }
    .groups .book-watch-controls {
        margin-top: -1px;
        padding: 20px;
        border: 1px solid #B7BBC0;
        border-radius: 0 0 3px 3px;
        background-color: #FFFFFF;
    }
    .groups .book-watch-controls .button {
        font-size: 14px;
    }
    .groups .bonus-promotions {
        margin-top: 20px;
        border: 1px solid #B7BBC0;
        border-top: none;
    }
    .groups .bonus-promotions li:first-child {
        border-radius: 3px 3px 0 0;
    }
    .groups .bonus-promotions li:last-child {
        border-radius: 0 0 3px 3px;
    }
    .trip-advisory-container,
    .tripcentral-verified-reviews,
    .tripassist {
        height: auto;
        min-height: 85px;
        padding-top: 18px;
        padding-left: 20px;
        padding-bottom: 18px;
    }
    .trip-advisory-container {
        margin-top: 20px;
        border: 1px solid #B7BBC0;
        border-radius: 3px 3px 0 0;
    }
    .tripcentral-verified-reviews {
        margin-top: -1px;
        padding-left: 115px;
    }
    .tripassist {
        margin-top: -1px;
        padding-left: 195px;
        border: 1px solid #B7BBC0;
        border-radius: 0 0 3px 3px;
    }
    .map-box {
        display: block;
        margin-top: 20px;
    }
    .map-box h3 {
        display: block;
        border: 1px solid #B7BCC0;
        border-radius: 3px 3px 0 0;
        padding: 10px 20px;
        background-color: #FEF3DC;
    }
    .map-box .map-image {
        border: 1px solid #B7BBC0;
        border-top: none;
        border-radius: 0 0 3px 3px;
    }
    .awbt-mobile {
        display: none;
    }
    .desktop-flight-summary,
    .desktop-check-in-summary,
    .desktop-exclusive-bonus,
    .awbt-desktop,
    .desktop-travel-insurance,
    .generic-description,
    .iframe {
        display: block;
    }
}

@media(min-width: 1200px) {
    .main .aside {
        width: 400px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .awbt-desktop li {
        width: calc(33% - 10px);
    }
}

.groups .ui-tabs {
    padding: 0;
    border: 1px solid #B7BBC0;
}

.groups .ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 10px 20px 0px;
    border: none;
    border-bottom: 1px solid #B7BBC0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.ui-tabs .ui-tabs-nav li {
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(183,187,192,.5);
}

.ui-tabs .ui-tabs-nav li.tripcentral-reviews-tab {
    background-color: #008286;
    color: #FFFFFF;
    border-color: #008286;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover,
.ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #FFF;
    border-color: #b7bbc0;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    position: relative;
    top: 2px;
    border-bottom: 1px solid #FFF !important;
}

.ui-tabs .ui-tabs-nav li a {
    display: block;
    padding: 15px 20px;
    background: none !important;
}

.ui-tabs .ui-tabs-nav li.tripcentral-reviews-tab a {
    color: inherit;
}