body {
	font-family: "arial";
	margin: 0px;
}
	
.overview td {background-color: white; font-size: 14px;}
.clbs {max-width: 100%; width: 900px; height: auto}
td p {margin: 2px}
td pre {margin: 0px}
table {border-radius: 3px;}

div.sitetitle {
	width: 100%;
	text-align: center;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	font-size: 30px;
	box-sizing: border-box;
}

div.subtitle {
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}

div.subtitle a {
	color: #000;
	text-decoration: none;
}

div.bandscan_section {
	width: 100%;
	background-color: #5987AF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div.bandscan_center {
	display: flex;
	justify-content: center; 
}

table.bandscan_selector {
	width: 100%;
	height: 120px; 
	border-radius: 7px;
	margin-bottom: 10px; 
	background-color: #448; 
	padding: 0px;
	border-spacing: 4px;
	border-collapse: separate;	
}

td.bandscan_select {
	padding: 30px;
	border-radius: 5px;
	background-color: #556; 
	color: white;
}

div.bandscan_display {
	flex: 0 0 auto;
}

div.bandscan_photo {
	margin-left: 10px;
	background-image: url('img/image.png'); 
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
	border-radius: 5px;
	flex: 0 1 auto;
}

div.bandscan img {
	border-radius: 8px;	
}

div.monitor_main {
	width: 100%;
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
}

div.station {
	background-color: #556;
	color: white;
	margin-bottom: 10px;
	border-radius: 5px;
}

div.station table {
	width: 100%;

}

p.station_pid {
	font-size: 20px;
	font-family: Consolas,monospace;
	font-weight: bold;
	color: #eee;
}

pre.station_name {
	font-size: 36px;
	font-family: Consolas,monospace;
	font-weight: bold;
}

span.station_rt, span.station_prg {
	font-size: 18px;
	font-family: Consolas,monospace;
	white-space: pre-wrap;      
	word-wrap: break-word;      
	font-weight: bold;
}

pre.station_rtp {
	font-size: 16px;
	font-family: Consolas,monospace;
	white-space: pre-wrap;      
	word-wrap: break-word;      
}

span.rtp1_class, span.rtp2_class {
	color: #bcf;
}

span.rtp1_text, span.rtp2_text {
	color: #ffc;
}

span.station_prg {
	font-weight: normal;
}

pre.wrap {
	font-family: Consolas,monospace;
	white-space: pre-wrap;      
	word-wrap: break-word;      
	font-size: 15px;
}

td.station_pidname {
	text-align: center;
	width: 200px;
}

td.station_err {
	color: #faa;
}

div.details {
	padding-left: 10px;
	padding-bottom: 4px;
}

.linkbutton {
	text-decoration: none;
	display: inline-block;
	border: #ccc 1px solid;
	background: #448;
	border-radius: 6px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	margin-right: 2px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1;
}

.linkbutton:hover {
	background: #47a;
}

div.expand {
	width: 150px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

img.rdslogobigger {
	width: auto;
	height: 40px;
}

img.smallimg {
	width: auto;
	height: 20px;
}

.valign_middle {
	vertical-align: middle;
}

span.station_drds_text {
	color: #eef;
}

span.station_dmeas_text {
	color: #ffd;
}

td.expand_room {
	text-align: right;
}

td.rdslogo_room {
	width: 1%;
	padding-right: 12px;
}

p.historyp {
	margin: 0px;
	padding: 0px;
}

p.historyp a {
	color: white;
	text-decoration: none;
}

div.measonly {
	font-size: 14px;
}

div.img_block {
	display: inline-block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
}

div.footer {
	background-color: black;
	width: 100%;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 150%;
}

div.footer_center {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
}

div.footer table {
	width: 100%;
}

div.footer table td {
  text-align: center;
}

.footer, .footer a {
	color: silver;
	text-decoration: none;
}

.footer a:hover, p.historyp a:hover {
	text-decoration: underline;
}

.speech-bubble {
	position: relative;
	background: #fdff8a;
	border-radius: .4em;
	padding: 8px;
	color: #112;
	display: none;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-right-color: #fdff8a;
	border-left: 0;
	margin-top: -9px;
	margin-left: -9px;
}

@media (max-width: 924px) {
	div.bandscan_display {
		flex: 0 1 auto;
	}
	div.bandscan_photo {
		flex: 0 1 0px;
	}
	pre.wrap {
		font-size: 10.5px;
	}
	img.rdslogobigger {
		display: none;
	}
}  

