/* ================================================ */
/* ==== СТИЛИ для эфиров в EVENTS-календаре ======= */
/* ================================================ */

.live-block {
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 4px 4px 8px hsla(0, 0%, 0%, .5)
}
.content.live-block {
    font-size: inherit;
}
.live-block h1,
.live-block h2,
.live-block h3 {
    font-family: 'Roboto Condensed',sans-serif;
}
.RightColumn .live-block h2,
.RightColumn .live-block h3,
.content.live-block h2,
.content.live-block h3 {
    font-size: 24px !important;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.content.left-col.live-block h2 {
    background-color: #0059be;
    padding: 5px 10px;
    margin: 20px 0;
    color: #fff;
}
.content.left-col.live-block td h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0059be;
}
.content.left-col.live-block h3 {
    color: #0059be;
}
.content.left-col.live-block tr > td:nth-child(2) h3 {
    font-weight: bold;
    margin-bottom: 5px;
}
.content.left-col.live-block h3.date {
    margin-top: 0;
    padding: 5px 15px;
    background-color: #f58220;
    color: #fff;
    display: inline-block;
}
.content.live-block .experts img {
    box-shadow: 4px 4px 8px hsla(0, 0%, 0%, 0.5);
    width: 100px;
    margin: 0 15px 15px 0;
}
.content.live-block .experts tr > td:nth-child(2n-1) {
    width: 18px;
    padding-bottom: 10px;
}
.content.live-block .experts tr > td:nth-child(2n) {
    /*width: 100%;*/
    padding-bottom: 10px;
}
.content.live-block .experts {
    line-height: 1.3;
}
.content.live-block .experts-block > div:nth-child(2n+1) {
    clear: left;
}
.t-programm > tbody > tr > td {
    vertical-align: top;
    padding: 8px 0;
}
.t-programm > tbody > tr > td h3 {
    margin: 0;
    color: #0059BE;
    font-weight: bold;
}
.t-programm > tbody > tr > td p {
    vertical-align: top;
}
.t-programm > tbody > tr > td:nth-child(1) {
    background: url(/site/public/elfinder/Live/prgm_bg-1.png) 6px 1px repeat-y;
}
.t-programm > tbody > tr > td:nth-child(2) {
    padding-left: 4px;
}
.t-programm > tbody > tr > td:nth-child(3) {
    padding-left: 4px
}
@media (max-width: 620px) {
    .t-programm > tbody > tr > td:nth-child(1) {display: none;}
    .t-programm > tbody > tr > td:nth-child(2) {padding-left: 0; padding-bottom: 0; display: block;}
    .t-programm > tbody > tr > td:nth-child(3) {
        padding-left: 0;
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
}
.b-back-to-events {
    background-color: #ececec;
    display: inline-block;
    font-weight: 700;
    padding: 4px 20px 3px 10px;
    min-height: 24px;
}
.live-block .PubSpravka {
    /*margin: 0;*/
    margin: 20px 0;
    width: 100%;
}
/*@media print {*/
    /*.content.live-block .experts img {*/
        /*float: none;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*display: block;*/
    /*}*/
/*}*/
/* =================================== */
