
    @font-face {
        font-family: Quicksand-Light;
        src: url("../fonts/Quicksand-Light.ttf") format("truetype");
    }
    @font-face {
        font-family: Quicksand-Regular;
        src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
    }
    
    @font-face {
        font-family: Quicksand-Medium;
        src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
    }
    
    @font-face {
        font-family: Quicksand-Bold;
        src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
    }
    
    @font-face {
        font-family: Helvetica-Condensed-Black;
        src: url("../fonts/Helvetica-Condensed-Black.otf") format("opentype");
    }
    
    @font-face {
        font-family: Helvetica-Regular;
        src: url("../fonts/Helvetica.otf") format("opentype");
    }
    
    @font-face {
        font-family: Helvetica-Light;
        src: url("../fonts/Helvetica-Light.otf") format("opentype");
    }

    @font-face {
        font-family: Helvetica-Bold;
        src: url("../fonts/Helvetica-Bold.otf") format("opentype");
    }

    body {
        padding: 0;
        margin: 0;
        color: rgb(45,50,55);
        font-family: Quicksand-Medium, sans-serif;
        font-size: 14px;
        moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }

    a, a:visited, a:active {
        outline: none;
    }
    
    button::-moz-focus-inner {
        border: 0;
    }
        
    #page_body {
        border-bottom: 1px solid rgb(200,203,207);
        /*background: rgb(248,249,250);*/
    }
       
    #page_header, .page_header {
        font-size: 24px;
        font-weight: normal;
        font-family: Helvetica-Bold, sans-serif;
        margin-top: 35px;
        margin-bottom: 15px;
        display: block;
        color: black;
    }
    
    .page_header.notification {
        margin: 0 0 10px;
        padding: 0;
    }
    
    .link_under_page_header {
        margin-top: 25px;
    }
    
    .link_under_page_header a {
        padding: 10px 0;
        display: inline;
    }
    
    #centering_container, .centering_container {
        position: relative;
        width: 980px;
        margin: 0 auto;
    }
    
    #body_container, .body_container {
        position: relative;
        padding: 0 20px;
    }
    
    .table_body_container {
        padding: 0 20px;
        min-height: 350px;
    }
    
    .section_header {
        padding: 10px 0;
        font-size: 16px;
    }
    
    .to_uppercase {
        text-transform: uppercase;
    }
    
    .section_header.no_padding_top {
        margin-top: 0 !important;
    }
    
    .section_header_link {
        color: white;
        text-decoration: none;
    }
    
    .section_header_link:hover {
        text-decoration: underline;
    }
    
    .link, .inline_link {
        cursor: pointer;
        text-decoration: none;
        color: rgb(50,55,60);
    }
    .link {
        font-size: 14px;
        padding: 24px 18px;
    }
    .link:hover, .inline_link:hover, .hide_button:hover {
        text-decoration: underline;
    }
    
    .inline_link.vertical_padding {
        display: block;
        padding: 25px 0px;
        width: 300px;
    }

    .currency_link {
        color: inherit;
        text-decoration: none;
    }
    .currency_link:hover, .currency_link:hover i {
        text-decoration: underline;
    }
    
    table {
        border-collapse: collapse;
    }

    .landing_center {
        border-collapse: collapse;
        top: 0;
        width: 100%;
        position: relative;
    }

    .landing_center td {
        text-align: center;
        vertical-align: middle;
    }
    
    .landing_container {
        background: rgb(237,237,237);
        margin: 0 auto;
        padding: 20px;
        z-index: 1100;
        -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
    }
    
    .landing_container.two_column {
        max-width: 600px;
    }
    .landing_container.one_column {
        max-width: 316px;
    }
    
    .landing_container table {
        width: 100%;
    }
    
    .landing_container td {
        padding: 0 10px;
    }
    
    .landing_container .container_header {
        font-size: 20px;
        padding: 10px 0 20px;
        text-align: center;
        width: 100%;
        max-width: 400px;
        line-height: 1.65;
        margin: 0 auto;
    }

    .container_blurb {
        padding: 0 10% 20px;
        margin: 10px 0 20px;
        font-size: 20px;
        text-align: center;
        line-height: 1.65;
    }

    #email_on_file,
    #email_on_off {
        font-weight: bold;
        font-size: 16px;
    }

    ul.inline {
        margin: 0;
        padding: 0;
    }

    ul.inline li {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    .full_width_right_align {
        width: 100%;
        text-align: right;
    }

    h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        font-family: Helvetica-Light, sans-serif;
        padding: 20px;
    }
    
    h2 {
        margin: 0;
        padding: 0;
    }

    .orange {
        color: rgb(255,229,171) !important;
    }
    .orange_border {
        border-color: rgb(255,229,171) !important;
    }
    .orange_actual {
        color: orange !important;
    }
    
    .red_orange {
        color: rgb(255,86,18);
    }
    
    .nav_teal {
        color: rgb(51,169,243) !important;
    }
    
    .teal {
        color: rgb(51,169,243) !important;
    }
    
    .steel {
        color: rgb(121,130,140);
    }
    
    .charcoal {
        color: rgb(61,70,79);
    }
    
    .white {
        color: white !important;
    }
    
    .low_grade_alert {
        font-size: 13px;
        padding: 20px;
        border: none !important;
        background: rgb(55,56,57);
    }

    #auth_container {
        position: relative;
        height: 100%;
        top: 0;
    }

    #auth {
        position: relative;
        top: 0;
        padding-top: 12%;
        padding-bottom: 12%;
    }

    #auth.signup {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #landing_page_text {
        background: none;
        text-align: center;
    }

    #landing_page_text h1 {
        font-size: 32px;
        font-family: Helvetica-Bold, sans-serif;
        line-height: 1.7;
        color: white !important;
    }

    #landing_page_text .container_blurb {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #landing_page_steps {
        text-align: center;
    }

    #landing_page_steps .page_header {
        margin-top: 100px;
        margin-bottom: 50px;
        color: rgb(100,100,100);
        font-family: Quicksand-Medium, sans-serif;
    }

    #landing_page_steps table {
        width: 100%;
        border-collapse: collapse;
    }

    #landing_page_steps td.image_cell {
        padding-top: 30px;
        padding-bottom: 0;
    }

    #landing_page_steps img.step {
        width: 250px;
        height: 250px;
    }

    #landing_page_steps img.step_spacer {
        width: 250px;
        height: 67px;
    }

    #landing_page_steps img.step_spacer_final {
        width: 250px;
        height: 217px;
    }
    #landing_page_steps td,
    .last_step_text {
        padding: 0 0 10px;
        font-size: 18px;
        line-height: 1.7;
        color: rgb(100,100,100);
    }

    #meet_your_match {
        width: 100%;
        text-align: center;
        margin-top: 250px;
        /*margin-top: 80px;*/
        margin-bottom: 80px;
    }

    #meet_your_match .icon_button {
        padding: 12px 30px !important;
    }
    
    #meet_your_match span {
        font-size: 20px;
    }

    #landing_page_full_bleed {
        width: 100%;
        height: 300px;
        background: grey;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../img/full-bleed-image.jpg');
    }
   
    /* --------------------------------------------------------------- */

    .input_style {
        border-width: 0;
        padding: 10px;
        outline: 0;
        cursor: auto;
        width: 200px;
        font-family: Quicksand-Regular, sans-serif;
    }
    
    .input_overflow {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 50px;
        display: inline;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABkCAMAAACmV3A3AAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////8AAAD///////////////////////////////////////////////98HD6LAAAAIXRSTlP+9O3l07+onZF6bmJLQSwjGhILBQDcV8mFNrSzN4bIVtvBv9zYAAABDklEQVRIx7VWSRLCMAwjQNn3pbRQkvz/lZQDo0MHKcZDrxrFlhe5o8v5dDzsd912U69Xy2Yxnz2q2/Q6GYdR/33gFvC9ioDBTj38fMOETR4n7I7E1uwWqRF28z12cpWlBpvChC2EkdQAmx8f6g6634DREpmaaklGbMCO1MDG4yRzNS2BCwuOfpOqRVXzbJo19FsvEYldLiz87A75P97ijx0BlxW1k86UWMcMRZWGnY1l0bAeJsB6/Ulq9HFVVL+wIGDTfgOOYs61sKErcttD1cD2n1h9S/yzlgpcEWwFB4MwxtYNlaml4lNDrIfoljA3Tbsz6ZZAmF4D/afpO5KCTWF5Yq03tNVw+Qrmsi15AddzjQIR2psLAAAAAElFTkSuQmCC');
    }
    
    .dark_on_light_input::-webkit-input-placeholder {
        color: rgb(122,122,122);
        opacity: 0.7;
        font-weight: normal;
    }
    .dark_on_light_input:-ms-input-placeholder {
        color: rgb(122,122,122);
        opacity: 0.7;
        font-weight: normal;
    }
    .dark_on_light_input::-moz-placeholder {
        color: rgb(122,122,122);
        opacity: 0.7;
        font-weight: normal;
    }
    .dark_on_light_input:-moz-placeholder {
        color: rgb(122,122,122);
        opacity: 0.7;
        font-weight: normal;
    }
    
    .dark_on_light_input {
        padding: 12px 18px 11px;
        outline: 0;
        border: none;
        color: rgb(122,122,122);
        border: 2px solid rgb(200,203,207);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        appearance: none;
        -webkit-appearance: none;
        width: calc(100% - 38px);
    }
    
    .dark_on_light_input:active,
    .dark_on_light_input:focus {
        border-color: #999 !important;
    }
    
    .numeric_input {
        width: 100px;
    }
    
    .icon_button {
        font-family: Quicksand-Bold, sans-serif;
        font-weight: normal;
        display: inline-block;
        outline: none;
        cursor: pointer;
        width: auto ;
        padding: 10px 16px 11px;
        text-align: center;
        line-height: 1.25 !important;
        text-decoration: none !important;
    }

    #auth .icon_button {
        display: block;
        width: 170px;
        margin: 0 auto;
    }

    .icon_button i {
        color: white;
    }

    .icon_button.blue {
        color: white;
        background: rgb(53,155,255);
        border: 2px solid rgb(21,102,181);
    }

    .icon_button i,
    .icon_button.blue,
    .icon_button.grey {
        font-size: 16px !important;
    }

    .icon_button.grey i, 
    .icon_button.blue i {
        padding: 2px;
    }

    .icon_button.blue:hover, 
    .icon_button.blue:focus {
        background: rgb(73,175,255) !important;
    }

    .icon_button.grey {
        background: rgb(237,237,237);
        border: 2px solid rgb(175,175,175);
    }

    .icon_button.grey span {
        color: rgb(92,92,92);
    }
    .icon_button.grey i {
        color: rgb(122,122,122);
    }

    .icon_button.grey:hover,
    .icon_button.grey:focus {
        background: rgb(245,245,245) !important;
    }

    .button_link {
        font-family: Quicksand-Bold;
        font-weight: normal;
        display: block;
        outline: none;
        cursor: pointer;
        width: 170px;
        margin: 10px auto 0;
        padding: 12px 16px;
        text-align: center;
        color: rgb(31,149,223);
        text-decoration: none;
    }

    .button_link:hover {
        text-decoration: underline;
    }

    .icon_wrapper {
        display: inline-block;
        padding-right: 10px;
    }
    
    .input_label {
        font-size: 13px;
        display: block;
        margin: 0 auto 5px 0;
        text-align: left;
    }

    .required_fields {
        padding: 10px 0 5px;
    }
    
    .text_button {
        display: inline-block;
        border: 1px solid white;
        padding: 8px 10px;
        background: none;
        color: white;
        cursor: pointer;
        width: 170px;
        text-align: left;
        text-decoration: none;
    }
    
    .input_style, .text_button, .icon_button {
        font-weight: normal !important;
        font-size: 14px !important;
    }

    .auto_width {
        width: auto !important;
    }
    
    .a_button {
        width: 198px !important; /* text_button width - text_button padding-right, paddingileft - 2 for borders */
    }

    .text_button:hover {
        background: rgba(255,255,255,0.2);
    }

    .input_padding {
        margin-top: 4px;
    }

    .button_padding {
        margin-top: 22px;
        margin-bottom: 7px;
    }
    
    .description_text {
        font-size: 14px;
        padding: 0 10px 10px;
        line-height: 1.65;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-box-shadow: 0 0 0 50px white inset;
    }
    
    .module_error {
        margin-bottom: 20px;
        font-size: 14px;
        text-align:center;
    }

    .profile_table td {
        vertical-align: bottom;
        padding-right: 8px !important;
        margin-bottom: 8px;
    }
    
    #username {
        font-size: 24px;
        font-weight: normal;
        font-family: Helvetica-Bold, sans-serif;
        color: rgb(92,92,92);
    }

    #profile_photo_lg {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin-right: 16px;
        display: none;
        background-size: cover;
        background-position: center;
    }

    .image_preview {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    /* --------------------------------------------------------------- */

    ul.two_column_body {
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
        width: 100%;
    }
    
    ul.two_column_body li {
        vertical-align: top;
        display: table-cell;
    }

    ul.two_column_body.equal_width li:first-child {
        width: 50%;
        padding-right: 4%;
    }
    
    ul.two_column_body.equal_width li:last-child {
        width: 50%;
        padding-left: 4%;
    }
    
    /* --------------------------------------------------------------- */

    /* protected pages */
    
    #page_title {
        font-size: 24px;
        margin: 40px 0;
    }
    
    #login_signup_table td {
        padding: 10px 10px 10px 0;
    }
    
    #login_signup_table input {
        width: 150px !important;
    }
    
    .auth_text_link {
        text-decoration: none;
        display: block;
        padding: 15px 15px 18px;
        font-size: 13px;
        cursor: pointer;
    }
    
    .auth_text_link:hover {
        text-decoration:underline;
    }
    
    /* --------------------------------------------------------------- */

    /* FOOTER */
    
    #footer ul {
        margin: 0;
        padding: 0;
        
    }
    #footer li {
        list-style: none;
        display: inline-block;
    }
    #footer a, #site_by_mobile a {
        display: block;
        text-decoration: none;
        font-size: 12px;
        padding: 17px 12px;
    }
    #footer a:hover, #site_by_mobile a:hover {
        text-decoration: underline;
    }
    
    #site_by_desktop {
        float: right;
    }
    
    #site_by_mobile {
        background: rgb(248,249,250);
        display: none;
        text-align: center;
    }
    
    /* --------------------------------------------------------------- */

    /* CARD CONTAINER */
    
    #buyer_card_container,
    #property_card_container {
        margin-top: 20px;
        max-width: 500px;
    } 
    
    .card_item {
        position: relative;
    }
    
    .card_tile {
        width: 100%;
        width: calc(100% - 2px);
        min-height: 70px;
        position: relative;
        border-top: 1px solid rgb(218,221,225);
        border-collapse: collapse;
    }

    .card_tile.buyer {
        margin-left: 20px;
        width: calc(100% - 22px);
    }
    
    .card_tile:last-child {
        border-bottom: 1px solid rgb(218,221,225);
    }

    .property_match_image {
        height: 102px;
        width: 102px;
        display: inline-block;
        background-size: cover;
        background-position: center;
        border-right: none;
        margin: 13px 0;
        position: relative;
    }
    .property_match_image.property_listing {
        height: 82px;
        width: 102px;
    }
    
    .property_match_image .unseen_banner {
        background: rgb(180,1,1);
        color: white;
        text-align: center;
        padding: 3px 0;
        font-family: Quicksand-Bold, sans-serif;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .card_detail_partition {
        vertical-align: middle;
        width: 100%;
    }
    
    .card_action_partition {
        position: absolute;
        bottom: 2px;
        right: 0;
    }
    
    .card_body {
        display: inline-block;
        vertical-align: top;
        padding: 12px;
    }
    .card_tile.buyer .card_body {
        padding-left: 0;
    }

    .card_line_1 {
        font-weight: bold;
        padding-bottom: 0; /* change padding-bottom immediately below : this + 3 */
        font-size: 16px;
    }
    .card_body.property .card_line_1 {
        padding-bottom: 11px;
    }
    .card_tile.no_updated .card_line_1 {
        padding-bottom: 15px;
    }
    
    .card_line_1 .unseen_banner {
        background: red;
        color: white !important;
        display: inline-block;
        font-size: 9px;
        padding: 3px 5px;
        margin-left: 9px;
        position: relative;
        top: -2px;
        font-family: Quicksand-Medium, sans-serif;
    }

    #my_matches_badge {
        background: red;
        color: white !important;
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 4px 9px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        z-index: 1000;
    }

    .card_line_2 {
        margin-bottom: 13px;
    }

    .card_line_2 i {
        color:  rgb(100,105,110);
    }

    .card_updated {
        margin-top: 12px;
        font-size: 12px;
        color: rgb(100,105,110);
    }
    
    .card_match_score,
    .card_match_link.red,
    .card_match_link.red a,
    .card_match_link.red span {
        color: red;
        text-decoration: none;
    }

    .card_match_link.grey {
        color: rgb(100,105,110);
    }

    .card_match_link>a:hover span {
        text-decoration: underline;
    }
    
    .card_match_score {
        margin-top: 8px;
        font-size: 12px;
    }

    .card_match_link {
        
    }
    
    .card_action {
        cursor: pointer;
        color: rgb(50,55,60);
        text-decoration: none;
        padding: 5px 10px;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid rgb(200,203,207);
        text-align: center;
        font-size: 15px;
    }
    
    .card_action i {
        padding-right: 7px;
    }
    
    .card_action:hover {
        color: rgb(25,124,183);
        border-color: rgb(62,169,247);
        background: white;
    }
    .card_action:hover i {
        color: rgb(27,188,157) !important;
    }
    
    .buyer_match_link {
        text-decoration: none;
        color: rgb(50,55,60);
        display: block;
    }

    .buyer_match_link:hover span {
        color: rgb(62,169,247);
    }

    .match_profile_photo {
        margin-bottom: 3px;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        object-fit: cover;
        vertical-align: middle;
    }

    .buyer_match_header {
        font-size: 20px;
        font-family: Quicksand-Medium, sans-serif;
        color: black;
        padding: 12px 0;
    }
    .buyer_match_header:first-child {
        padding-top: 0;
    }

    .unmatch {
        font-size: 12px;
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .unmatch:hover {
        color: rgb(180,1,1);
    }

    #view_property_match_map {
        position: absolute;
        top: 28px;
        right: 0;
    }
    
    /* --------------------------------------------------------------- */

    #account_header_container {
        background: rgb(248,249,250);
        border-bottom: 1px solid rgb(200,203,207);
        margin-bottom: 10px;
    }
        
    #account_header .section_header {
        padding: 13px 20px;
        font-weight: normal;
        font-size: 14px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
    }
    
    #account_header h3 {
        font-size: 14px !important;
        font-family: Quicksand-Medium, sans-serif;
        line-height: 1.5;
    }
    
    hr {
        height: 1px;
        border: none;
        background: rgb(200,203,207);
    }
    
    textarea {
        max-width: 700px;
        height: 100px;
    }

    .underline {
        text-decoration:underline;
    }
    
    .required_star {
        color:red;
        font-size: 27px;
        position: relative;
        top: 5px;
    }
    
    #account_feature_container {
        border-bottom: 1px solid rgb(200,203,207);
        width: calc(100% - 40px); 
        background: rgb(248,249,250);
        height: 500px;
        margin-bottom: 10px;
        padding: 20px;
    }
    
    .account_menu {
        width: 250px;
        padding-right: 10px;
    }
    
    .subwindow {
        padding: 13px 20px;
        background: rgb(248,249,250);
        border-bottom: 1px solid rgb(200,203,207);
        position: relative;
        cursor: pointer;
        font-size: 14px;
        display: block;
        text-decoration: none;
    }
        
    .subwindow i {
        width: 24px;
    }
    
    .subwindow:hover {
        background: rgb(247,249,250);
        color: rgb(27,188,157);
    }

    .hide_button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px 20px 60px 40px;
        cursor: pointer;
    }
    
    .section_header i {
        font-size: 16px;
        padding-right: 7px;
    }

    .path_slash {
        padding: 0 8px;
    }
    
    .disclaimer {
        font-size:13px;
    }

    .email_input {
        width: 220px !important;
    }

    .note_input {
        width: 600px !important;
    }
    
    .add_left_margin {
        margin-left: 20px;
    }
    .add_right_margin {
        margin-right: 20px;
    }
    
    .checkbox_label {
        cursor: pointer;
        display: block;
        padding: 10px 0;
        width: 300px;
    }

    .account_form {
        list-style: none;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }
    .account_form li {
        display: inline-block;
        padding: 5px 20px 5px 0;
    }
    
    .simple_selection_table {
        
    }
    .simple_selection_table tr {
        border: 1px solid grey;
    }
    .simple_selection_table tr:hover {
        cursor: pointer;
        background: rgb(80,82,84); 
    }
    .simple_selection_table td {
        padding: 5px 20px;
    }
    
    .button_contents {
        list-style: none;
        margin: 0;
        padding: 0;
        outline: 0;
    }
    .button_contents li {
        display: table-cell;
        vertical-align: middle;
    }
    
    .dropdown_header {
        font-size: 13px;
        padding: 18px 0 10px;
    }
    
    .dropdown_header i {
        color: rgb(100,105,110);
    }
    
    table.button_table td {
        padding: 12px 18px;
        border: 1px solid rgb(200,203,207);
        overflow: hidden;
        vertical-align: middle;
    }
    
    table.button_table td.button_cell {
        padding: 12px 0;
        background: rgb(248,249,250);
        min-width: 58px;
    }
    
    .table_button {
        padding: 50px 22px;
        cursor: pointer;
    }
    
    .table_button i {
        font-size: 17px;
    }
    
    .table_button:hover i {
        color: rgb(27,188,157) !important;
    }
    
    #address_bar_container, #condo_corp_container {
        width: 420px;
    }
    
    #address_bar, #condo_corp {
        width: calc(100% - 38px);
    }
    
    .room_level {
        font-size: 10px;
        color: grey;
        margin-top: 3px;
        display: block;
    }
    
    .notification_container {
        background: rgb(248,249,250);
        padding: 30px 80px 30px 30px;
        margin-top: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    .notification_container.extra_padding {
        padding: 30px 30px 27px;
    }
    
    .notification_container p {
        margin: 0;
        padding: 0;
        line-height: 1.75;
        position: relative;
    }
    
    .notification_container td {
        line-height: 1.75;
    }
    
    .notification_table {
         border-collapse: collapse;
    }
    
    .notification_table i {
        padding-right: 15px;
        font-size: 21px;
        color: red;
    }

    .notification_container .inline_link.dismiss {
        position: absolute;
        top: 0;
        right: 20px; /*20px padding included */
        padding: 10px 16px;
        color: grey;
        font-size: 13px;
    }
    
    #listing_header_table {
        width: 100%;
        border-collapse: collapse;
    }
    
    #listing_header_table td {
        line-height: 1.65;
    }
    
    #action_button_cell {
        white-space: nowrap;
        vertical-align: bottom;
        text-align: right;
    }
    
    #map_canvas {
        width: 100%;
        width: calc(100% - 2px);
        min-height: 600px;
        min-height: 70vh;
        border: 1px solid rgb(200,203,207);
        margin-bottom: 10px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    #map {
         width: 100%;
         min-height: 600px;
         min-height: 70vh;
    }

    #location_tutorial_overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.75);
    }

    #tutorial_prompt_inner {
        width: 258px;
        margin: 20% auto 0;
        text-align: center;
        line-height: 1.7;
        padding: 15px 15px 35px;
        background: white;
        -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3);
    }

    div[title="Stop drawing"] { 
        display: none !important; 
    }
    
    div[title="Draw a shape"] { 
        font-size: 20px !important;
        padding: 12px !important;
    }
    
    table.message_table {
        width: 100%;
        border-collapse: collapse;
    }
    
    table.message_table tr.dark_row {
        background: rgb(245,246,248);
    }
    
    table.message_table td {
        padding: 20px;
    }
    
    table.message_table td.timestamp {
        text-align: right;
        font-size: 12px;
        color: grey;
    }
    
    table.message_table td.session_user {
        color: dodgerblue;
        font-weight: bold;
    }
    
    table.message_table td.other_user {
        color: brown;
        font-weight: bold;
    }
    
    table.message_table td.message_text {
        padding-top: 0;
    }
    
    /* --------------------------------------------------------------- */

    /* CHAT */
    
    #message_history {
        width: 100%;
        height: 40vh;
        border: 1px solid rgb(179,179,179);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgb(245,245,245);
    }

    .message_header {
        clear: both;
        margin: 0 15px 6px;
        font-size: 13px;
    }

    .message_icon {
        width: 17px;
        height: 17px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .session_user .message_icon {
        float: right;
        background-image: url('/img/chat_blue.png');
        margin-left: 8px;
    }

    .other_user .message_icon {
        float: left;
        background-image: url('/img/chat_red.png');
        margin-right: 8px;
    }

    .message_block {
        clear: both;
        display: block;
        max-width: 50%;
        padding: 12px 15px;
        margin: 0 15px;
        background: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .message_timestamp {
        clear: both;
        margin: 6px 15px;
        font-size: 11px;
        color: rgb(127,127,127);
    }

    .session_user {
        float: right;
    }

    .other_user {
        float: left;
    }

    .message_spacer {
        clear: both;
        height: 15px;
        width: 100%;
    }

    #new_message {
        max-width:none;
        width: calc(100% - 50px) !important;
        height: 41px;
        min-height: 39px !important;

    }

    #send_message_table {
        width: 100%;
    }

    #send_message {
        width: 40px;
        height: 41px;
        background-image: url('/img/send_message.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .chat_username {
        color: rgb(110,115,120) !important;
    }
        
    .hidden {
        display: none;
    }
    
    /* --------------------------------------------------------------- */

    /* RECENT CONNECTIONS */

    #recent_connections {
        height: 163px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .recent_connection {
        display: inline-block;
        width: 163px;
        height: 163px;
        background: rgb(245,245,245);
        vertical-align: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
    }
    
    .recent_connection a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    .recent_connection .connection_text {
        font-family: Quicksand-Bold, sans-serif;
        position: absolute;
        bottom: 0;
        color: black;
        width: calc(100% - 20px);
        padding: 10px;
        background: rgba(255,255,255,0.5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    