.row {
    margin: 10px 0px;
    text-align: left;
    display: block;
    clear:both;
}
.content ul,.content ol {
    margin: 0 0 30px 3%;
    display: block;
    font-size: 17px;
    padding-left: 1em;
    max-width: 90%;
    -webkit-column-count: 2;
    column-count: 2;
    font-weight: 100;

}

.content ul li,.content ol li {
    display: list-item;
    margin-bottom: 10px;
}

.content ul {
    padding-left: 0;
}

.content ul > ol {
    margin-left: 35px;
    margin-bottom: 10px;
    max-width:80%;
}

.content ul li {
    padding: 0.2em 0 0.12em 0.5em;
    position: relative;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.content ul > li {
    padding-left: 1em;
}
.content ul > li:before {
    content: "\2014\a0";
    position: absolute;
    left: 0;
    top: 0.2em;
    display: inline-block;
    width: 1em;
}

.content ol {
    list-style-type: decimal;
}

.content ol > ul {
    max-width: 100%;
    margin-left: 10px;
    -webkit-column-gap: 42px;
    column-gap: 42px;
    margin-bottom: 10px;
}

.content ol > ul li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

@media (min-width:360px) and (max-width:766px){
    .xs-ul, .xs-ol{
        width: 100% !important;
        font-size: 16px !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }
    .xs-ul li{
        width: 100% !important;
    }
    input, select, textarea {
        margin: 0 0 10px;
        padding: 8px 12px !important;
    }
}

.speaker_in_sched{
    color:#33cb97 !important;
}
.show_hidden_speaker{
    display: none;
}
#show_hidden_speaker_button{
    width: 100%;
    font-size: 10px;
    padding: 3px 20px 2px;
    margin-top: 20px;
}
.speaker_border{
    border: 1px solid #dfdfdf;
}
#speakers .features-box {
    margin-top: 5px;
}
#speakers img {
    width: 100%;
}
#privacy-policy a, #terms-of-use a{
    color: #33cb98;
}
#privacy-policy a:hover, #terms-of-use a:hover {
    color: #ff7a00;
}
#button.mfp-close{
    display: block !important;
    color: #191919;
}
.mfp-bg {
    background: #0b0b0b !important;
    opacity: 0.8 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    background-color: rgb(51, 203, 152);
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header button{
    color: white !important;
}
.card-body {
    padding: 1rem 3.45rem;
}
input.bigradio {
    display: inline !important;
    margin: 0;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.day-btn {
    border: 2px solid #eeeeee;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 0.5em;
    padding: 0.5em;
}
.day-btn:hover {
    border: 2px solid #33cb98;
}
.active-day-btn{
    border: 2px solid #33cb98;
}
.show-tezis{
    cursor: pointer;
    color: #07cb9a !important;
}
#black-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000087;
    z-index: 10000;
}
#modal-tezis {
    position: absolute;
    top: 1em;
    right: 0;
    bottom: 1em;
    left: 0;
    background-color: #ffffff;
    z-index: 10001;
    border-radius: 2em;
}
#modal-header{
    display: flex;
    justify-content: space-between;
    padding: 1em;
}
#modal-close{
    color:#ccc;
    font-size:1.3em;
    cursor: pointer;
}
#modal-body{
    overflow: auto;
    height: 85vh;
    padding: 0 1em;
    font-size: 1.3em;
    font-weight: 100;
    line-height: 1.5em;
}
.day-btn-wrap{
    display:flex;
}
@media (min-width:360px) and (max-width:766px){
    .day-btn-wrap{
        display: grid;
    }
}
.hidden{
    display: none;
}
