body {
    overflow: hidden;
    margin: 0;
}

#unsupported {
    display: none;
}
#unsupported a {
	color: white;
}
.unsupported #unsupported {
    display: block;
}

.player {
    width: 192px;
    height: 165px;
    padding-top: 10px;
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(0, 0, 0, 0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    position: relative;
    outline: none;
}

.player, .player * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.player::selection {
    background:transparent
}
        
.player .avatar {
    display: none;
}

.player .avatar img {
    width: 100%;
    height: 100%;
}

.player .avatar::after {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: -1px;
    content: " ";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xNSkiIC8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNncmFkKTsiIC8+PC9zdmc+);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
}

.player span.title {
    font-family: Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: white;
    margin: 0;
    text-shadow: black 0 -1px 0;
    display: block;
    height: 15px;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16px;
}

.player > span.artist {
    font-family: Helvetica, Arial, "DejaVu Sans Condensed", sans-serif;
    font-size: 11px;
    color: #A7AAB1;
    text-shadow: black 0 -1px 0;
    display: block;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 16px;
}

.player a {
    color: #A7AAB1;
    text-decoration: none;
}

.player .button {
    width: 95px;
    height: 95px;
    float: left;
    margin-left: 40px;
    margin-top: 15px;
    -webkit-tap-highlight-color: transparent;
}

.player .button:after {
	content: "▶";
	font-size: 80px;
	color: #94F7F7;
	margin-left: 30px;
}

.player .button:active:after {
	color: blue;
}

.player .button.pause:after {
	content: "▌▌";
	font-size: 54px;
	color: #94F7F7;
	margin-left: 25px;
}

.player .button.pause:active:after {
	color: blue;
}

.player .volume {
    position: absolute;
    right: 15px;
    top: 49px;
}

.player .volume span {
    display: block;
    color: lightblue;
}

.player .volume .track {
    width: 8px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    background: black;
    position: relative;
}

.player .volume .track .progress {
    width: 6px;
    height: 0;
    background: black;
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.player .volume .track .handle {
    width: 15px;
    height: 15px;
    border-radius: 13px;
    background-color: darkgray;
    position: absolute;
    left: -4px;
    bottom: 0;
}

.player .volume .track .handle.animatable {
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: bottom 200ms;
    -o-transition: bottom 200ms;
}

.player .volume span {
    -webkit-user-drag: none;
}

.player .volume .track .handle.active:before {
    position: absolute;
    content: " ";
    top: 3px; left: 3px;
    width: 12px; height: 12px;
    border-radius: 13px;
    box-shadow: white 0 0 12px;
}

.player .seek {
    position: absolute;
    top: 148px;
    left: 10px;
}

.player .seek span {
    color: white;
    font-family: Helvetica, Arial, "DejaVu Sans Condensed", sans-serif;
    font-size: 12px;
    text-shadow: black 0 -1px 0;
}

.player .seek .track {
    width: 80px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 8px 15px 0 15px;
    border-radius: 5px;
    position: relative;
}

.player .seek .track .progress {
    width: 0;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 1px; left: 1px;
    background: #73B3C5;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0E5RDVERSIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OUFEQkUiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNncmFkKTsiIC8+PC9zdmc+);
    background: -webkit-linear-gradient(#A9D5DE, #69ADBE);
    background: -moz-linear-gradient(#A9D5DE, #69ADBE);
    background: -o-linear-gradient(#A9D5DE, #69ADBE);
}

.player .seek .track .loaded {
    width: 0;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 1px; left: 1px;
    background: -webkit-linear-gradient(#202328, #191B1E);
    background: -moz-linear-gradient(#202328, #191B1E);
    background: -o-linear-gradient(#202328, #191B1E);
}

.player .file_button {
    display: none;
}

.player span.file_description {
    display: none;
}
