* {
    font-family: verdana, sans-serif;
    padding: 0px;
    margin: 0px;
}

html {
    color: #d3d3d3;
    background: black;
}

.control-container {
    width: 400px;
    padding: 4px 0px 8px 0px;
    margin: 0px 0px 0px 8px;
    border-style: none none dotted none;
    border-width: 2px;
}

.error {
    color: red;
    font-size: x-small;
    text-align: left;
    height: 1em;
    line-height: 1em;
    cursor: default;
    display: none;
}

.error.show {
    display: block;
}

.heading {
    font-weight: bold;
    height: 2em;
    line-height: 30px;
}

.heading a {
    color: inherit;
    text-decoration: none;
}

.item-left {
    display: table-cell;
    padding-right: 0.25em;
}

.item-middle {
    display: table-cell;
    width: 100%;
}

.item-right {
    display: table-cell;
    padding-left: 0.25em;
}

.page-info {
    font-size: x-small;
    font-style: italic;
    text-align: left;
    margin: 0px 0px 0px 8px;
}

.control {
    color: black;
    background: #d3d3d3;
    -webkit-appearance: none;
    font-size: 12pt;
    height: 30px;
    border-style: none;
    border-radius: 8px;
    opacity: 0.8;
    cursor: pointer;
    outline: none;
}

.control:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

#mute {
    float: left;
    width: 2em;
    text-align: left;
    padding-left: 0.5em;
}

#current {
    font-size: 12pt;
    height: 30px;
    float: right;
    width: 1.5em;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    cursor: default;
}

#volume {
    width: 100%;
}

input[type=range] {
}

input[type=range]::-webkit-slider-thumb {
    background: #4CAF50;
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border-style: none;
}

input[type=range]::-moz-range-thumb {
    background: #4CAF50;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border-style: none;
}
