/* CSS Document  */

.gns-module-localteams-container {
	margin: 0 auto;
	min-width: 290px;
	padding: 0;
	width: 100%;
}

.gns-module-localteams-container iframe {
	min-height: 200px;
}

/* =Tabs
-------------------------------------------------------------- */

ul#gns-tabs {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
}
ul#gns-tabs li {
	display: inline-block;
	padding: 2px 5px 5px 5px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	opacity: 0.6;
	margin-bottom: -1px;
}
ul#gns-tabs li:hover {
	background-color: #fff;
	opacity: 1;
}
ul#gns-tabs li.gns-active {
	background-color: #fff;
	color: #c00;
	opacity: 1;
	border: 1px solid #e1e1e1;
    border-bottom-color: #fff;
}
ul#gns-tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#gns-tab li {
	display: none;
}
ul#gns-tab li.gns-active {
	display: block;
}
ul#gns-tab li h2 {
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 5px #6BD0F6;
}