.live-logo {
    height: 22.5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    margin-top: -5px;
}

#live {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.slido-container {
    height: calc((66.66vw - 1.5rem) / 16 * 9);
}

.acitivity-content {
    padding: 0 0.75rem 0.75rem 0.75rem;
    min-height: 880px;
}

#schedule > .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

#schedule-day1 {
    background-color: #C6E8ED;
}

#schedule-day2 {
    background-color: #C6E8ED;
}

h5 {
    color: #03829B;
    line-height: 1.3;
}

h5 span {
    color:  #616161;
    font-size: 1.1rem;
    font-weight: bold;
}

.acitivity-content p {
    margin-top: -12px;
}

table:not(.striped) tr {
    border-bottom: 2px solid white;
}

table h5 {
    margin: 0;
}

td {
    padding: 10px 5px;
}

@media screen and (max-width: 992px) {
    .slido-container {
        height: 75vh;
    }

    #schedule > .row .col {
        margin-bottom: 20px;
    }

    .acitivity-content {
        min-height: unset;
    }
}