/* WebSDR
------------------------------------------------------------ */

#WebSDR{
	bottom: 0px;
	position: fixed;
	width: 100%;
	background: repeat scroll 0 0 #183152;
	padding: 10px 0 10px 0;
	z-index: 20000000;
}

.websdr-with-connection{
	bottom: 37px !important;
}

#WebSDR p{
	font-size: 1.3em;
	vertical-align: middle;
	color: white;
	display: inline;
	padding: 0 0.1em 0 0.20000000em;
	line-height: 2;
}

#WebSDR a{
	text-decoration: none;
}

#WebSDR-select{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	vertical-align: middle;
	font-weight: 600;
	font-size: 12px;
	color: black;
}

#WebSDR .MHz{
	padding: 0 0.5em 0 0.1em;
	font-weight: bold;
}

#WebSDR .dx, #WebSDR .frequency, #WebSDR .mode{
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: middle;
}

.sidebarTitle{
	margin: 5px 20px 0px 5px;
}

.sidebarTitle h2{
	margin: 5px 0 0 5px;
	float: left;
}

.sidebarLegend{
	margin: 0px 10px 5px 10px;
}

.sidebarLegend p{
		font-size: 10px;
}

#WebSDR_Off {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
}

#WebSDR_Text {
	margin: 5px 20px 5px 5px;
}

#WebSDR_Table{
	padding-left: 5px;
	font-weight: bold;
}

#WebSDR_Table .dx, #WebSDR_Table .frequency{
	font-weight: normal;
}

#WebSDR_pic{
	position: absolute;
	left: 5px;
	bottom: 10px;
}

.WebSDR_Icons{
	color: white;
	border: 1px solid;
	background-color: white;
	font-size: 24px;
}


#WebSDR_Info, #WebSDR_Volume, #WebSDR_RIT, #WebSDR_Receiver, #WebSDR_Off{
/*	margin-top: 5px;*/
/*	margin-bottom: 5px;*/
}

#WebSDR_Info, #WebSDR_Volume, #WebSDR_RIT, #WebSDR_Receiver {
	display: inline-block;
	border: 1px solid gray;
	padding: 5px;
	height: 47px;
	vertical-align: middle;
	margin: 1px;
}

#WebSDR_Volume{
	display: none;
}

#Volume_slider{
	display: inline-block;
	width: 80px;
	margin: 0 5px 0 5px;
}


/* Responsive Design < 1100px
------------------------------------------------------------ */

@media only screen and (max-width: 1100px) {
	#WebSDR_Info{
		display: none;
	}
}


	#WebSDR_Volume{
		display: none;
	}
}



/* Responsive Design < 580px
------------------------------------------------------------ */

@media only screen and (max-width: 580px){

	#WebSDR_RIT{
		display: none;
	}

}


/* Responsive Design < 480px
------------------------------------------------------------ */

@media only screen and (max-width: 480px){



	#WebSDR_Receiver{
		height: 36px;
	}

	#WebSDR p{
		display: none;
	}

	#WebSDR_Off{
		margin-top: 0px;
	}
}
