body {
    position: relative;
}

/*.logo {
}*/

.logo {
    display: none;
}

.tv {
}

.tv-menu h3 {
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    margin-left: 35px;
}

.tv-menu ul li {
    border-bottom: 1px solid #b3cdd8;
}

.tv-menu ul li:last-child {
    font-weight: bold;
}

.tv-menu div.tv-menu-item .counter,
.tv-menu ul li .counter {
    display: block !important;
    width: 15px;
    height: 15px;
    border-radius: 50em;
    text-align: center;
    line-height: 100%;
    background-color: #005693;
    color: white;
    margin-right: 20px;
    font-weight: bold;
    flex: 0 0 15px;
    font-size: 14px !important;
    position: relative;
    top: 6px !important;
}


.tv-menu ul li .counter .number,
.tv-menu div.tv-menu-item .counter .number {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
}

.tv-menu ul li .counter .number span,
.tv-menu div.tv-menu-item .counter .number span {
    /*display: block;*/
    display: none;
}

.tv-menu ul li.last-item {
    border: none;
}

.tv-menu-item:first-child {
    padding-left: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.tv-menu-item:first-child .counter {
    display: none !important;
    border: 1px solid red;
}

.tv-menu div.tv-menu-item {
    border-bottom: 1px solid #b3cdd8 !important;
}

.tv-description {
    z-index: 100;
    position: absolute;
    bottom: 100px;
    right: 50px;
    width: auto;
}

.current-day {
    /*font-family: BahamasBold, Arial, sans-serif !important;*/
    display: block !important;
}

footer {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*z-index: 20;*/
}
