/* mein Account Nav */
#account_nav_bar {
	position: relative;
	background: none;
	width: 100%;
}
#account_nav_bar .item{
	display: inline-block;
	width: 25%;
	max-width: 190px;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	color: #999;
	border-bottom: 5px solid transparent;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#account_nav_bar .item .bbl_text_icon{
	font-size: 2em;
	line-height: 1.3em;
}

@media only screen and ( max-width: 799px ) {
	#account_nav_bar .item{
		font-size: 14px;
	}
}
@media only screen and ( max-width: 699px ) {
	#account_nav_bar .item{
		font-size: 12px;
	}
}
@media only screen and ( max-width: 599px ) {
	#account_nav_bar .item{
		font-size: 11px;
	}
}
@media only screen and ( max-width: 499px ) {
	#account_nav_bar .item{
		max-width: 75px;
	}
}

/* Sportler mein Account */
.bbl_sma_full{
	position: relative;
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin-top: 10px;
}
.bbl_sma_half{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px;
	min-width: 240px;
	min-height: 100px;
}
.bbl_sma_half h4{
 font-weight: bold;
}
#tbl_status{
	margin-top: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	display: inline-block;
}
#tbl_status tr{
	padding: 0px 0px !important;
}
#tbl_status td{
	padding: 3px 5px !important;
}
#tbl_status td.item{
	width: 280px;
	max-width: calc(100% - 37px) !important;
}
#tbl_status td.check{
	font-size: 25px;
	line-height: 1em;
	padding: 8px 5px !important;
}