﻿#GroupTunerContainer {
	display: table;
	width: 575px;
	border: none;
	padding: 5px;
}

.gtHeaderH3 {
	color: #F8A31B;
	margin: 10px 0px 0px 15px;
}

.gtHeaderInstructions {
	font-size: 15px;
	font-family: arial;
	margin: 10px 0px 0px 15px;
}

.gtRow {
	width: 560px;
	padding: 5px;
}

.gtStationLogo {
	float: left;
	width: 180px;
	height: 82px;
}

	.gtStationLogo img {
		width: 152px;
		height: 82px;
	}

.gtInfoSection {
	float: left;
	width: 325px;
}

.gtTitle {
	width: 375px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.gtGenre {
	font-weight: bold;
	display: block;
}

.gtDescription {
	width: 375px;
	padding-top: 5px;
	font-style: italic;
	font-weight: normal;
}

.gtLocation {
	width: 375px;
	padding-top: 5px;
	text-align: right;
}

.gtAT {
	width: 560px;
	float: left;
	font-weight: bold;
	color: #39B6D8;
	padding-top: 5px;
}
