body {
    background: #eeeeee;
}

.tm-header,
.tm-card-header {
    background: #1E1E1E !important;
    opacity: 0.87;
}

    .tm-header nav {
        height: 50px;
    }

.tm-tab > .uk-active > a {
    border-color: #D62C70 !important;
}

.tm-text-pink {
    color: #D62C70;
}

.tm-tab a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tm-video-box .tm-card-title {
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tm-tab {
    position: relative;
}

#chevron_right {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
}

    #chevron_right span {
        padding: 10px 10px;
    }
