.schedule-section-title {
    width: 100%;
    height: 75px;
    background: #1a1e21;
    border-radius: 8px;
    display: flex;
}

.schedule-section-title>h4 {
    position: relative;
    top: 7px;
}

.schedule {
    width: 300px;
    height: 180px;
    background: #1e1e1e;
    margin: 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.schedule-logo-section {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    background: #611010;
    border: 1px solid red;
    border-width: 1px 0 1px 0 !important;
}

.schedule:hover {
    background: #2e2e2e;
}

.schedule-title {
    width: 100%;
    height: 30px;
    line-height: 2.2em;
    text-align: center;
    padding: 0 10px;
}

.schedule-row {
    width: 100%;
    height: 24px;
    line-height: 2.2em;
    text-align: center;
    padding: 0 10px;
    margin-top: 1px;
    font-size: 11px;
}

.schedule-logo-section > div {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.schedule-countdown-text {
    font-size: 12px;
}

.schedule-channels {
    width: 300px;
    height: 180px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    border: 1px solid #111;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.schedule-channels-x {
    border: none;
    outline: none;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 4px;
    z-index: 50;
}

.schedule-channels > span > a > img {
    width: 75px;
    height: 56px;
    box-shadow: 0px 0px 10px 0px #00f3ff;
}

.schedule-channels > span > a  > img:hover {
    width: 75px;
    height: 56px;
    box-shadow: 0px 0px 20px 0px #00f3ff;
}