@import "proestro-banners.css";

main {
    margin-bottom: 64px;
}
hr {
    width: 100%;
    height: 1px;
    border-top: 2px solid #807804;
}
a.disabled {
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
    color: #888;/* цвет текста серый */
}
.withOliveTile {
    position: relative;
}
.withOliveTile:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(173, 163, 18, 0.1);
}
.video-content {
    text-align: center;
}

.speakers .videoInfoSpeakers {
    margin-top: 0;
}
.posts-list .author {
    margin-top: 10px;
}
