body {
  padding: 0px;
  background-color: black;
  color: white;

}

.activechk {
opacity:1;
}
.activechk:active {
opacity:0.5;
}
.button_container {
padding:5px;
display:inline-block;	
	
}
a { text-decoration:none }

.menu_buttons {
    background-image: url(images/green_plain_button.png);
    width: 197px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 22px;
    letter-spacing: -0.8px;
    word-spacing: -1.2px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
}

@media all and (max-width: 750px) {
.menu_buttons {
    background-image: url(images/green_plain_button.png);
    width: 197px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 26px;
    letter-spacing: -0.8px;
    word-spacing: -1.2px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
}
}

.singlesoundcontainer {
display:inline-block;
border: 3px solid #44c767;
border-radius: 20px;
background-color: #2b2d2f;
opacity: 0.8;
padding:5px;
margin-right:8px;
margin-bottom:8px;
width:250px;
text-align: center;
font-weight:600;
-webkit-box-shadow: 3px 3px 4px 1px #2a592a;
-moz-box-shadow: 3px 3px 4px 1px #2a592a;
box-shadow: 3px 3px 4px 1px #2a592a;	
}

.playbuttons {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:26px;
	border:1px solid #74b807;
	cursor:pointer;
	padding: 6px 8px;
	display: inline-block;
	margin-bottom: 8px;
}
.playbuttons:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.playbuttons:active {
	position:relative;
	top:1px;
}
.stopbuttons {
    box-shadow: inset 0px 1px 0px 0px #8a2a21;
    background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
        background-color: rgba(0, 0, 0, 0);
    background-color: #c62d1f;
    border-radius: 26px;
    border: 1px solid #d02718;
    float: right;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 2px 20px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    white-space: normal;
    word-wrap: break-word;
    width: 98px;
    height: 82px;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
margin-bottom: 8px;

}
.stopbuttons:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.stopbuttons:active {
	position:relative;
	top:1px;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.bottom_buttonwrapper {
    text-align: center;
}

.playertime {
box-shadow: inset 0px 2px 2px 0px #fff;
background: linear-gradient(to bottom, #222 5%, #626262 100%);
background-color: rgba(0, 0, 0, 0);
background-color: #242415;
border-radius: 8px;
border: 1px solid #000;
display:inline-block;
cursor: default;
color: #ffffff;
font-family: Arial;
font-size: 32px;
font-weight: bold;
padding: 0px 8px;
text-decoration: none;
text-shadow: 0px 3px 0px #000;
}

.pause_button {
    box-shadow: inset 0px 1px 0px 0px #000;
    background: linear-gradient(to bottom, #cfff4a 5%, #D0BA00 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #e8d900;
    border-radius: 26px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    padding: 4px 36px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}
.pause_button:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
}
.pause_button:active {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
}

.vol_level_span {
    font-size: 12px;
    line-height: 12px;
    text-shadow: 0px 1px 0px #810e05;
    width: 58px;
    display: block;
}
* {
	outline: none;
}

element {

}

.vranger {
   transform: rotate(270deg);
  -moz-transform: rotate(270deg); /*do same for other browsers if required*/
   width: 100px;
margin: 0px 0px 18px -22px;
}

.titlespan {
    overflow: hidden;
    width: 246px;
    text-overflow: ellipsis;
    font-size: 20px;
    white-space: nowrap;
    display: block;
    line-height: 18px;
    padding-bottom: 6px;
    margin-left: 8px;

}

.volumeslider {
	width:106px;
}