#coach_profile{
	font-family: PT Sans;
}



#coach_profile{
	font-size: 13px;
}

#coach_profile table{
	font-size: 100%;
}

h1{
	text-align: left;
	margin: 0 20px 20px 20px;
	font-size: 25px;
}

.relative{
	position: relative;
}

.info-blick{
	margin-bottom: 20px;
}

p{
	margin: 0;
	padding: 0;
}

.fleft{
	float: left;
}

.bold{
	font-weight: bold;
}

.coach-info,
.coach-photo,
.coach-rating{
	width: 33%;
}

.coach-photo img{
	display: block;
	width: 60%;
	margin: 0 auto;
}

.info-blick{
	margin-bottom: 20px;
}

.ath-header{
	position: relative;
	margin: 40px 0;
	text-align: center;
	color: #A6A6A6;
	font-weight: bold;
}

.ath-header:before{
	content: ".";
	position: absolute;
	top: 8px;
	left: 0;
	width: 45%;
	height: 2px;
	background: #DFDFDF;
	color: #DFDFDF;
}

.ath-header:after{
	content: ".";
	position: absolute;
	top: 8px;
	right: 0;
	width: 45%;
	height: 2px;
	background: #DFDFDF;
	color: #DFDFDF;
}

.athletes{
	width: 70%;
}

.athletes .license-icon{
	position: absolute;
	left: -19px;
	top: 0;
	width: 14px;
	height: 16px;
	line-height: 16px;
	line-height: 20px;
	background: url(/i/gold-medal.png) no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-o-background-size: 14px auto;
	-moz-background-size: 14px auto;
}

.athletes .gender{
	font-weight: bold;
}

.athletes .gender1{
	color: #FF8534;
}

.athletes .gender2{
	color: #4E81BD;
}

.athletes .team img{
	width: 18px;
	height: 18px;
}

.athletes .empty{
	height: 30px;
}

#athlete-state{
	margin-left: 30px;
}

#athlete-state-icon{
	float: left;
}

#athlete-state .license-stat-iton{
	display: inline-block;
	margin-right: 2px;
	width: 10px;
	height: 13px;
	line-height: 13px;
	background: url(/i/gold-medal.png) no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-o-background-size: 10px auto;
	-moz-background-size: 10px auto;
}