.error_msg{ color: red !important; font-size: 10px;}
.out_stock{ color: red !important; font-size: 18px; font-weight: bold;}
.orderSuccess{ color: green; font-size: 20px;}
.margin_top_min{margin-top: 10px;}
.qr_code{max-width: 300px;}
.font_bold{font-weight: bold;}
.font_white{color: white !important;}
.user-icon-link{width: 32px;}
.text_area{min-height: 100px !important;}
.bg_blue{ background-color: #EDF8FE;}
.bg_light{ background-color: aliceblue;}

.m_top_med{ margin-top: 30px; }
.m_bottom_med{ margin-bottom: 30px; }

.p_top_med{ padding-top: 30px; }
.p_bottom_med{ padding-bottom: 30px; }

/* FORCE RADIO BUTTONS TO SHOW */
input[type="radio"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
}