

body {
    margin:0;
    padding: 0;
    background-color: transparent;
    color: black;
    font-family: Montserrat, snas-serif;
}

#isHTML5 {
    display: inline-block;
    float:left;
}

#skipsTable {
    display: inline-block;
    padding:0 1em 0 0;
}

#skipsTable ul {
    padding: 0 1em 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: white;
}
.soundBar {
    font-family: Monospace;
    padding: 0;
	padding-bottom: 2px;
	margin:0;
	margin-top:2px;
    font-size: 1.5em;
    color: white;
    background-color: transparent;
}
.sound-bar {
    display:inline-block;
    border: 1px solid black;

}
.soundBar #volumePointer{
	padding-top: 1px;
}
#listOfSamples {    
    display: inline-block;
}
#listOfSamples ul {
    padding: 0;
    display: inline-block;
    text-align: left;
}

.highlight,
#listOfSamples ul li.chosen,
#listOfSamples ul li span.chosen
{
    background-color: white;
    color: #258adc;
}

#listOfSamples ul li,
#skipsTable ul li,
.soundBar span {
    cursor: pointer;
}

#skipsTable ul li,
#listOfSamples ul li {
    list-style-type: none;
}

#listOfSamples ul li{
    border-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#skipsTable ul{
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
}

div.play, div.pause, div.stop {
    width: 36px;
    height: 36px;
    display: inline-block;
}

div.play:hover, div.pause:hover, div.stop:hover {
    cursor:pointer;
}

div.play, div.pause {
    margin-top:-0.4em;
}

div.play {
    background-image: url('../images/Play.svg');
    background-repeat: no-repeat;
}

div.play:hover {
    background-image: url('../images/PlaySel.svg');
    background-repeat: no-repeat;
}

div.pause {
    background-image: url('../images/Pause.svg');
    background-repeat: no-repeat;
}

div.pause:hover {
    background-image: url('../images/PauseSel.svg');
    background-repeat: no-repeat;
}

div.stop {
    background-image: url('../images/Stop.svg');
    background-repeat: no-repeat;
}

div.stop:hover {
    background-image: url('../images/StopSel.svg');
    background-repeat: no-repeat;
}
