html, body
{
max-width: 100%;
margin: 0 auto !important;
float: none !important;
overflow: auto;

/* width: 100%; */
height: 100%; 
text-align: center;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

@media only screen and (max-width: 500px) {
	body {
	width: 100%;
	}
}

.main {
	alignment-adjust:central;
	text-align:center;
	text-indent: 0pt;
	height: !important 100%;
	width: !important 95%;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

img {border: none}


h1 { 
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 24px;
}

audio {
	height: 40px;
	width: 300px;
	/* position:fixed; */
	top: 0px;
	right: 40px;
}

.tunein {
	Height: 200px;
	 width: 200px;
	/* position:fixed; */
	/* top: 0px;
	right: 230px;*/
}
.collaps  {
	font-size: 150%;
	position:fixed;
	top: 0px;
	right: 300px;
}

.full-width {
	width: 100%;
}

p {
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.toggle-box {
   display: none;
text-align: center;
 }

.toggle-box + label {
	cursor: pointer;
	display: block;
	line-height: 21px;
	margin-bottom: 5px;
 }

.toggle-box + label + div {
	display: none;
	margin-bottom: 10px;
}

.toggle-box:checked + label + div {
	display: block;
}

.toggle-box + label:before {
	background-color: #4F5150;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	content: "+";
	float: center;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	width: 20px;
	text-align: center;
}

.toggle-box:checked + label:before {
content: "\2212";
text-align: center;
 } 

.myButton {
	display:inline-block;
	border-style: solid;
	border-color: white;
	border-width: thin;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:8px 9px;
	padding-left:5px;
	padding-right:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration:none;
	a{ color:#ffffff; }
}
.myButton:hover {
	background-color:#CC027B;
	color:#ffffff;
	a{ color:#ffffff; }
}
.myButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
	a{ color:#ffffff; }
}
.player {
max-width: 600px;
margin: 0 auto !important;
float: none !important;
}

.twitter-share-button[style] {
	vertical-align: top !important;
	margin-top:  !important;
}

#flashradiostatustext {
	font-size: 18px;
}

#flashradiochannelname {
	font-size: 20px;
	}

#playervolumesetcontainer {
	Background-color: transparent !important;
}
.button1 {
	display:inline-block;
	cursor:pointer;
	color:#73264d;
	font-family:Arial;
	font-size:15px;
	padding:8px 9px;
	padding-left:5px;
	padding-right:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration:none;
	
}
.button2 {
	display:inline-block;
	cursor:pointer;
	color:#73264d;
	font-family:Arial;
	font-size:15px;
	padding:8px 9px;
	padding-left:5px;
	padding-right:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration:none;
}