/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
#selected_tkts {
    overflow: auto;
    max-height: 180px;
    margin: 0 auto;
}
div#selected_main_tkts {
    max-height: 110px;
    overflow: auto;
}
@media (min-width: 320px) and (max-width: 580px){
button.continu-btn {
    padding: 15px 28px !important;
    font-size: 15px !important;
}
#selected_main_tkts div {
    font-size: 14px !important;
}
h3.bftlisting {
    font-size: 18px !important;
    margin: 12px 0px !important;
}
#selected_tkts div {
    margin: 5px 0px !important;
    line-height: 20px !important;
}
#selected_tkts {
    max-height: 110px !important;
}
#selected_main_tkts {
    max-height: 100px !important;
}
}
.totlslct_tickt {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 5px;
}