


h3
{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	margin-bottom:20px;
}


input, select
{
	padding-top:7px;
	padding-bottom:7px;
	height:40px;
	border-color: #333333;
}


table thead tr td
{
	background-color:#002E47 !important ;
	
}


table thead tr td div
{
	color:#ffffff ;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.9em;
}

table tbody tr td div
{
	color:#000C14 ;
	font-weight:normal;
	font-size:0.9em;
}



label
{
	font-size:1em;
	text-transform: uppercase;
	text-decoration:underline;
	font-weight:bolder;
}


button
{
	font-variant:small-caps;
}


.space-action
{
	margin-top:10px;
	margin-bottom:15px;
}

.btn-action
{
	font-variant:small-caps;
	border:1px solid #333333;
}



.bi-red
{
	color:#ff0000;
}

.bi-black
{
	color:#000C14;
}

.bi-blue
{
	color:#002E47;
}







.space-statistic
{
	padding:10px;
	border:2px solid #002E47 ;
	margin-bottom:10px;
	
	border-radius:10px;
}

.space-statistic .title
{
	text-align:center ;
	font-size:15px;
	font-weight:normal;
	color:#000C14;
	
	text-transform:uppercase;
}


.space-statistic .number
{
	text-align:center ;
	font-size:25px;
	font-weight:bold;
	color:#002E47;

}
