div.radiosoitin {
	float: right;
	padding-top: 0.3rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	background: rgba(0, 0, 0, 0.77) none repeat scroll 0% 0%;
	max-width: 25rem;
	min-width: 10rem;
	min-height: auto;
	border: 0 solid black;
	border-radius: 0.4rem;
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 0.3rem rgba(0,0,0,0.5);
}

div.radiosoitin_js {
	float: right;
	padding: 0.3rem;
	background: rgba(0, 0, 0, 0.6);
	width: 20rem;
	max-height: 5rem;
	border: 0 solid black;
	border-radius: 2rem;
	overflow: hidden;
	/*box-shadow: inset 0px 0px 0px 0.3rem rgba(0,0,0,0.5);*/
}

div.videosoitin {
	float: right;
	padding-top: 0.1rem;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	border-radius: 0.4rem;
	transition: all 0.3s linear;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: inline;
	visibility: visible;
}

div.radiosoitin p {
	padding: 0;
	margin: 0;
	padding-bottom: 0.3rem;
}

div.videosoitin p {
	padding: 0;
	margin: 0;
	padding-bottom: 0.3rem;
}

div.song_title {
	overflow: hidden;
}


div.videosoitin video {
	min-width: 13rem;
	max-width: 20rem;
}

#np_php {
	min-height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-right: 5rem;
	margin-left: 0;
}

iframe.streamform {
	height: 3.2rem;
	/*width: 15rem;
	overflow: hidden;*/
	border: 0;
	margin: 0;
	padding: 0;
}

img.arrows {
	float:right;
	width: 4rem;
	height: 4rem;
	/*margin: 0.3rem;*/
}

.playpausebtn {
	float: left;
	width: 4rem;
	height: 4rem;
}

.pausebtn {
	border: 0.1rem solid red;
}

.showhideswitch {
	/*margin: 0;*/
	/*padding: 0;*/
	display:none;
	float:right;
}

label.showhidelabel {
	float: right;
	margin: 0.5rem;
	margin-right: 1.5rem;		/* for scrollbar */
}

/* Shrink */
#showhide:checked ~ #np_php {
	transition: all 1s ease;
	max-height: 0;
	min-height: 0;
	overflow: hidden;
}

/* Expand back to normal */
#showhidethumb:checked ~ #np_php {
	transition: all 1s ease;
	max-height: 83rem;
}

#videohideshow:checked  ~ video {
	/*display: block;*/
	max-height: 0;
	min-width: 0;
	max-width: 0;
}

.radiosoitin label,
.videosoitin label {
	color: #d5ffff;
	font-weight: bold;
	margin-left: 0.5rem;
}

.radiosoitin label:hover,
.videosoitin label:hover {
	color:#ba2424;
}

#videosize:checked ~ video {
	/*display: block;*/
	max-height: 60rem;
	max-width: 60rem;
}

#videosizethumb:checked ~ video {
	max-height: 13rem;
	max-width: 20rem;
}

.videosoitin input[type="radio"]:checked+label{ font-weight: bold;}


#showhide:checked+label,
#showhide:checked ~ img#uparrow,
#showhidethumb:checked+label,
#showhidethumb:checked ~ img#downarrow,
/*
#stream2size:checked+label,
#stream2size:checked ~ audio#stream2,
#stream2size:checked ~ #stream2_name,
#stream2sizethumb:checked+label,

#chillsize:checked+label,
#chillsize:checked ~ audio#chill,
#chillsize:checked ~ #chill_name,
#chillsizethumb:checked+label,

#replaysize:checked+label,
#replaysize:checked ~ audio#replay,
#replaysize:checked ~ #replay_name,
#replaysizethumb:checked+label,
*/
#streamsize:checked+label,
#streamsize:checked ~ audio#stream,
#streamsize:checked ~ #stream_name,
#streamsizethumb:checked+label

{
	display: none;
	visibility: hidden;
}

@keyframes blinker {
	25% { opacity: 0; }
	75% { opacity: 0.8;}
	100% { opacity: 1; }
}

@keyframes anim1 {
	0% {transform: translateX(0%); }
	50% {transform: translateX(-10%); }
	100% {transform: translateX(0%); }
}

/* JS PLAYERS CSS */
span.blink_me {
	color: red;
	animation: blinker 2s linear 0s infinite;
	text-decoration: none;
}

.streamtitle {
	font-family: Bitstream Vera Sans Mono, Courier New;
}
p.streamtitle {
	margin: 0;
	padding: 0;
	color:white;
	height: 1rem;
	line-height: 1rem;
	/*width: auto;*/
	font-size: 1rem;
	white-space: nowrap
}
p.streamtitle:hover {
	animation-play-state: paused;
}

.streamname_js {
	font-size: 1.2rem;
	color: #d5ffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0.2rem;
	font-weight: bold;
}

input[type=range] {
	-webkit-appearance: none;
	width: 10rem;
	height: 0.2rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	height: 1.5rem;
	width: 0.5rem;

}

input[type=range]::-moz-range-thumb {
	background: #fff;
	height: 1.5rem;
	width: 0.5rem;
}

input[type=range]:focus {
	outline: none;
	background: #f00;
}

/* END OF JS PLAYERS CSS */