/* medialist */
body {
    margin: 0;
    padding: 0;
}
.player-container {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    color: #3976AE;
}

.player-container h1 {
    max-width: 400px;
    margin: auto;
    color: goldenrod;
    position: relative;
    margin-top: 2.5rem;
}

.player-container h1 img {
    position: absolute;
    top: 13px;
    left: -46px;
}


.medialist-container .first-title {
    color: goldenrod;
    font-size: 1.1em;
    margin: 12px 0 6px;
    text-align: center;
}

.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;
    overflow-x: hidden;
    z-index: 100;
}

.button {
    background-color: goldenrod;
    display: inline-block;
    color: white;
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: 0 !important;
    border: none;
    font-weight: normal;
    width: inherit !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-decoration: none;
    z-index: 101;
}

.button-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
/** Player **/
.player-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 480px;
    margin: auto;
}

.player-container iframe {
    width: 100vw;
    height: 100vh;
    border: none;
}

.able-button-handler-preferences {
    display: none !important;
}

.able-wrapper {
    margin: auto;
}

.able {
    background-color: #2367A5;
}

.able-player {
    background-color: #2367A5;
}

.able-controller {
    background-color: #2367A5;
}

#playlist {
    width: 100%;
}

ul.able-playlist {
    max-height: 300px;
    overflow-x: hidden;
}

.able-playlist li {
    padding: 3px 6px;
    border-radius: initial;
    border-width: 1px;
    -moz-border-radius: initial;
    font-size: 0.8rem;
    text-align: left;
}

.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;
}

.player-container div#download {
    margin: 1rem;
}

.player-container a.download {
    display: block;
    background-color: rgb(63, 118, 174);
    color: white;
    width: calc( 100% - 2rem);
    max-width: 480px;
    text-decoration: none;
    padding: 12px;
    margin: auto;
    box-shadow: 0px 0px 16px #262626;
}

.player-download-message {
    margin: 1rem auto;
    border: #81ec81 1px solid;
    max-width: 370px;
    background: green;
    color: white;
    padding: 5px;
    position: relative;
}
.player-download-message  div#close {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 0.8rem;
    color: darkred;
    font-weight: bold;
}

.able-window-toolbar.able-white-controls.able-draggable {
    background-color: #2E6FAA;
}

@media screen and (max-width: 480px) {

}