.facts .block .pictures
{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.facts .block .pictures .picture
{
	text-align: center;
}
.facts .block .pictures .picture img
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #002366;
	border-radius: 50px;
	height: 80px;
}
.facts .block .pictures .picture.selected img
{
	border: 2px solid white;
}

h3
{
	padding: 0;
	margin: 0;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
h3.fact_name
{
	font-weight: bolder;
	font-size: medium;
	font-variant: small-caps;
	margin-top: 5px;
}
h3.fact_title
{
	text-transform: uppercase;
	font-size: small;
}
h3.fact_competition
{
	font-size: small;
	text-decoration: underline;
}

.fact_picture
{
	text-align: center;
	padding-top: 10px;
}
.fact_picture img
{
	height: 120px!important;
}

table
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%!important;
}
tr
{
	border-bottom: 1px solid black;
}
tr i.fa-inverse
{
	color: white!important;
}
tr.fact_main_content
{
	font-weight: bold;
}
tr td
{
	padding: 0;
}
tr td span
{
	position: relative;
	top: -1px;
	color: #002366;
}
tr td.td_content img
{
	margin-right: 4px;
	height: 15px!important;
	position: relative;
	top: -3px;
}
tr td.td_total
{
	font-style: italic;
}
tr td a
{
	color: black;
}
tr td a:hover
{
	color: #002366;
}
