/*----TABBED PANELS----*/

.tab_panels {
	display: block;
	padding: 0 15px;
	margin: 0px;
	clear: none;
	height: auto;
	width: 100%;
	position: relative;
}

.tab_group {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 5px;
}

.tab_tabs {
	position: relative;
	top: 1px;
	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 10px 10px 11px;
	border-top: 1px solid #004813;
	border-right: 1px solid #004813;
	border-left: 1px solid #004813;
	background: linear-gradient(#FFF, #DDD);
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.tab_tabs a {
	display: block;
	font-weight: 500;
	font-size: 1em;
	line-height: 1em;
	color: #004813;
}

.tab_hover {
	background: #FFF;
	
}

.tab_selected {
	background: #F7F7F7;
	padding-bottom: 12px;
}

.tab_a {
	text-decoration: none;
}

.tab_content_group {
	clear: both;
	border-top: 1px solid #004813;
	padding: 20px 0 0;
}

.tab_content {
	padding: 0px;
}

.tab_content_visible {
	padding: 0 0 20px;
}

#statobx .tab_content_visible {
	padding: 0 0 10px;
}

#roster.tab_content_visible a:last-child div {
	border-bottom: 1px solid #111;
}


@media (max-width: 950px) {

.tab_panels {
	padding: 0;
}

.tab_content_group {
	padding: 20px 10px 0;
}

.tab_group {
	left: 10px;
}


@media (max-width: 874px) {



}


@media (max-width: 650px) {



}


@media (max-width: 625px) {

.tab_tabs a {
	font-size: 0.9em;
}

}


@media (max-width: 400px) {



}


@media (max-width: 360px) {

.tab_group {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0;
}

.tab_tabs {
	display: block;
	position: relative;
	top: 0;
	float: none;
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #111;
	border-top: 1px dotted #111;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: linear-gradient(-90deg, #FFF, #DDD);
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.tab_group .tab_tabs:first-child {
	border-top: 1px solid #111;
}

.tab_content_group {
	border-top: 1px solid #111;
}

.tab_selected {
	background: #FFF;
}

}