.song_button {
    font-size: 17px;
    border: none;
    color: #33FFFF;
    text-align: left;
    background-color: #000066;
    text-decoration: underline;
    outline-width: 0;
}

div#audio_player {
    margin-top: 300px;
    margin-left: 10px;
    width:400px;
	height:100px;
	background-color: rgb(169,169,169, 0.6);
	border-radius: 15px;
	position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    display: none;
}

img#albums {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: rgb(192,192,192);
	outline-style: solid;
	outline-color: #000066;
    outline-width: thin;
    float: left;
}

button#playpausebtn {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 100px;
    border-radius: 5px;
    background:url(wppause.png);
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

button#mutebtn {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-left: 100px;
    border-radius: 5px;
    background:url(wpsound.png);
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

span#songtitle{
	background-color: none;
    border: none;
    text-align: center;
    text-decoration: none;
	margin-top:-90px;
	margin-left:150px;
	float:left;
	width: 200px;
	font-size: 15px;
	height:-10px;
	border-radius: 5px;
	padding:11px;
}

input[type="checkbox"]#hideBox {
    margin-top: -85px;
    margin-left: 380px;
    appearance: initial;
    background: gray;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background:url(cancel.png);
    /* background-color:black; */
    background-size: 16px;
    background-repeat: no-repeat;
    border: none;
    color: black;
    text-align: center;
}

.slidercontainer {
    width: 240px;
    margin-left: 140px;
    margin-top: -15px;
}

input[type=range]#seekslider {
    border: none;
    outline: none;
    width: 240px;
    -webkit-appearance: none;
    background: transparent;
    vertical-align: bottom;
    margin-top:-20px;
    padding-top: 6px;
    padding-bottom: 1px;
    position: fixed;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

  /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-color: transparent;
    height: 22px;
    width: 22px;
    /* border-radius: 3px; */
    background: url(logo.gif); 
	background-repeat: no-repeat;
	background-size: 21px;
    cursor: pointer;
    margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

input[type=range]::-moz-range-thumb {
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    border-color: transparent;
	height: 22px;
    width: 22px;
    /* border-radius: 3px; */
	background: url(logo.gif);
	background-repeat: no-repeat;
	background-size: 21px;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    border-color: transparent;
	height: 22px;
    width: 22px;
    /* border-radius: 3px; */
	background: url(logo.gif);
	background-repeat: no-repeat;
	background-size: 21px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width:240px;
  height: 3.2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  width:240px;
  height: 3.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width:240px;
  height: 3.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

span#currenttime {
    margin-left:10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

span#totaltime {
    margin-left:190px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}


.far {
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}
        
.far:hover {
    background-color: tomato;
    color: white;
}



