﻿/*http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, blockquote, pre, a, abbr, acronym, address, big, cite, header, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, div, textarea, select, body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

font {
    line-height: 1.4em;
}

/*http://www.w3schools.com/cssref/sel_selection.asp*/
/*::selection {
    background: #b9e9b9;
    color: #555;
}

::-moz-selection {
    background: #b9e9b9;
    color: #555;
}

::-webkit-selection {
    background: #b9e9b9;
    color: #555;
}*/

.clear {
    clear: both;
}


/* ============================================================================================*/
/* ----------------------------------------- DEFAULTS -----------------------------------------*/
/* ============================================================================================*/

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    /*text-indent: 100%;*/
    /*background: url(../images/top_move.png) no-repeat right top;*/
    z-index: 10;
}

.area_container {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 2px solid #9A9400;
}

.wrap {
    display: block;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 80%;
}

.footerbckg {
    margin-left: 10%;
}

.header_title {
    text-align: left;
    padding: 2.6em 0em 2em 0em;
    color: #9A9400;
}

h1 {
    font-size: 2.4em;
    /*color: #80351e;*/
}

h2 {
    font-size: 1.8em;
    color: #80351e;
}

h3, h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 500;
    padding-left: 0px;
}


.slider_container {
    /*height: 500px;*/
    text-align: center;
}

#cycler {
    position: absolute;
    float: left;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

    #cycler .hideImg {
        display: none;
    }

    #cycler img {
        position: absolute;
        z-index: 1;
        /*min-height: 100%;
        min-width: 100%;*/
        height: auto;
        width: auto;
    }

        #cycler img.active {
            z-index: 3;
        }

/* ============================================================================================*/
/* -------------------------------------- NAVIGATION BAR --------------------------------------*/
/* ============================================================================================*/
.header_bg {
    position: relative;
    /*background-color: #cac195;*/
    height: auto;
}

#topnav {
    display: block;
    width: 100%;
    position: relative;
    min-height: 92px;
    white-space: nowrap;
}

    #topnav .logo {
        display: inline-block;
        float: left;
        padding: 0em 0em;
        position: relative;
        height: 88px;
    }

    #topnav .logo_associados {
        display: block;
        float: right;
    }

        #topnav .logo img, #topnav .logo_associados img {
            padding: 2px 0px;
            display: block;
        }

        #topnav .logo_associados img {
            height: 88px;
        }

    #topnav .site_titles {
        float: left;
        display: inline-block;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        #topnav .site_titles .title1 {
            display: block;
            margin: 14px 0px 10px 0px;
            font-size: 1.5em;
            color: #9A9400;
        }

        #topnav .site_titles .title2 {
            display: block;
            font-size: 1.2em;
            color: #006667;
        }

.header_info_block {
    position: absolute;
    right: 60px;
    top: 0px;
    height: 100%;
    max-width: 370px;
    width:auto;
    background: url('/Images/bkg_G.png') repeat;
    z-index: 20;
}

#topnav #navbtn {
    position: absolute;
    display: none;
    float: right;
    width: 24px;
    overflow: hidden;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

#topnav nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}

    #topnav nav ul {
        list-style: none;
        height: 100%;
    }

        #topnav nav ul li {
            display: inline-block;
            margin-right: 4px;
            height: 100%;
        }

            #topnav nav ul li a {
                position: relative;
                color: #4E525D;
                font-size: 1em;
                padding-left: 1.5em;
                padding-right: 1.5em;
                display: block;
                transition: 0.5s all;
                -webkit-transition: 0.51s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                border-bottom: 2px solid #cac195;
                text-decoration: none;
                height: calc(100% - 2px);
                line-height: calc(100% - 2px) !important;
            }

                #topnav nav ul li a:hover {
                    border-bottom: 2px solid #80351e;
                    color: #80351e;
                    background: #EEE;
                }

            #topnav nav ul li.active > a {
                border-bottom: 2px solid #80351e;
                color: #80351e;
                background: #EEE;
            }

            #topnav nav ul li a > span {
                position: relative;
                display: block;
                top: calc(50% - 9px);
                /*top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);*/
            }

/* ============================================================================================*/
/* ------------------------------------------- AREAS ------------------------------------------*/
/* ============================================================================================*/
.area_subcontainer {
    margin: 1em 0em 5em 0em;
}

/*.area_subcontainer p {
        font-size: 0.875em;
        color: #5A5E68;
        line-height: 1.4em;
        padding: 0em 2em 1.5em 0em;
    }*/

.area_of_type_1, .area_of_type_2, .area_of_type_3, .area_of_type_4, .area_of_type_5, .area_of_type_6 {
    display: inline-block;
    margin-left: 3%;
    text-align: left;
}

    .area_of_type_1:first-child, .area_of_type_2:first-child, .area_of_type_3:first-child, .area_of_type_4:first-child, .area_of_type_5:first-child, .area_of_type_6:first-child {
        margin-left: 0;
    }

    .area_of_type_1:nth-child(1), .area_of_type_2:nth-child(2) {
        width: 65%;
    }

    .area_of_type_1:nth-child(2), .area_of_type_2:nth-child(1) {
        width: 30%;
    }

.area_of_type_6 {
    width: 19.25%;
}

    .area_of_type_6:first-child {
        width: 55.5%;
    }

.area_of_type_3 {
    width: 47.5%;
}

.area_of_type_4:nth-child(1) {
    width: 100%;
}

.area_of_type_5 {
    width: 31.6%;
}


.block {
    display: block;
    width: 100%;
    height: auto;
}

.dataBlockHalf {
    display: inline-block;
    width: 50%;
    padding-right: 2%;
    margin-top: 20px;
}

.specialtyPlatesContainer {
    position: relative;
    display: inline-block;
    width: calc(100% - 250px);
    line-height: 1.2em;
    padding: 0px 10px;
    margin-top: -16px;
}

.specialtyPlatesContainerStyle1 {
    margin-top: 0px;
    background-color: #FFFFFF;
    opacity: .8;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 3px #888888;
}

.specialtyBoxStyle1 {
    background-color: #FFFFFF;
    opacity: .8;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 3px #888888;
    padding: 0px 10px;
}

    .specialtyBoxStyle1.dataBlockHalf.posLeft {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .specialtyBoxStyle1.dataBlockHalf.posRight {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

.floatLeftIfBig {
    float: left;
}

.floatRightIfBig {
    float: right;
}

.fullWidth {
    width: 100%;
}

.dataBlockHalf:nth-child(1), .dataBlockHalf:nth-child(2) {
    margin-top: 0px;
}

.dataBlock {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .dataBlock:nth-child(1) {
        margin-top: 0px;
    }

.centeredIfSmall {
    text-align: left;
}

.blockIfSmall {
    display: inline-block;
    margin-bottom: 0em;
}

.noneIfSmall {
    display: block;
}

.specialtyImg {
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
    max-width: 220px;
    margin-bottom: 1em;
}

.specialtyImgStyle1 {
    margin-right: 20px;
    border: 2px solid #FFF;
    box-shadow: 1px 1px 1px #888;
}

.specialtyImgStyle2 {
    margin-right: 20px;
    border: 2px solid #DDD;
    box-shadow: 1px 1px 1px #888;
}

.specialtyBulletImg {
    margin-right: 10px;
    width: 15px;
}



.social_buttons {
    padding: 2em 0em 2.5em 0em;
}

    .social_buttons li {
        background: none;
        margin-right: 1em;
        display: inline-block;
        margin-top: .5em;
    }

        .social_buttons li a span {
            height: 42px;
            width: 42px;
            display: block;
            background: url(../Images/SocialLogos.png);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .social_buttons li.facebook a span {
            background-position: -4px -54px;
            opacity: 1;
        }

            .social_buttons li.facebook a span:hover {
                opacity: .6;
            }

        .social_buttons li.google a span {
            background-position: -54px -54px;
            opacity: 1;
        }

            .social_buttons li.google a span:hover {
                opacity: .6;
            }

        .social_buttons li.tripadvisor a span {
            background-position: -104px -54px;
            opacity: 1;
        }

            .social_buttons li.tripadvisor a span:hover {
                opacity: .6;
            }

        .social_buttons li.twitter a span {
            background-position: -154px -54px;
            opacity: 1;
        }

            .social_buttons li.twitter a span:hover {
                opacity: .6;
            }

        .social_buttons li.foursquare a span {
            background-position: -204px -54px;
            opacity: 1;
        }

            .social_buttons li.foursquare a span:hover {
                opacity: .6;
            }

        .social_buttons li.googlemaps a span {
            background-position: -254px -54px;
            opacity: 1;
        }

            .social_buttons li.googlemaps a span:hover {
                opacity: .6;
            }

        .social_buttons li.website a span {
            background-position: -304px -54px;
            opacity: 1;
        }

            .social_buttons li.website a span:hover {
                opacity: .6;
            }

.address_container {
    display:block;
    height: calc(100% - 110px);
    margin: 50px 16px 0px 16px;
    text-align:left;
}

    .address_container p, .address_container p a {
        color: #FFF;
        font-size: 1em;
        line-height: 1em;
        font-weight: 700;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        white-space: nowrap;
    }

        .address_container p a:hover {
            color: #FFF;
        }

.header_contact_text {
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.4em;
    margin-right: 5px;
}

.header_contact_email {
    color: inherit;
}

.reserves_container {
    width: 700px;
    display: block;
    padding: 0em 0 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
        margin: 2% 1%;
        background: #fff;
        outline: none;
        color: #999999;
        font-size: 1em;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-appearance: none;
        font-family: 'Open Sans', sans-serif;
        border: 1px solid lightgray;
        -webkit-appearance: none;
    }

        .reserves_container input[type="text"]:nth-child(2) {
            margin-right: 0em;
        }

    .reserves_container textarea {
        padding: 15px;
        display: block;
        width: calc(100% - 13px);
        background: #fff;
        border: 1px solid lightgray;
        outline: none;
        color: #999999;
        font-size: 1em;
        -webkit-appearance: none;
        margin-top: 1em;
        margin-left: 10px;
    }

    .reserves_container textarea {
        resize: none;
        height: 100px;
    }

    .reserves_container .errorsOnForm {
        display: none;
        font-size: .8em;
        padding-left: 20px;
        margin-top: 30px;
        color: red;
    }


.textboxContainer {
    display: inline;
    text-wrap: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

    .textboxContainer span {
        padding-left: 10px;
        /*color: #80351e;*/
        font-weight: 700;
        width: auto;
        vertical-align: middle;
    }

    .textboxContainer:nth-child(6) {
        margin-right: 0px;
    }

.tb1, .tb2, .tb3, .tb4, .tb5, .tb6 {
    position: relative;
    display: inline;
    margin: 0, 0, 0, 5px;
}

.tb1 {
    width: 350px;
}

.tb2 {
    width: 180px;
}

.tb3 {
    width: calc(100% - 70px);
}

.tb4 {
    width: 60px;
}

.tb5 {
    width: 120px;
}

.tb6 {
    width: 80px;
}

.text_area {
    margin-top: 2em;
}

.send_button input[type="submit"] {
    cursor: pointer;
    color: #FFF;
    font-size: 0.99em;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;*/
    background: #80351e;
    padding: 10px 50px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    -webkit-appearance: none;
    display: inline-block;
}

    .send_button input[type="submit"]:hover {
        background: #512213;
    }

#reservation_done {
    display: block;
    display: none;
    text-align: center;
}

.paymentImage {
    position: relative;
    display: inline;
    width: 34px;
    margin-right: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.site_copyright {
    display: block;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
}

    .site_copyright a, .site_copyright span {
        color: #fff;
        font-size: 9pt;
        text-decoration: none;
    }

.footerZone {
    float: left;
    width: 100%;
    display: block;
    background-color: #9A9400;
    position: relative;
}

.footerbckg {
    position: relative;
    float: left;
    display: block;
    min-height: 215px;
    padding-bottom: 45px;
    background-image: url('/Images/img_rodape.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

.footer_semidark_bar {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
}

.footercopyrights {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    font-size: 9pt;
}

.arm_copyright, .coreluso_copyright {
    display: block;
    float: left;
    color: #FFF;
    font-size: 9pt;
    line-height: 30px;
}

.coreluso_copyright {
    float: right;
}

.ass_contacts_left {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: calc(60% - 10px);
}

.ass_contacts_right {
    display: inline-block;
    float: right;
    width: 39%;
}

.ass_contacts_socialnetworks {
    display: inline-block;
    float: left;
    width: calc(60% - 10px);
}

/*********responsive_media _queries********/
@media only screen and (min-width: 1400px) {
    .header_info_block {
        right: calc(((100% - 1400px) / 2) + 60px);
    }
}

@media only screen and (max-width: 1440px) {
}
/****/
@media only screen and (max-width: 1366px) {
    .wrap {
        width: 85%;
    }

    .footerbckg {
        margin-left: 7.5%;
    }
}
/****/
@media only screen and (max-width: 1280px) {
    .wrap {
        width: 85%;
    }

    .footerbckg {
        margin-left: 7.5%;
    }
}
/** Alteração do menu nestas dimensões **/
@media screen and (max-width: 1050px) {
    #topnav h1 {
        padding: 1.4em 0em;
    }

    #topnav {
        min-height: 50px;
        height: auto;
    }

        #topnav nav {
            display: none;
            position: static;
            width: 100%;
            top: auto;
            right: auto;
        }

            #topnav nav ul li {
                display: block;
                width: 100%;
                margin: 0;
                background: #f0f0f0;
                height: 40px;
            }

                #topnav nav ul li a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    line-height: 1.4em;
                    border: 0;
                    padding: 9px 9px;
                    border-bottom: 2px solid #80351e;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    #topnav nav ul li a:hover {
                        background: #72544B;
                        color: #ffffff;
                    }

                    #topnav nav ul li a.sel {
                        color: #6f8767;
                        background: #cbdcc5;
                    }

        #topnav #navbtn {
            display: block;
        }

        #topnav .logo, #topnav .logo_associados img {
            height: 72px;
        }

        #topnav .site_titles {
            margin-left: 8px;
        }

            #topnav .site_titles .title1 {
                display: block;
                margin: 12px 0px 6px 0px;
                font-size: 1.3em;
                color: #9A9400;
            }

            #topnav .site_titles .title2 {
                display: block;
                font-size: 1.1em;
                color: #006667;
            }

    .dataBlockHalf {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

        .dataBlockHalf:nth-child(1) {
            margin-top: 0px;
        }

        .dataBlockHalf:nth-child(2) {
            margin-top: 40px;
        }

    .specialtyBoxStyle1.dataBlockHalf.posLeft,
    .specialtyBoxStyle1.dataBlockHalf.posRight {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .floatLeftIfBig, .floatRightIfBig {
        float: none;
    }

    .wrap {
        width: 90%;
    }

    .footerbckg {
        margin-left: 5%;
    }

    h1 {
        font-size: 2.0em;
    }

    .slider_container {
        /*height: 400px;*/
    }

    .address_container {
        height: calc(100% - 100px);
        margin: 40px 14px 0px 14px;
    }
}
/****/
@media only screen and (max-width: 1024px) {
}
/****/
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 1.3em;
    }

    .slider_container {
        /*height: 350px;*/
    }

    .reserves_container {
        width: 552px;
    }

    .tb1 {
        width: 230px;
    }

    .tb2 {
        width: 155px;
    }

    .tb4 {
        width: 50px;
    }

    .tb5 {
        width: 115px;
    }

    .tb6 {
        width: 65px;
    }

    .area_of_type_6 {
        margin-top: 30px;
        width: 47%;
    }

        .area_of_type_6:first-child {
            margin-top: 0px;
            width: 100%;
        }

        .area_of_type_6:nth-child(2) {
            margin-left: 0px;
        }

    .dataBlockHalf {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

        .dataBlockHalf:nth-child(1) {
            margin-top: 0px;
        }

        .dataBlockHalf:nth-child(2) {
            margin-top: 20px;
        }

    .header_contact_text {
        display: inline-block;
        font-size: 1.2em;
        margin-bottom: 8px;
        line-height: 1.3em;
        margin-right: 5px;
    }

    .address_container {
        height: calc(100% - 90px);
        margin: 30px 12px 0px 12px;
    }
}
/****/
@media only screen and (max-width: 640px) {
    h1 {
        font-size: 1.8em;
    }

    .slider_container {
        /*height: 280px;*/
    }

    .area_of_type_1, .area_of_type_2, .area_of_type_3, .area_of_type_4, .area_of_type_5, .area_of_type_6 {
        width: 100% !important;
        float: none;
        margin-bottom: 2em;
        margin-left: 0% !important;
        padding-right: 0px !important;
        display: block !important;
        margin-top: 10px;
    }

    .centeredIfSmall {
        text-align: center;
    }

    .noneIfSmall {
        display: none;
    }

    .specialtyPlatesContainer {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 1em;
        margin-top: -6px;
    }

        .specialtyPlatesContainer p {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .specialtyPlatesContainerStyle1 {
        margin-top: 4px;
        padding: 5px 0px;
    }

    .specialtyImg {
        margin-right: 0px;
    }

    .blockIfSmall {
        display: block;
        margin-bottom: 1em;
    }

    .area_subcontainer > p {
        padding: 0em 0em 1em 0em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 140px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
    }

    .reserves_container {
        float: none;
        width: 100%;
    }

    #topnav .site_titles {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .ass_contacts_left, .ass_contacts_right, .ass_contacts_socialnetworks {
        display: block;
        float: none;
        margin-right: 0px;
        width: 100%;
    }

    .ass_contacts_right {
        margin-top: 15px;
    }
}
/****/
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.6em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 140px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }

    .reserves_container input[type="text"], .reserves_container textarea {
        padding: 3px 10px;
    }

    #topnav .site_titles .title1 {
        display: block;
        margin: 3px 0px;
        font-size: 1.1em;
        color: #9A9400;
    }

    #topnav .site_titles .title2 {
        display: block;
        font-size: .9em;
        color: #006667;
    }

    #topnav .logo, #topnav .logo_associados img {
        height: 56px;
    }
}
/****/
@media only screen and (max-width: 320px) {
    .slider_container {
        /*height: 240px;*/
    }

    h1 {
        font-size: 1.4em;
    }

    .social_buttons {
        padding: 1em 0em 1.5em 0em;
    }

    .reserves_container input[type="text"] {
        padding: 3px 10px;
        font-size: 0.9em;
    }

    .reserves_container textarea {
        font-size: 0.9em;
    }

    .textboxContainer {
        display: block;
        margin-right: 0px !important;
    }

        .textboxContainer span {
            text-align: left;
            width: 120px !important;
        }

    .tb1, .tb2, .tb3, .tb4, .tb6 {
        width: calc(100% - 140px) !important;
    }

    .tb5 {
        width: calc(100% - 180px) !important;
    }
}
