<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    /* breadcrumbs
    ======================================== */
#r-breadcrumbs {
    padding:.5em;
    max-width:750px;
    position:relative;
}
#r-breadcrumbs ul {
    list-style:none;
    display:block;
    text-align: center;
    height:30px;
    width:100%;
    max-width:750px;
    display: table-row;
    margin: 0;
    padding: 0;
}

#r-breadcrumbs ul li {
    height:30px;
    transition:all .5s;
    display: table-cell;
    vertical-align: middle;
}
#r-breadcrumbs ul li img {
    margin:0 10px;
}

span.r-count {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #f0f0f0;
}

span.r-count .r-crumb-trigger {
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:4px;
    margin-left:10px;
}
/* breadcrumbs on small screen
======================================== */


/**** SE *****/
@media (max-width: 768px) {
    /* global */
    * {
        box-sizing:border-box;
        font-family: Helvetica,Arial,sans-serif !important;
        font-size: 1em !important;
    }
    body {
        color:#333;
    }

    .redLabel, a.redLabel:link, a.redLabel:visited {
        color:#d95c5c;
    }

    img {
        height: auto;
    }

    #inner_content {
        padding:7px !important;
    }

    td.red.requiredlabel {
        display:block;
        padding:10px 0 15px 0 !important;
    }

    div.logo-img-container {
        width: auto !important;
        height: auto !important;
    }

    #orig-nav {
        display:none;
    }

    #r-breadcrumbs ul li {
        display:none;
        padding:8px 0 0 0;
    }
    #r-breadcrumbs ul li:last-child {
        border-bottom:2px solid #fff;
    }
    #r-breadcrumbs ul li.on {
        display:table-cell;
        text-align:left;
    }
    #r-breadcrumbs ul li.off,
    #r-breadcrumbs ul li.previous-step {
        display:none;
        width:100% !important;
        text-align:left;
        height:2em;
        border-bottom:1px solid #f0f0f0;
        margin:0 auto;
    }
    #r-breadcrumbs ul li.off {
        opacity: 0.5;
    }

    #r-breadcrumbs ul li.previous-step:nth-child(1) {
        margin-top: 1em;
    }
    #r-breadcrumbs ul {
        display:block;
        height:auto;
        min-height:30px;
    }
    #r-breadcrumbs ul li img {
        display:none;
    }

    span.r-count {
        display:block;
        position:absolute;
        right:10px;
        top:16px;
        color:#f0f0f0;
    }

    span.r-count img {
        position:relative;
        top:10px;
    }

    .r-desktop { display: none !important; }

    /* font awesome */
    .fa {
        font-family: FontAwesome !important;
    }

    /* CSS Responsive table */
    table:not(.picker__table),
    table thead,
    table tbody,
    table th:not([class^=picker]),
    table td:not([class^=picker]),
    table tr { display: block; width: 100% !important; padding:0px !important; margin: 0px !important; border: none !important;}

    table.picker__table tbody,
    table.picker__table thead { display: table-row-group; }
    table.picker__table tr { display: table-row; }
    table.picker__table td { display: table-cell; }


    table.r-table,
    table.r-table thead,
    table.r-table tbody,
    table.r-table th,
    table.r-table td,
    table.r-table tr { width: inherit !important; padding: inherit !important; margin: inherit !important; border: inherit !important; }

    table.r-table { width: 100% !important; }

    table.r-table th,
    table.r-table td {display: table-cell !important; padding: 5px !important; font-size: 13px !important;}

    .reg-record-display th,
    .reg-record-display td { font-size: 13px !important;}

    table.r-table tr {display: table-row !important;}
    table.r-table td:first-child {width: 50% !important}

    td {text-align: left;}
    td.questionLabel {text-align:left; /*padding: 20px 0 5px 0 !important;*/}
    /*td.standard.questionInput { width: 22px; float: right; margin-right: 30px; margin-top: -10px; }*/
    /*input, select { width: 95% !important; padding: 0px !important; margin: 5px 0 0 0 !important}*/

    td input[type="checkbox"],
    td input[type="radio"] { float: right !important; width: 20px !important; }

    input[type="image"] { width:auto !important;}

    td img[alt="arrow"] { float:left;}

    form {
        padding: 0 10px
    }

    td.red { margin-bottom: 20px !important }
    td.header { padding: 5px !important; }

    input, textarea, select:not([class^=picker]) {
        width: 95% !important;
        outline: 0 !important;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        text-align: left !important;
        line-height: 1.2142em;
        padding: .67861em 0.5em !important;
        background: #fff;
        border: 1px solid rgba(0,0,0,.15) !important;
        color: rgba(0,0,0,.8) !important;
        border-radius: .2857rem !important;
        -webkit-transition: background-color .2s ease,box-shadow .2s ease,border-color .2s ease;
        transition: background-color .2s ease,box-shadow .2s ease,border-color .2s ease;
        box-shadow: none;
        margin: 5px 0 20px 0 !important
    }

    input:focus, textarea:focus, select:focus {
        outline: none;
        border: 1px solid #058cf5;
        margin: -1px;
    }

    select {
        padding: 0.5em 1em 0.5em 0.75em !important;
        -webkit-background-size: 1600px 32px;
        -webkit-appearance: menulist !important;
    }

    input[type=checkbox],
    input[type=radio] {
        line-height: 1em;
        margin: 0 0.25em 0 0 !important;
        padding: 0 !important;
    }

    /* buttons */
    input.button.r-button {
        box-shadow: none;
        color: #00A1CB !important;
        border: 2px solid #00A1CB !important;
        background: 0 0;
        text-shadow: none;
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        margin: 10px 0 20px 0 !important;
        text-decoration: none;
        text-align: center !important;
        transition:all .5s;
    }

    .r-button, .r-multicheckbox hr, .r-mobile { 
        display: inherit !important;
    }

    input.button.r-button:active {
        position:relative;
    }

    /* messages */
    .r-message {
        position: relative;
        min-height: 1em;
        margin: 1em 0.5em;
        background: #efefef;
        padding: 1em 1.5em;
        line-height: 1.3;
        color: rgba(0,0,0,.8);
        -webkit-transition: opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;
        transition: opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;
        border-radius: .2857rem;
        box-shadow: 0 0 0 1px rgba(39,41,43,.15)inset,0 0 0 0 transparent;
    }

    .r-message.red {
        background-color: #ffe8e6;
        color: #d95c5c;
    }

    .r-message b {
        font-weight:normal;
    }

    .red { color: #d95c5c;}

    .r-inline {
        display:inline-block !important;
    }

    /* payment.php */
    td#check {
        padding: 10px 0;
    }
    body.payment table tbody tr td.red.requiredlabel {
        padding-left:15px !important;
    }

    body.modifyreg .red.requiredlabel {
        text-align: left !important;
        padding: 10px 0;
    }


    /* ART */

    table.r-multicheckbox {
        margin-top:20px !important;
        padding-right:10px !important;
    }
    .r-multicheckbox hr {
        border: 0;
        display:block;
        margin-top:5px;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    table.r-standard &gt; tbody tr {
        display:block;
        border-bottom:1px solid #eee !important;
        width:100%;
        padding:10px !important;
    }

    table.r-standard {
        margin-bottom:20px !important;
    }

    #totalcostdisplay {
        padding-left:10px !important;
    }
    #totalcostdisplay td, #totalcostdisplay td b {
        font-weight:bold !important;

    }


    /* timeout page */
    .r-timeoutcontent {
        padding:20px;
    }
    .r-timeoutcontent p.standard {
        margin:0 0 7px 0;
        line-height:120%;
    }
    .r-timeoutcontent p.standard a {
        text-decoration: underline;
        color: #00A1CB;
    }

    .r-timeoutcontent p.standard b {
        color: #d95c5c;
    }

    /*select guest option and add attendee option*/
    .r-guestoption hr, .r-attendeeoption hr {
        border: 0;
        display:block;
        margin:10px 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .r-guestoption-question, .r-attendeeoption-question {
        margin-bottom:20px !important;
    }

    /* loading mask */
    #loading
    {
        display:none;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
        z-index:1000;
    }

    #loadingcontent
    {
        display:table;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }

    #loadingspinner
    {
        display: table-cell;
        vertical-align:middle;
        width: 100%;
        text-align: center;
        font-size:larger;
    }

    .spinner {
        height:60px;
        width:60px;
        margin:0px auto;
        position:relative;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left:6px solid rgba(0,174,239,.15);
        border-right:6px solid rgba(0,174,239,.15);
        border-bottom:6px solid rgba(0,174,239,.15);
        border-top:6px solid rgba(0,174,239,.8);
        border-radius:100%;
    }

    @-webkit-keyframes rotation {
        from {-webkit-transform: rotate(0deg);}
        to {-webkit-transform: rotate(359deg);}
    }

    @-moz-keyframes rotation {
        from {-moz-transform: rotate(0deg);}
        to {-moz-transform: rotate(359deg);}
    }

    @-o-keyframes rotation {
        from {-o-transform: rotate(0deg);}
        to {-o-transform: rotate(359deg);}
    }

    @keyframes rotation {
        from {transform: rotate(0deg);}
        to {transform: rotate(359deg);}
    }

    /* subnav / pagebreaks */
    ul.r-mobile.pagebreaks {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        height: 42px;
        margin-top: 20px;
        background: #f5f5f5;
    }


    ul.r-mobile.pagebreaks li {
        width: 12px;
        height: 12px;
        border: 1px solid #ccc;
        border-radius: 100%;
        float: left;
        display: inline;
        margin: 14px 5px 0 5px;
        cursor: default;
        transition: all .5s;
    }

    ul.r-mobile.pagebreaks li.all-previous:hover {
        background:#fff;
    }

    ul.r-mobile.pagebreaks li.all-previous {
        background:#fff;
    }

    ul.r-mobile.pagebreaks li.all-next a, ul.r-mobile.pagebreaks li.all-next {
        text-indent: -9999px;
    }


    ul.r-mobile.pagebreaks li a {
        line-height: 30px;
        text-indent: -9999px;
        display:block;
        width:100%;
        height:100%;
    }

    ul.r-mobile.pagebreaks li.selected {
        width: 200px;
        font-size: 14px !important;
        border-radius: 0;
        vertical-align: middle;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        background: #fff !important;
        height: 30px;
        margin-top: 5px;
        line-height: 30px;
    }

    ul.r-mobile.pagebreaks li.selected a {
        text-indent:0;
    }

    /*css arrow for selected*/
    ul.r-mobile.pagebreaks li.selected {
        position: relative;
        background: #ffffff;
        border: 1px solid #cccccc;
    }
    ul.r-mobile.pagebreaks li.selected:after, ul.r-mobile.pagebreaks li.selected:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.r-mobile.pagebreaks li.selected:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
        transition: all .5s;
    }
    ul.r-mobile.pagebreaks li.selected:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #cccccc;
        border-width: 11px;
        margin-left: -11px;
        transition: all .5s;
    }


    ul.r-mobile.pagebreaks li.selected:hover {
        background:#f0f0f0;
    }
    ul.r-mobile.pagebreaks li.selected:hover:after {
        border-top-color:#f0f0f0;
        transition: all .5s;
    }

    /* clear selection */
    a.clear-selection-label,
    .r-remove-btn,
    .r-cancel-btn {
        color: #c65651 !important;
        background: #ffe8e6;
        border: 1px solid #c65651;
        font-weight: normal;
        font-size: 10px !important;
        padding: 3px 8px;
        border-radius: 3px;
        margin: 1em 0;
        display: inline-block;
        font-style: normal;
    }

    a.clear-selection-label:before {
        content: "\f0e2";
        font-family: FontAwesome;
        margin-right: .5em;
    }

    .r-remove-btn:before {
        content: "\f014";
        font-family: FontAwesome;
        margin-right: .5em;
    }

    .r-cancel-btn:before {
        content: "\f00d";
        font-family: FontAwesome;
        margin-right: .5em;
    }

    .r-reg-cancel-link {
        margin-left: 1.5em;
    }

    /* upload button */
    .r-upload-btn {
        color: #575757 !important;
        background: #f5f6fa;
        border: 1px solid #767676;
        font-weight: normal;
        font-size: 10px !important;
        padding: 3px 8px;
        border-radius: 3px;
        margin: 1em 0;
        display: inline-block;
        font-style: normal;
    }

    .r-upload-btn:before {
        content: "\f093";
        font-family: FontAwesome;
        margin-right: .5em;
    }


    /* more info */
    a.more-info-btn,
    .r-more-info-btn {
        color: #5e9fde !important;
        background: #f5faff;
        border: 1px solid #cde2f5;
        font-weight: normal;
        font-size: 10px !important;
        padding: 3px 8px;
        border-radius: 3px;
        margin: 1em 0;
        display: table;
        font-style: normal;
    }

    a.more-info-btn:before,
    .r-more-info-btn:before {
        content: "\f05a";
        font-family: FontAwesome;
        margin-right: .5em;
    }

    /* edit links */
    .r-edit-btn {
        color: #575757 !important;
        background: #f5f6fa;
        border: 1px solid #767676;
        font-weight: normal;
        font-size: 10px !important;
        padding: 3px 8px;
        border-radius: 3px;
        margin: 1em 0;
        display: inline-block;
        font-style: normal;
    }

    .r-edit-btn:before {
        content: "\f040";
        font-family: FontAwesome;
        margin-right: .5em;
    }

    /*eSocial*/

    table#interests {
        margin: 0 0 20px 0 !important;
        border-top: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
    }

    table#interests tbody tr {
        padding: 10px 0 !important;
    }

    table#interests tbody tr td input {
        margin-top: 3px !important;
    }

    div#Paginator1,  div#Paginator2 {
        margin-top: 20px !important;
    }

    div#Paginator1 td.line-height, div#Paginator2 td.line-height {
        padding-top: 10px !important;
    }

    #Paginator1 table tbody tr td[align="left"] &gt; strong {
        font-weight: normal;
        font-size: 80% !important;
        position: relative;
        left: -3px;
        bottom: -2px;
    }

    #Paginator2 table tbody tr td[align="left"] &gt; strong {
        font-weight: normal;
        font-size: 80% !important;
        position: relative;
        left: -3px;
        bottom: -2px;
    }

    /*esocial interest ranking*/

    table#ranking {
        border-top: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
        padding-top: 5px !important;
        margin-bottom: 40px !important;
    }

    table#ranking tbody &gt; tr:first-child {
        margin-bottom: 5px !important;
        border-bottom: 1px solid #ccc !important;
        padding-bottom: 5px !important;
        min-width:400px;
    }

    table#ranking tbody &gt; tr:first-child &gt; td {
        display: inline-block !important;
        width: 25% !important;
        font-size: 70% !important;
        word-spacing: 300px;
        text-transform: capitalize;
        border-left: 1px solid #ddd !important;
        padding-left: 5px !important;
    }

    table#ranking tbody &gt; tr:first-child &gt; td:not(:first-child) {
        text-align: center;
    }


    table#ranking tbody &gt; tr:not(:first-child) {
        font-size: 80% !important;
        height: 30px;
        line-height: 30px;

    }

    table#ranking tbody &gt; tr:not(:first-child) td {
        width: 33% !important;
        display: inline-block;
        text-align: left !important;
        padding: 0 5px !important;
    }

    table#ranking tbody &gt; tr:not(:first-child) &gt; td:not(:first-child) {
        border-left: 1px solid #eee !important;
        padding-left: 5px !important;
    }

    table#ranking tbody &gt; tr:not(:first-child) &gt; td:not(:first-child) &gt; input {
        float: none !important;
        margin: 0 0 0 50% !important;
        position: relative;
        left: -8px;
    }

    /* matchmaking slider */

    body.matchmaking table#ranking tbody tr:first-child &gt; td {
        width: 0px !important;
        padding: 0 !important;
        display:none;
    }

    body.matchmaking table#ranking tbody tr:first-child &gt; td:first-child, body.matchmaking table#ranking tbody tr:first-child &gt; td:nth-child(2), body.matchmaking table#ranking tbody tr:first-child &gt; td:last-child {
        width: 33% !important;
        display:inline-block !important;
        padding:5px !important;
        word-spacing: 0 !important; /*somewhere in css this is set to 300*/
    }

    /*least interested td*/
    body.matchmaking table#ranking tbody tr:first-child &gt; td:nth-child(2) {
        text-align:left !important;
    }

    /*most interested td*/
    body.matchmaking table#ranking tbody tr:first-child &gt; td:last-child {
        display:inline-block !important;
        padding-left:14px !important;
        text-align:right !important;
        border-left:1px solid transparent !important;
    }

    /* matchmaking add and position arrows */
    body.matchmaking table#ranking tbody tr:first-child &gt; td:nth-child(2)::before, body.matchmaking table#ranking tbody tr:first-child &gt; td:last-child::after {
        content:'\25BC';
        display:inline-block;
        margin:0 5px !important;
        opacity:.75;
    }


    /* additional styles for matchmaking step slider*/

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile, table#ranking tbody &gt; tr:not(:first-child) td.r-mobile input {
        display:inline-block !important;
        margin:0 !important;
        padding:0 !important;
        
    }

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile {
        width:66% !important;
        padding: 0 4px !important;
    }

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile input {
        width: 100% !important;
    }
    /* options page */
    body.options a.clear-selection-labe {
        margin:0 !important;
    }

    body.record table.r-table td:first-child {
        width: 100% !important
    }

    /* transaction page */
    div#transactiondiv {
        padding: 3px;
    }

    div#transactiondiv table#attendee_information tbody &gt; tr {
        width: 100% !important;
        display: block !important;
    }

    div#transactiondiv table#attendee_information tbody &gt; tr:not(:first-child) {
        padding:8px !important;
    }

    div#transactiondiv table#attendee_information tbody &gt; tr td {
        width: 100% !important;
        display: block !important;
    }

    div#transactiondiv table#attendee_information tbody &gt; tr:not(:first-child) td {
        padding:0 !important;
        margin:0 !important;
        width: 100% !important;
        line-height:120%;
    }

    div#transactiondiv table#attendee_information tbody &gt; tr:not(:first-child) td:first-child {
        font-weight: bold;
    }

    /* page - specific fixes */

    /* attendee info align checkboxes */
    body.attendeeinfo table.questionContainer.questionLabelLeft.r-standard tbody tr  {
        padding:10px 30px 20px 0 !important;
    }

    body.attendeeinfo table.questionContainer.questionLabelLeft.r-standard tbody tr td.standard.questionInput .checkbox-container {
        margin: -1em -.9em 0 0 !important;
        float:right;
    }
    body.attendeeinfo table.questionContainer.questionLabelLeft table.r-multicheckbox.standard tbody &gt; tr &gt; td span.checkbox-container  {
        margin: -.25em .3em 0 0 !important;
        float:right;
    }

    /* attendee info - align table inside table */
    body.attendeeinfo table table.r-radio-list hr.r-mobile {
        border: 0;
        display:block;
        margin-top:5px;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    /* travel headers */
    body.travel table tbody tr td &gt; b {
        display:block;
        padding-bottom:10px !important;
        border-bottom:1px solid #ccc;
        margin-bottom:10px !important;
    }


    /* payment selection */
    body.payment table.paymentmethod tbody &gt; tr:first-child {
        margin-bottom: 10px !important;
    }
    body.payment table.paymentmethod tbody &gt; tr {
        display:block;
        padding:5px 5px !important;
        /*border-bottom:1px solid #ccc !important;*/
    }



    /* following will need to this class in css and update*/

    table#ranking tbody &gt; tr:not(:first-child) td {
        width: 33% !important;
        display: inline-block;
        text-align: left !important;
        padding: 0 5px !important;
        line-height: 100%;
        vertical-align: middle;
        padding: 5px !important;
        min-height: 30px !important;
    }


    /* additional styles for matchmaking step slider*/

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile, table#ranking tbody &gt; tr:not(:first-child) td.r-mobile input {
        margin:0 !important;
        padding:0 !important;
    }

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile {
        width:66% !important;
        padding: 0 4px !important;
    }

    body.matchmaking table#ranking tbody &gt; tr:not(:first-child) td.r-mobile input {
        width: 100% !important;
    }



    /* index align buttons */

    body.index p.r-reg-buttons a {
        display: block;
        clear: both;
        float:none;
        padding-left:4px !important;
    }


    hr {
        max-width:100%;
    }

    /* agenda */

    table.agenda-day-container &gt; tbody tr {
        display:block;
        /*border-bottom:1px solid #eee !important;*/
        width:100%;
        padding:10px !important;
    }

    table.agenda-day-container {
        margin-bottom:20px !important;
    }

    table.agenda-day-container &gt; tbody tr td &gt; table .standard.questionLabel {
        font-weight:bold;
    }

    body.agenda table.agenda-day-container table.questionContainer table tbody tr td &gt; div {
        margin:10px 0;
        padding:10px;
        border-bottom:1px solid #ccc;
    }

    span.r-indented {
        margin-left: 0 !important;
    }

    a.r-small-btn-link {
        position: relative;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 10px 14px;
        margin-top: 8px;
        cursor: pointer;
        outline: 0;
        border: 0;
        background-color: #eee;
        background-image: -moz-linear-gradient(top,#eee,#eee);
        background-image: -ms-linear-gradient(top,#eee,#eee);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
        background-image: -webkit-linear-gradient(top,#eee,#eee);
        background-image: -o-linear-gradient(top,#eee,#eee);
        background-image: linear-gradient(top,#eee,#eee);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding;
        zoom: 1;
        z-index: 1;
        font-family: "Segoe UI",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #333;
        min-width: 42px;
        text-shadow: #fff 0 1px 0;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        vertical-align: inherit;
    }

    /* cancel reg */
    body.cancelreg table.standard.r-attendee-info tbody &gt; tr:first-child {
        display: none;
    }

    body.cancelreg table.standard.r-attendee-info tbody &gt; tr:nth-child(2) td:first-child::before {
        content: 'Reference #: ';
    }

    body.cancelreg table.standard.r-attendee-info input.r-button {
        margin:20px 0 0 12px !important;
    }

    /* payment */

    body.payment td.standard {
        line-height:120%;
    }

    table tbody tr td.header {
        margin-bottom:10px !Important;
        padding:10px !important;
    }

    /* attendee info */

    .sidebyside-icon-container { display: block; }

    table.questionContainer.questionLabelLeft td.standard.questionInput i.fa.fa-user.sidebyside {
        color: #555;
        font-size: 0.8em !important;
        display: inline;
    }


    table.questionContainer.questionLabelLeft td.standard.questionInput:nth-child(2) i.fa.fa-user.sidebyside::after {
        content: " 1 ";
        margin-right: 4px;
    }

    table.questionContainer.questionLabelLeft td.standard.questionInput:nth-child(3) i.fa.fa-user.sidebyside::after {
        content: " 2 ";
        margin-right: 4px;
    }

    /* additionalattendee info layout*/

    body.additionalattendees table.standard.r-existing-attendees tbody &gt; tr:first-child {
        display: none;
    }

    body.additionalattendees table.standard.r-existing-attendees tbody &gt; tr {
        padding:10px !important;
    }

    body.additionalattendees table.standard.r-existing-attendees tbody &gt; tr:nth-child(n+2) &gt; td:first-child::before {
        content: 'Reference #: ';
        font-weight:bold;
    }

    body.additionalattendees table.standard.r-existing-attendees tbody tr td:nth-child(n+4) {
        margin: 10px 10px 10px 0 !important;
        width: 30px !important;
        text-align: center;
        height: 30px;
        line-height: 30px !important;
        border: 1px solid #ccc !important;
        border-radius:4px;
        display: inline-block;
        overflow:hidden;
    }


    /* global language selector in header */
    td.language-selector-container &gt; select { margin-left: 15px !important; }
    /* hide ADA compliant labels */
    .hidden_label { position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */  clip: rect(1px, 1px, 1px, 1px); }

    /*IPREO*/
    .ipreoMeetingRequest .company_heading {
        color:#fff;
        width:100%;
    }

    .ipreoMeetingRequest {
    }

    .arrow {
    background: #a8b7c6;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
}

.add_arrow {
    padding: 0 3px 4px 3px !important;
    width: 25px;
    border-radius: 100%;
    font-size: 18px !important;
}

.remove_arrow {
    padding: 1px;
    width: 20px;
    font-size: 15px !important;
    padding: 0px 5px 3px 3px !important;
    border-radius: 100%;
    position: relative;
    top: -3px;
}

/* ======== */

.ipreoMeetingRequest  .company_heading {
    height: 55px !important;
}


/*========*/

.ipreoMeetingRequest input#search {
    width: 40% !important;
    margin: 6px 6px 6px 0 !important;
    margin-right: 3px !important;
}


/*========*/
.ipreoMeetingRequest input.search_go {
    margin-top: 6px !important;
    width:10% !important;
    text-align:center !important;
}

/*========*/

.ipreoMeetingRequest input.search_reset {
    margin-top: 6px !important;
    margin-left: 3px !important;
    width:15% !important;
    text-align:center !important;
}

.ipreoMeetingRequest select.industry_filter {
    margin: 6px !important;
    width: 30% !important;
    height: 43px;
}

.ipreoMeetingRequest .request_heading {
height: 55px !important;
line-height: 55px !important;
color: #222 !important;font-size: 15px !important;
}

.ipreoMeetingRequest div#available_companies {
margin-bottom:2em;
}

.ipreoMeetingRequest .company {
padding: 10px 0 10px 0px !important;
font-size:12px !important;
}

.ipreoMeetingRequest .my_requests {
padding: 0 5px !important;
background:#f0f0f0;
border:1px solid #ccc;
border-radius:0 0 4px 4px;
border-top: none;
margin-bottom:2em;
}

.ipreoMeetingRequest .my_requests .company:last-child {
    border-bottom:none !important;
}

/*meeting priority*/
.ipreoMeetingPriority .request_heading {
height:55px !important;
line-height:55px !important;
margin-bottom:1em;
}

.ipreoMeetingPriority .request_heading span {
line-height:auto !important;
margin:0 !important;
}

.ipreoMeetingPriority .request_heading span:first-child {
margin-left:6px !important
}

.ipreoMeetingPriority input.request_change {
    width:auto !important;
    margin:6px !important;
} 

.ipreoMeetingPriority .company {
/*     background:red !important; */
border:1px solid #ccc !important;
margin-bottom:1em !important;
padding:0 !important;
background:#fafafa;
border-radius:4px
}

.ipreoMeetingPriority .company_name {
    margin-bottom:1em !important;
    background:#f0f0f0;
    font-size:14px !important;
    padding:.75em !important;
}

.ipreoMeetingPriority .request_type, .ipreoMeetingPriority .request_priority, .ipreoMeetingPriority .request_notes {
    padding:0 .75em !important;
    margin:0 !important;
}

.ipreoMeetingPriority .request_priority .request_heading {
    height: 20px !important;
}

.ipreoMeetingPriority .request_type select {
    margin-bottom:0 !important;
/*     height:30px */
}

/*availability*/

.availability-container .preview-header {
    width:100% !important;
}
.availability-container #preview {
 overflow:scroll;
 width: 100% !important;
/* -webkit-box-shadow: inset -10px 0px 10px -3px rgba(255,255,255,1);
-moz-box-shadow: inset -10px 0px 10px -3px rgba(255,255,255,1);
box-shadow: inset -10px 0px 10px -3px rgba(255,255,255,1);*/
 }

#preview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height:4px;
    /*background:#f0f0f0;*/
}

#preview::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    height:4px;
}

.r-table.select-times .dash {width:10px !important;position: relative;top: -8px;padding-right: 12px !important;}

.r-table.select-times {
    margin:0 !important;
    padding:0 !important;
    border-spacing:0;
}

.r-table.select-times select {
    padding: 0.5em 1em 0.5em 0.75em !important;
    -webkit-background-size: 1600px 32px !important;
    /* -webkit-appearance: menulist !important; */

}

.r-table.select-times tbody tr:nth-child(odd) {
background-color:#f3f3f3;
}

.r-table.select-times span.error {
    position: relative;
    top:-19px;
    border-radius:4px;
    padding:3px;
}

.r-table.select-times td img {
    width:16px !important;
    height:16px !important;
    max-width: 16px;
    position:relative;
    top:-5px;
    left:-5px;
}

.availability-container #preview table {
    display: table !important;
    /*font-size:auto !important;*/
    width: 660px !important;
}
.availability-container #preview table tr, .availability-container #preview table tbody {
    display: table-row !important;
    width:630px !important;
}

.availability-container #preview table tr td {
    display: table-cell !important;
    /*font-size:12px !important;*/
}

.availability-container tr.date_row td:first-child {
    /*display: inline-block !important;*/
    /*width:150px !important;*/
}

.availability-container tr.date_row td {
    font-size:14px !important;
    font-weight: bold;
}
.availability-container #preview table tr.time_row td {
    width: 60px !important;
    display: inline-block !important;
    font-size: 12px !important;
    /* margin: 0 !important; */
    position:relative;
    top:10px;
}
.availability-container #preview tr.time_row td:nth-child(2) {
    width: 60px !important;
}
.availability-container #preview tr.time_row td:first-child {
    width: 140px !important;
}

#time {
    /*width:50% !important;*/
    /*overflow: scroll;*/
    z-index: 9999;
    /*overflow: hidden;*/
}

#time select#time_drop {
    width:150px !important;
    /*overflow: scroll;*/
    -webkit-appearance: none !important;
}


#available_companies .arrow.add_arrow {
    position: relative;
    top:-3px;
}

}
/*end media query*/

@media (max-width: 600px) { 
    .ipreoMeetingRequest  .company_heading {
        width: 70% !important;
        
        font-size:12px !important;
    }
    .ipreoMeetingRequest select.industry_filter {
        height:32px !important;
    }
}

@media (max-width: 560px) { 
    .ipreoMeetingRequest  .company_heading {
        /*width: 100% !important;*/
        height: 80px !important;
    }
    .industry_filter {
        display: block !important;
        width:100%;
        clear:both;
        float: none !important;
    }
    .ipreoMeetingRequest input#search {
        width: 59% !important;
        margin: 6px 6px 6px 0 !important;
        margin-right: 3px !important;
    }

    .ipreoMeetingRequest input.search_go {
        margin-top: 6px !important;
        width: 19% !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .ipreoMeetingRequest input.search_reset {
        margin-top: 6px !important;
        margin-left: 3px !important;
        width: 19% !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .ipreoMeetingRequest select.industry_filter {
        margin-left:10px !important;
        width: 93.5% !important;
    }
    .ipreoMeetingRequest .request_heading {
        height: 80px !important;
        line-height: 80px !important;
        color: #222 !important;
        font-size: 15px !important;
    }
}

@media (max-width: 400px) { 
    .ipreoMeetingRequest  .company_heading {
        width: 70% !important;
        float: left !important;
        /*height: 55px !important;*/
        background: #a8b7c6 !important;
        /*margin-bottom:25px !important;*/
        font-size:12px !important;
    }
}

@media (max-width: 470px) { 
    .availability-container .availability_key {
        width:15px !important;
        height:15px !important;
    }
    .preview-header span {
        font-size:12px !important;
    }

    .preview-header span:first-child {
        /*font-size:14px;*/
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
    .ipreoMeetingRequest input#search {
        width:49% !important;
        font-size:8px !important;
        color:#333 !important;
    }
    .ipreoMeetingRequest .request_heading {
        height: 80px !important;
        line-height: 80px !important;
        color: #222 !important;
        font-size: 11px !important;
    }
    .ipreoMeetingRequest input.search_go {
        width: 20% !important;
        padding:0 !important;
        height:24px;
        border-radius:4px !important;
    }
    .ipreoMeetingRequest input.search_reset {
        width: 29% !important;
        text-align: center !important;
        margin-bottom: 0 !important;
        padding:0 !important;
        height:24px !important;
        margin-left:0 !important;
        margin-right:0 !important;
        position:relative;
        right:-4px;
    }
    .ipreoMeetingPriority input.request_change {
        font-size:13px !important;
        position:relative;
        top:10px;
    }
    
    .preview-header .preview_header {
        font-size:10px !important;
    }
    .r-table.select-times span.error {
        position: relative;
        top:-19px;
        border-radius:4px;
        padding:3px;
        font-size:9px !important;
    }
}


</pre></body></html>