.aplayer {
    border: 1px solid #aaa;
    width: 30em;
    max-width: 90vw;
    height: 20em;
    max-height: 90vh;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    background: #444;
    color: #ddd;
}
.aplaying {
    flex: 0 0 auto;
    border: 1px solid #aaa;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    position: relative;
}
.aplayingTop {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
}
.aplayingTimeBox {
    flex: 0 0 auto;
    border: 1px solid #aaa;
    padding: 1em;
    background: #222;
}
.aplayingTime {
    font-size: 200%;
    font-family: 'LCDMono-Bold';
    color: #3f3;
}
@font-face {
  font-family: 'LCDMono-Bold';
    src:  url('/common/css/LCDMono-Bold.ttf.woff') format('woff'),
    url('/common/css/LCDMono-Bold.ttf.svg#LCDMono-Bold') format('svg'),
    url('/common/css/LCDMono-Bold.ttf.eot'),
    url('/common/css/LCDMono-Bold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
.aplayingTrack {
    flex: 1 1 auto;
    overflow: hidden;
    border: 1px solid #aaa;
    padding: .25em;
    font-size: 85%;
}
.aplayingTitle {
    font-size: 110%;
    font-weight: bold;
}
.aplayingArtist {

}
.aplayingAlbum {

}
.aplayingScrub {
    flex: 0 0 auto;
    width: 95%;
}
.aplayingBottom {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: .25em;
}
.aplayingBottom > button {

}
.aplayingBottom > button.aplayingExpanded {
    background: #5ff;
}
.aplayingBottom img {
    width: 1.6em;
}
.aplayingPop {
    position: absolute;
    bottom: 1000%;
    width: 50vh;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background: #999;
    opacity: 0.7;
}
.aplayingPop > input {
    flex: 1 1 auto;
    width: 100%;
}
.aplaylist {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    overflow-y: auto;
}
.aplaylistTrack {
    flex: 0 0 auto;
    background: #ccc;
    padding-top: .1em;
    padding-bottom: .1em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
    background: #333;
}
.aplaylistPlaying {
    background: #666;
}
.aplaylistIndex {
    color: #aaa;
    margin-left: .25em;
    margin-right: .5em;
}
.aplaylistPlaying .aplaylistTitle {
    font-weight: bold;
    color: #3f3;
}
.aplaylistDownload {
    margin-left: .5em;
    margin-right: .5em;
    color: #fff;
}
