/* medialist */
body {
    margin: 0;
    padding: 0;
}
.medialist-container .first-title {
    color: goldenrod;
    font-size: 1.2em;
    margin: 12px 0 6px;
    text-align: center;
    height: 60px;
}

.medialist-container .article-slide-link {
    display: block !important;
    margin-right: 6px;
}

/* player */
.player-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: white;
    opacity: 0.95;
    top: 0;
    z-index: 100;
    overflow: hidden;

}

.player-container .close {
    content: 'X';
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 32px;
    cursor: pointer;
    text-align: right;
}

/** Player **/
.player-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.player-container iframe {
    width: 100vw;
    height: 100vh;
    border: none;
}

.able-button-handler-preferences {
    display: none !important;
}

.able-wrapper {
    margin: auto;
}

.able {
    background-color: #2367A5;
    padding: 0 10px;
}

.able-player {
    background-color: #2367A5;
}

.able-controller {
    background-color: #2367A5;
}
ul.able-playlist  {
    max-height: 300px;
    overflow-x: hidden;
}
.able-playlist li {
    padding: 3px;
    border-radius: initial;
    border-width: 1px;
    -moz-border-radius: initial;
    font-size: 0.8rem;
}

.able-playlist li.able-current {
    background-color: #2367A5;
    color: white;
}

.able-seekbar-head {
    top: -4px;
}

.able-seekbar {
    background-color: #464646;
}

.able-seekbar-loaded {
    background-color: #868686;
}

h1.mediaplayer {
    color: goldenrod;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 2.5rem;
}

@media screen and (max-width: 480px) {

}