.btn-secondary{
    padding: 5px 13px;
}
.programContent table{
    width: 100%!important;
}
.programContent table tr td{
    padding: 10px;
}
.programContent table{
    border: none;
}
.tableDiv{
    border: 2px solid #1B4494;
    border-radius: 10px;
    overflow: hidden;
}
/*
.programContent table tr:first-child{
    border-top: 2px solid #4a3597;
}
.programContent table tr td:first-child{
    border-left: 2px solid #4a3597;
}
.programContent table tr td:last-child{
    border-right: 2px solid #4a3597;
}
.programContent table tr:last-child{
    border-bottom: 2px solid #4a3597;
}
*/
.programContent table tr,
.programContent table td
{
    border: none;

}
.programContent table tr{
    border-bottom: 1px dashed #cac6c6;
}
.programContent table tr:last-child,
.programContent table td:last-child{
    border: none;
}
.programContent table tr:first-child{
    border-bottom: 2px solid #1B4494;
}
.programContent table p,
.programContent table ul{
    margin: 0;
}

.programContent .tableDiv{
    margin-bottom: 50px;
}

/* Делаем strong менее жирным */
.programContent table tr td strong{
    font-weight: 500!important;
}

/* Ячейка со временем */
.programContent table tr td:first-child{
    background: #75F6FC;
}
.programContent table tr:first-child td{
    background: #fff;
}
.programContent table tr td:first-child strong{
    font-weight: 600!important;
}

/* Заголовок секции */
.programContent table tr:first-child p:first-child{
    font-size: 2rem;
    text-align: center;
    color: #1B4494;
}
/* Подзаголовок секции, модераторы */
.programContent table tr:first-child p:nth-child(2),
.programContent table tr:first-child p:nth-child(3){
    text-align: center!important;
    color: #1B4494!important;
}
.programContent table tr:first-child p:nth-child(2) strong,
.programContent table tr:first-child p:nth-child(3) strong{
    font-weight: 400!important;
}