ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.mainContainer {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 800px;
}
.containerPlayer, .containerSource {
	width: 100%;
    display: inline-block;
    float: left;
    border: 1px solid #004660;
}
.snippet {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(52, 52, 52);
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    margin-top: 1rem;
    max-height: 280px;
    min-height: 280px;
    width: 70%;
}
.snippet:nth-child(2) {
    margin-top: 2rem;
}
.snippet pre {
    max-height: 230px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.snippet h4 {
    background-color: rgb(0, 189, 155);
    color: rgb(52, 52, 52);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#listContainer {
    background-color: rgb(250, 250, 250);
    width: 100%;
}
#listContainer ul {
    background-color: rgb(250, 250, 250);
    clear: both;
    cursor: pointer;
}
#listContainer li {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#listContainer li:nth-child(2n) {
    background-color: rgb(239, 239, 239);
}
#listContainer li:hover, #listContainer li:nth-child(2n):hover {
    background-color: #e64442;
    color: rgb(255, 255, 255);
}
#listContainer li a {
    color: rgb(78, 79, 79);
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
#listContainer li.activeAudio {
    background-color: #e64442;
}
#listContainer li.activeAudio a {
    color: #fff;
}
#playerContainer {
    background-color: #004660;
    height: 130px;
    width: 100%;
}
#controlContainer {
	text-align: center;
}
.controls {
	display: inline-block;
}
.controls li {
    display: inline-block;
    float: left;
    margin-top: 8px;
    text-align: center;
    width: 50px;
}
.controls li a {
    display: inline-block;
}
.playAudio, .play {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -2px -35px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 32px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 32px;
}
.playAudio:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -2px -3px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.pauseAudio {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -36px -35px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 32px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 32px;
}
.pauseAudio:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -36px -3px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.shuffle {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -28px -96px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 32px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 32px;
}
.shuffleActive, .shuffle:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -28px -71px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 32px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 32px;
}
.left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -60px -99px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 24px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    opacity: 0.4;
    width: 24px;
}
.left:hover:not(.disabled) {
    opacity: 1;
}
.left.disabled, .right.disabled {
    cursor: default;
    opacity: 0.4;
}
.right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -88px -75px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 24px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    opacity: 0.4;
    width: 24px;
}
.right:hover:not(.disabled) {
    opacity: 1;
}
.repeat {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -4px -103px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 21px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    width: 21px;
}
.repeat:hover, .repeat.loopActive {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: -4px -79px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.volume {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/player.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;
}
.volume1 {
    background-position: -5px -150px;
    margin-top: -10px;
}
.volume2 {
    background-position: -5px -198px;
    margin-top: -10px;
}
.volume3 {
    background-position: -5px -246px;
    margin-top: -10px;
}
.mute {
    background-position: -34px -127px;
    margin-top: -10px;
}
.progress {
    background-color: rgb(102, 102, 102);
    clear: both;
    cursor: pointer;
    height: 2px;
    position: relative;
    width: 100%;
}
.progress .updateProgress {
    background-color: #e64442;
    float: left;
    height: 100%;
    position: relative;
    width: 0;
}
.volumeControl {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    position: relative;
}
.volumeControl .updateProgress {
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
}
input[type="range"] {
    margin: 0 auto;
    width: 80%;
    -moz-appearance: none;
    height: 1px;
}
.audioDetails {
    clear: both;
    color: #e64442;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.audioTime {
    display: inline-block;
    float: right;
    text-align: right;
}
.songPlay {
    display: inline-block;
}
.seekableTrack {
    background-color: rgb(102, 102, 102);
    display: block;
    height: 2px;
    position: absolute;
    width: 0;
    z-index: 0;
}
.seekableTrack, .progress .updateProgress {
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
}

