#eurolive {
    display: flex;
    z-index: 13000;
    background: #333;
    padding: 20px;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    left: 0;
}

#eurolive a {
    color: #fff;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#eurolive .td-trending-now-title {
    background-color: #dd3333;
    color: #fff;
    margin-right: 20px;
}

#dropDown {
    z-index: 14000;
    padding: 20px;
    background-color: #333;
    border-bottom: 4px solid #666;
    display: none;
    height: 400px;
    top: 0;
    left: 0;
}

.livevideo {
    width: 50%;
    height: inherit;
}

.opened {
    height: 400px;
    position: fixed;
}

.closed {
    height: 100px;
}

.selector {
    position: absolute;
}