/* ============================================
 *
 *   common to all module pages
 *
 * ============================================ */
footer {
	margin-bottom: 30px;
}


/* ============================================
 *
 *   this page
 *
 * ============================================ */
#givname {
	margin-bottom: 10px;
	font-size: 22px;
}
#famname {
	margin-top: 10px;
	font-size: 22px;
}
.separator {
	margin: 10px 0;
	border-bottom: 1px solid #aaaaaa;
}
#birthdate {
	margin-top: 10px;
	padding: 10px;
	border-left: 8px solid #cccccc;
}
#ath-info-2 {
	margin-top: 10px;
	padding: 10px;
	min-height: 44px;
	border-left: 8px solid #cccccc;
}

/* --- athlete img --- */
#ath-img {
	max-width: 230px;
	max-height: 230px;
	overflow: hidden;
}
#ath-img img {
	width: 100%;
}
/* --- preformatted --- */
pre {
	font-family: inherit;
	white-space: pre-wrap;
}
/* --- pb table --- */
.table-perform {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.table-perform tr:nth-of-type(even) {
	background-color: #eeeeee;
}
.table-perform th {
	background-color: #e0e0e0;
	padding: 6px 4px 4px 4px;
	font-weight: normal;
	border-bottom: 1px solid #999999;
}
.table-perform td {
	padding: 4px 4px;
}
/* --- links --- */
#ath-info-link {
	margin-top: 40px;
	padding: 10px;
	border-top: 1px solid #aaaaaa;
	/*
	min-height: 44px;
	border-left: 8px solid #cccccc;
	*/
}


/* ============================================
 *
 *   media
 *
 * ============================================ */
@media screen and (min-width: 801px) {
	article {
		position: relative;
		min-height: 600px;
	}
	#ath-img {
		position: absolute;
		display: inline-block;
		top: 50px;
		right: 40px;
		padding-left: 50px;
		background-color: #ffffff;
	}
	.separator {
		margin-right: 10px;
	}
	#secundo {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	#givname {
		margin-top: 30px;
	}
	#ath-img {
		margin-top: 30px;
	}
	#table-1 .col-5,
	#table-1 .col-6,
	#table-1 .col-7,
	#table-1 .col-8,
	#table-2 .col-1,
	#table-2 .col-2,
	#table-2 .col-3,
	#table-2 .col-4	{
		display: none;
	}
}
