/* ///// JCONFIRM CUSTOM STYLES ////////////////////////////*/
.jconfirm_custom {
    font-size: large;
    margin: auto;
    width:100%;
    overflow-y:auto !important;
    line-height:1.5;
}
.jconfirm_custom_long_message {
    font-size: large;
    margin: auto;
    width:100% !important;
    overflow-y:auto !important;
    line-height:1.5;
}

.jconfirm_custom div {
    margin:auto;
    padding:0px;
}
.jconfirm_custom ul {
    text-align:left;
    list-style-type: disc;
} 
.jconfirm_custom_no_bootstrap {
    line-height:1.5;
}

.jconfirm_custom_no_bootstrap p {
    padding-bottom:20px;
}
.jconfirm_custom p, 
.jconfirm_custom div, 
.jconfirm_custom ul li {
        font-family:  "Nunito","Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    font-size:1.5em;
    line-height: 1.5em;
}
.jconfirm .special_smaller {
    font-size:.8em;
    color:yellow;
    font-weight:bold;
    text-transform:uppercase;
}

.attention_title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.text-yellow {
    color: #FFFF00;
}

.jconfirm_custom .sub_title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 0px;
}

.jconfirm_custom strong {
    font-weight: bold;
    text-transform: uppercase;
}

/* ///// JCONFIRM CUSTOM STYLES ////////////////////////////*/
.tiny_text_2 .jconfirm_custom {
    font-size: 1em !important;
    margin: auto;
    width:100%;
    overflow-y:auto !important;
    line-height:1.5;
}

.tiny_text_2 .jconfirm_custom_long_message {
    font-size: 1em !important;
    margin: auto;
    width:100% !important;
    overflow-y:auto !important;
    line-height:1.5;
}
.indent_me ul {
    padding-left:20px !important;
}

.tiny_text_2 .jconfirm_custom div {
    margin:auto;
    padding:0px;
}

.tiny_text_2 .jconfirm_custom ul {
    text-align:left;
    list-style-type: disc;
} 

.tiny_text_2 .jconfirm_custom_no_bootstrap {
    line-height:1.5;
}

.tiny_text_2 .jconfirm_custom_no_bootstrap p {
    padding-bottom:20px;
}
.tiny_text_2 .jconfirm_custom p, 
.tiny_text_2 .jconfirm_custom div, 
.tiny_text_2 .jconfirm_custom ul li {
        font-family:  "Nunito","Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

.tiny_text_2 .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    /* font-size:1.5em; */
    line-height: 1.5em;
}
.tiny_text_2 .jconfirm .special_smaller {
    /* font-size:.8em; */
    color:yellow;
    font-weight:bold;
    text-transform:uppercase;
}

.tiny_text_2 .attention_title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tiny_text_2 .text-yellow {
    color: #000000;
}

.tiny_text_2 .jconfirm_custom .sub_title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 0px;
}

.tiny_text_2 .jconfirm_custom strong {
    font-weight: bold;
    text-transform: uppercase;
}



/* /////////////////////////////////////////// */
/* ////  Landscape Phone VERSION BELOW  ////// */
/* /////////////////////////////////////////// */

@media (min-width: 768px) {
    /* ///// JCONFIRM CUSTOM STYLES ////////////////////////////*/
    .tiny_text_2 .jconfirm_custom {
        /* width: 80%; */
    }
}

@media (min-width: 1200px) {
    /* ///// JCONFIRM CUSTOM STYLES ////////////////////////////*/
    .tiny_text_2 .jconfirm_custom {
        width: 70%;
    }
}