/* LZ_alert styles */

:root {
    /* define defaults for when lz_captina_system.css isn't present */
    --color3:           #87b9d7;  /* dark blue */
    --color4:           #0062ab;  /* strong dark blue */
    --alert_bg: var(--color3);
    --alert_alt_bg: var(--color4);
    --alert_border_color: var(--color3);
}

#lz_alert_wrapper {
    text-align: center;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999996;
    background-color: rgba(2,2,2,0.2);
    -moz-box-pack: center;
    place-content: center;
    -moz-box-align: center;
    align-items: center;
}
#lz_alert_wrapper.show_alert {
    display: flex;
}
#lz_alert_wrapper.mini_footer {
    height: unset;
    background-color: transparent;
    top: unset;
    bottom: 0;
}

#lz_alert_innards {
    background-color: var(--alert_bg);
    border: 1px solid var(--alert_border_color);
    margin: 1em auto;
    min-width: 370px;
    max-width: 90vw;
    padding: 0;
    position: relative;
    /*top: 0;*/
    width: max-content;
    z-index: 999997;
    border-radius: 2em;
}
#lz_alert_innards.report_alert {
    max-height: 80vh;
    top: 54px;
    width: 740px;
    position: relative;
    background-color: #9a9a9a;
}
#lz_alert_innards.report_alert #lz_alert_body_normal {
    max-height: 60vh;
}
#lz_alert_innards.report_alert h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#lz_alert_innards {
    background-color: #fff;
    border-radius: 9px;
    border: none;
    min-width: 40vw;
    margin-top: -150px; /* shift it above mid-screen */
}

.mini_footer #lz_alert_innards {
    margin: 0.5em;
    background-color: #232f3f;
    min-width: unset;
}
.mini_footer .lz_alert_header * {
    color: #fff;
}
.mini_footer #lz_alert_body_normal,
.mini_footer #alert_body_wrapper,
.mini_footer #lz_alert_body_waiting,
.mini_footer .lz_alert_footer {
    display: none;
}

#lz_alert_wrapper.captina_system_alert {
    background-color: darkred;
    font-size: 40px;
}
#lz_alert_innards.captina_system_alert {
    background-color: lightpink;
    height: 60vh;
    margin-top: 15vh;
}
#lz_alert_innards.captina_system_alert * {
    font-size: 30px;
}
#lz_alert_innards.captina_system_alert > .lz_alert_footer > #lz_alert_buttons > #lz_alert_ok_btn {
    font-size: 30px;
    background-color: darkred;
    padding: 1em 5em;
}
#lz_alert_ok_btn::after {
    content: 'OK';
}

#lz_alert_innards div.lz_alert_closeButtonX {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    float: right;
    margin: -40px -40px 0 0;
    cursor: pointer;
    background: url(/lz/lz_img/btn_cancel_red_48px.png) transparent no-repeat;
    height: 48px;
    width: 48px;
    background-size: 48px;
}


#lz_alert_innards > .lz_alert_header {
    padding: 1em 0;
    position: relative;
}

#lz_alert_innards > .lz_alert_header > h1 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 20px 40px 10px;
    line-height: 1.4em;
}

#lz_alert_innards .lifted_advisory_message {
    border-bottom: 1px solid #aaa;
    padding-bottom: 1em;
}

#lz_alert_body_wrapper {
    position: relative;
}

#lz_alert_body_normal,
#lz_alert_body_waiting {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0.5em;
    font-size: 18px;
    max-height: 400px;
    min-height: 3em;
    overflow-y: auto;
    text-align: left;
    padding: 0;
    margin: 0 40px;
    color: rgb(100,100,100);
}
/* device = smartphones */
@media only screen and (max-width:549px) {
    #lz_alert_body_normal,
    #lz_alert_body_waiting {
        margin: 0 1em;
        max-height: 60vh;
        padding: 0.5em 1.5em;
    }
}

#lz_alert_body_normal {
}
#lz_alert_body_normal:not(.news_alert) #lz_alert_body_normal * {
    color: inherit;
    font-size: inherit;
    margin: 0;
    line-height: 1.6em;
    font-family: Lato, Verdana, Arial, sans-serif;
}
#lz_alert_body_normal a {
    text-decoration: underline;
}
#lz_alert_body_normal table {
    width: 100%;
}
#lz_alert_body_normal p,
#lz_alert_body_normal li,
#lz_alert_body_normal span {
    margin-bottom: 0.5em;
    font-size: 18px;
}

#lz_alert_body_normal i {
    font-family: "Font Awesome 6 Pro",monospace;
}

#lz_alert_body_normal .lz_textbox {
    width: 95%;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0.5em;
    font-size: 16px;
}
#lz_alert_body_waiting {
    background: url("/lz/lz_img/waiting_round_50px.gif") no-repeat scroll center center #FFFFFF;
    height: 50px;
}

.downloading #lz_alert_body_waiting {
    background-image: url(/lz/lz_img/icon_cloud_download.gif);
    background-size: 60px;
}

#lz_alert_innards > .lz_alert_footer {
    position: relative;
    padding: 1em;
    min-height: 4em;
}

#lz_alert_innards > .lz_alert_footer > #lz_alert_buttons {
    position: relative;
    padding: 1em 0;
    text-align: center;
}

#lz_alert_innards > .lz_alert_footer > #lz_alert_buttons > button {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 2em;
    padding: 0 1em 0.2em;
    text-align: center;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

#lz_alert_innards.verification .lz_alert_header {
    background-color: #333;
    border-radius: 9px 9px 0 0;
    margin-bottom: 1em;
}
#lz_alert_innards.verification > .lz_alert_header > h1 {
    color: #fafafa;
    text-align: center;
}
#lz_alert_innards.verification div.vcode {
    text-align: center;
}
#lz_alert_innards.verification #vcode_val {
    border: 1px solid #ccc;
    padding: 0 0 0 1em;
    width: 5em;
}
#lz_alert_innards.verification p.resend {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding-top: 1em;
    font-weight: 300;
}

/* special styles to trigger icons and colors */
#lz_alert_innards.error {
}
#lz_alert_innards.error > .lz_alert_header > h1 {
    color: darkred;
}
#lz_alert_innards.error #lz_alert_body_normal {
    background: url("/lz/lz_img/famfamfam/exclamation.png") no-repeat 7px 7px #FFFFFF;
    padding-left: 30px;
}
#lz_alert_innards.success {
}
#lz_alert_innards.success > .lz_alert_header > h1 {
}
#lz_alert_innards.success #lz_alert_body_normal {
    background: url("/lz/lz_img/famfamfam/tick.png") no-repeat 7px 7px #FFFFFF;
    padding-left: 30px;
}

/* Styles for order history */
#lz_alert_innards.order_history {
    background-color: #eee;
    margin: 30px 7%;
    width: 86%;
    border-radius: 2em;
}
#lz_alert_innards.order_history #lz_alert_body_normal {
    margin: 0 3em;
}
#lz_alert_innards.order_history tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.03);
}
#lz_alert_innards.order_history td {
    font-size: 10.5px;
    padding-bottom: 0.5em;
}
#lz_alert_innards.order_history td.col1 {
    width: 11em;
}
#lz_alert_innards.order_history pre {
    margin: 0;
}

#lz_field_advisory {
    border: 1px solid var(--vs-green-600);
    border-radius: 6px;
    background-color: #fff;
    max-width: 500px;
    min-width: 250px;
    position: absolute;
    cursor: pointer;
    z-index: 1000000;
}
#lz_field_advisory .advisory_content {
    background-color: rgba(0,255,0,0.05);
    padding: 0.5em;
}
#lz_field_advisory .advisory_content p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--vs-green-600);
}

/* Styles for Cellar Notes */
#lz_alert_innards.cellarNotes {
    position: relative;
    width: 80vw;
    max-width: unset;
    min-width: 300px;
    text-align: center;
    top: 50px;
    background-color: #fff;
    border-radius: 20px;
    max-height: 80vh;
}
#lz_alert_innards.cellarNotes div.lz_alert_closeButtonX {
    display:block;
    margin-right: -20px;
}
#lz_alert_innards.cellarNotes > .lz_alert_header > h1 {
    color: #333;
    font-style: normal;
    text-align: center;
    font-size: 2em;
}
#lz_alert_innards.cellarNotes th,
#lz_alert_innards.cellarNotes td {
    vertical-align: top;
}
#lz_alert_innards.cellarNotes #lz_alert_body_normal {
    font-size: 15px;
    margin: 0 1.5em;
    padding: 1.5em 2.5em;
    max-height: 60vh;
}
#lz_alert_innards.cellarNotes > .lz_alert_footer > #lz_alert_buttons > button {
    display: none;
}
.cn_date_status {
    padding-right: 1em;
    text-align: center;
    width: 7em;
}
.cn_status {
    display: block;
    font-style: italic;
}


#lz_alert_body_normal div.alert_stickies_wrapper,
#lz_alert_body_normal div.alert_warning_wrapper,
#lz_alert_body_normal div.alert_club_wrapper {
    background-color: rgba(100, 250, 150, 0.18);
    border: 1px solid rgb(170, 250, 150);
    margin-bottom: 1em;
    max-height: 5.5em;
    overflow-y: auto;
    padding: 1em 2em 0.25em 1em;
}
#lz_alert_body_normal div.alert_club_wrapper {
    background-color: rgba(200, 240, 255, 0.25);
    border: 1px solid rgb(175, 215, 230);
    max-height: 25em;
}
#lz_alert_body_normal div.alert_warning_wrapper {
    background-color: rgba(255, 175, 175, 0.25);
    border: 1px solid rgb(255, 175, 175);
}
#lz_alert_body_normal div.alert_club_wrapper .club_order_actions {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
}
#lz_alert_body_normal div.alert_club_wrapper .club_order_actions input[type=radio].action_option {
    height: 13px;
    margin: 0 4px 0 30px;
}
#lz_alert_body_normal div.alert_club_wrapper .club_order_actions button.lz_btn_green {
    color: #fff;
    margin: 6px 0 6px 42%;
    width: 16%;
}

#lz_alert_body_normal div p.alert_sticky {
    background: url("/lz/lz_img/sticky_note.png") no-repeat scroll 7px 6px / 14px auto transparent;
    font-size: small;
    padding-left: 30px;
}
#lz_alert_body_normal div p.alert_club {
    background: url("/lz/lz_img/heart_red.png") no-repeat scroll 7px 6px / 14px auto transparent;
    font-size: small;
    padding-left: 30px;
}
#lz_alert_body_normal div p.alert_warning {
    background: url("/lz/lz_img/famfamfam/exclamation.png") no-repeat scroll 7px 6px / 14px auto transparent;
    font-size: small;
    padding-left: 30px;
}




#lz_alert_div, #lz_wait_div, #lz_confirm_div, #lz_params_div {
    background-color: var(--alert_alt_bg);
    /*background: linear-gradient(to bottom, #B2D2E2 0%, #C2E2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: none;
    left: 400px;
    padding: 0;
    position: fixed;
    top: 150px;
    width: 400px;
    z-index: 1000;
}
#lz_confirm_div, #lz_params_div {
    width: 500px;
    left: 325px;
}
#lz_alert_innards.wide_alert, #lz_confirm_div.wide_alert, #lz_params_div.wide_alert {

}
/*
#lz_alert_div div, #lz_wait_div div, #lz_confirm_div div {
	line-height: 2.3em;
}
*/
#lz_alert_div_head, #lz_wait_div_head, #lz_confirm_div_head, #lz_params_div_head {
    /*border-color: #7191A1;*/
    border-color: var(--alert_border_color);
    border-style: solid;
    border-width: 0 0 1px;
    /*color: #284858;*/
    color: var(--base_text_color);
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px 3px;
    text-align: center;
    line-height: 1.8em;
}
#lz_alert_div_body, #lz_wait_div_body, #lz_confirm_div_body, #lz_params_div_body {
    background-color: #F9F9F9;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 14px 12px;
}
#lz_alert_div_body p, #lz_wait_div_body p, #lz_confirm_div_body p, #lz_params_div_body p,
#lz_alert_div_body table, #lz_wait_div_body table, #lz_confirm_div_body table, #lz_params_div_body table,
#lz_alert_div_body div, #lz_wait_div_body div, #lz_confirm_div_body div, #lz_params_div_body div {
    color: #333333;
    font-size: 14px;
    line-height: 1.3em;
    margin: 6px 15px 9px;
    text-align: left;
}
#lz_wait_div_body {
    border-radius: 0 0 12px 12px;
    min-height: 3em;
}
#lz_wait_div_body img, #lz_params_div_body img {
    margin: 12px auto;
}
#lz_params_div_body label {
    display: block;
    font-size: 12px;
}
#lz_params_response_div {
    clear: both;
}
#lz_params_div_body td {
    font-size: 12px;
    padding-right: 10px;
}
#lz_params_div_body td.number {
    text-align: right;
    padding-left: 20px;
}
#lz_params_div_body .lz_textbox, #lz_params_div_body .lz_dropdown {
    font-size: 11px;
    margin-bottom: 2em;
}
#lz_alert_div_foot, #lz_confirm_div_foot, #lz_params_div_foot {
    /*border-color: #7191A1;*/
    border-color: var(--alert_border_color);
    border-style: solid;
    border-width: 1px 0 0;
    height: 36px;
    text-align: right;
}
#lz_alert_div_foot_btn {
    background-color: #497285;
    border: 1px solid #75B7D5;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5em;
    min-height: 1.5em;
    padding: 1px 16px;
    margin: 6px 12px 0;
    outline: none;
}
#lz_alert_div_foot_btn:hover {
    background-color: #68A2BD;
    border: 2px solid var(--primary_border_color);
    padding: 0 15px;
    outline: none;
}
#lz_confirm_div_foot, #lz_params_div_foot {
    padding-right: 15px;
}
#lz_confirm_div_foot .lz_alerts_btn_10, #lz_params_div_foot .lz_alerts_btn_10 {
    font-size: 13px;
    margin: 4px 10px 0;
}
/* alert style variants */
#lz_alert_div .wide_alert {
    width: 600px;
    left: 300px;
}
#lz_confirm_div.caution #lz_confirm_div_head {
    color: darkred;
    font-size: 20px;
    font-variant: small-caps;
    letter-spacing: 1px;
}
#lz_wait_div.image #lz_wait_div_body {
    text-align: center;
}

#LZ_advisory_div {
    position: fixed;
    left: 0;
    top: 0;
    display: table;
    margin: 0 auto 0;
    transition: all .2s ease;
    color: #31708f;
    border-bottom: 7px solid #31708f; /* #00596F;*/
    background-color: #fff; /*#d9edf7;*/
    width: 100vw;
    border-radius: 0;
    z-index: 999999;
}
#LZ_advisory_div.captina_cart {
    left: unset;
    right: 15px;
    top: 20px;
    width: 435px;
    z-index: 9999999;
}
#LZ_advisory_div.field_confirmation {
    right: unset;
    top: 30vh;
    width: 500px;
    left: calc(50vw - 250px);
    padding: 1em 2em 2em 0;
}
/* grabbed color palate from https://www.w3schools.com/bootstrap/bootstrap_alerts.asp */
#LZ_advisory_div.ok {
    /*
    background-color: #01bd2e;
    border-color: #00596F;
    border-color: #d6e9c6;
    */
    color: #3c763d;
    /*background-color: #dff0d8;*/
    border-color: #3c763d;
}
#LZ_advisory_div.info {
    color: #31708f;
    /*background-color: #d9edf7;*/
    border-color: #31708f;
}
#LZ_advisory_div.warning {
    /*
    background-color: #ffa500;
    border-color: #B17300;
    color: #915300;
    */
    color: #8a6d3b;
    /*background-color: #fcf8e3;*/
    border-color: #8a6d3b;
}
#LZ_advisory_div.error {
    /*
    background-color: red;
    border-color: #7c0002;
    */
    color: #a94442;
    /*background-color: #f2dede;*/
    border-color: #a94442;
}
#LZ_advisory_div.centered {
    top: 30vh;
    width: 60vw;
    left: 20vw;
    border: 1px solid #317085;
    border-radius: 3px;
}
#LZ_advisory_div.centered p.welcome_extra {
    font-size: 70%;
    padding: 0 2em;
}

#LZ_advisory_div div.advisory_row {
    color: inherit;
    display: table-row;
}
#LZ_advisory_div div.advisory_img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
#LZ_advisory_div.field_confirmation div.advisory_img {
    width: 100px;
}
#LZ_advisory_div.small div.advisory_img {
    width: 6vw;
}
#LZ_advisory_div div.advisory_img img {
    background-color: white;
    border-radius: 25%;
    height: 40px;
    width: unset;   /* in case a different stylesheet is greedy (*cough* Wordpress *cough*) */
    padding: 4px;
    margin: 2vw;
}
#LZ_advisory_div.small div.advisory_img img {
    padding: 0.5vw;
    margin: 1vw;
}

#LZ_advisory_div div.advisory_img div.advisory_icon {
    display: block;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    min-height: 50px;
    background-position: 25px top;
    padding: 4px;
    margin: 2vw;
}
#LZ_advisory_div div.advisory_img div.advisory_icon.info {
    background-image: url(/lz/lz_img/icon_about.png);
}
#LZ_advisory_div div.advisory_img div.advisory_icon.warning {
    background-image: url(/lz/lz_img/warning_triangle_32x32.png);
}
#LZ_advisory_div div.advisory_img div.advisory_icon.error {
    background-image: url(/lz/lz_img/exclamation_red_circle.png);
}
#LZ_advisory_div div.advisory_img div.advisory_icon.time {
    background-image: url(/lz_img/time_filled.png);
}
#LZ_advisory_div div.advisory_img div.advisory_icon.ok {
    background-image: url(/lz/lz_img/checkmark.png);
}
#LZ_advisory_div div.advisory_img div.advisory_icon.waiting {
    background-image: url(/lz/lz_img/waiting_16px.gif);
}

#LZ_advisory_div div.advisory_msg {
    color: inherit;
    display: table-cell;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0;
    vertical-align: middle;
    padding: 0 1em;
}
#LZ_advisory_div.none div.advisory_msg {
    text-align: center; /* center message if no icon */
}
#LZ_advisory_div div.advisory_msg h4,
#LZ_advisory_div div.advisory_msg p,
#LZ_advisory_div div.advisory_msg p span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: inherit;
}

#LZ_advisory_div.go_to_checkout {
    top: 30vh;
    width: 60vw;
    min-width: 300px;
    left: 20vw;
    border-radius: 2em;
    border-bottom: none;
    padding-bottom: 1em;
}
#LZ_advisory_div.go_to_checkout div.advisory_row {
    display: block;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    min-height: 50px;
    background-position: 25px top;
}
#LZ_advisory_div.go_to_checkout div.advisory_row.ok {
    background-image: url(/lz/lz_img/checkmark.png);
}
#LZ_advisory_div.go_to_checkout div.advisory_msg {
    margin: 1em auto;
    width: inherit;
    display: block;
    padding: 0.5em 60px;
    font-size: 24px;
}
div.go_to_checkout_wrapper {
    display: block;
    width: 100%;
    text-align: center;
}
button.go_to_checkout_btn {
    width: auto;
    margin: 1em auto;
    background-color: #00A23F;
    padding: 0.5em 3em;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 1.5em;
}
button.go_to_checkout_btn:after {
    font-size: 1.3em;
    content: 'go to checkout...';
}

.lz_alert_error_fld_bg {
    background-color: #FFEEEE !important;
    border-color: red !important;
}

#lz_progressbar {
    background-color: rgba(0,172,241,0.25);
    margin: 0 0 16px;
}
#lz_progressbar div.ui-progressbar-value.ui-widget-header {
    background-color: rgba(0,172,241,0.35);
    background-image: none;
}
#lz_progressbar_label {
    color: rgb(0,108,152);
    font-size: 12px;
    padding-top: 0.45em;
    position: absolute;
    text-align: center;
    width: 80%;
}

@media all and (max-width: 900px) {
    #lz_alert_innards {
        max-width: 100%;
        top: 0;
    }
    #lz_alert_innards > .lz_alert_header {
        padding: 0.25em;
    }
}
@media all and (max-width: 700px) {
    #LZ_advisory_div {
        height: 50vh;  /* fill the screen with the advisory on small devices */
    }
    #LZ_advisory_div.centered {
        width: 80vw;
        left: 10vw;
    }
    #LZ_advisory_div.go_to_checkout {
        left: 1vw;
        width: 98vw;
        border-radius: 1em;
        height: auto;
    }
    #LZ_advisory_div.go_to_checkout div.advisory_msg {
        font-size: 18px;
    }
    button.go_to_checkout_btn {
        font-size: 12px;
    }
}
@media all and (max-width: 500px) {
    #LZ_advisory_div {
        width: 100vw !important;
        left: 0 !important;
    }
    #lz_alert_innards.cellarNotes div.lz_alert_closeButtonX {
        margin-right: -5px;
    }
    #lz_alert_innards.cellarNotes #lz_alert_body_normal {
        margin: 0 0.5em;
    }
}

#lz_alert_innards.customer_login {
    background-color: rgba(167,187,195,1);
    top: 25vh;
    width: 60vw;
    min-width: 350px;
    position: relative;
    border-radius: 2em;
}
#lz_alert_innards.customer_login > .lz_alert_footer > #lz_alert_buttons > button.lz_btn_red {
    font-size: 0.9em;
}

#lz_alert_innards span.js_link {
    text-decoration: underline;
    cursor: pointer;
}

/* mini-waiting styles */
#lz_alert_innards.mini_waiting {
    height: inherit;
    width: inherit;
    background: url(/lz/lz_img/icon_loading_dots_160.gif) center / 50px no-repeat transparent;
}
#lz_alert_innards.mini_waiting.store_loading {
    background: url(/lz/lz_img/loading_squares.gif) center / 120px no-repeat transparent;
}
#lz_alert_innards.mini_waiting * {
    display: none;  /* hide everything else */
}
#lz_alert_wrapper.mini.store_loading {
    background-color: rgba(240,240,250,0.6);
}


/* LABEL-LEVEL ERRORS */
.lz_label_error {
    height: 28px;
    width: 22em;
    position: absolute;
    border: 1px solid red;
    top: -27px;
    left: 0;
    background-color: rgba(255,0,0,0.05);
    color: darkred;
    padding: 0.25em 0 0 0.5em;
    border-radius: 3px;
}

#lz_alert_body_normal div.cellar_food_pairing {
    text-align: left;
    background: url(/lz/lz_img/icon-meal-48.png) no-repeat;
    background-size: 24px;
    text-indent: 30px;
    display: block;
    border-bottom: 1px dashed rgba(100,100,100,0.5);
    margin-bottom: 0.2em;
}
#lz_alert_body_normal span.cellar_info {
    text-align: left;
    background-size: 24px;
    text-indent: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0.5em;
}
span.glass_type {
    background-image: url(/lz/lz_img/icon-wine-glass-40.png);
}
span.serve_temp {
    background-image: url(/lz/lz_img/icon-temperature-120.png);
    text-indent: 24px;
}
span.open_time {
    background-image: url(/lz/lz_img/icon-corkscrew-40.png);
}
div.cellar_stats {
    width: 100%;
    text-align: center;
    font-style: italic;
}
div.cellar_image {
    float: left;
    max-width: 150px;
    padding: 1em 1em 0 0;
}
div.cellar_table {

}
#lz_alert_body_normal div.cellar_table_block {
    margin-top: 1em;
}
#lz_alert_body_normal div.cellar_note_header {
    font-weight: 600;
}
#lz_alert_body_normal div.cellar_note_review {
    margin-left: 1em;
}
