
@charset "utf-8";
/* CSS Document */
table #fancy{
	font-family:'Roboto', sans-serif;
	border:1px solid #ccc;
	/*outline: 1px solid #333;*/
	border-collapse: collapse;
	/*	outline-offset: -9px; */
	color:#58585b;
	font-size:12px;
	margin-right:auto;
	margin-left:0px;
}

table #fancy thead{
	background:#58585b;
	font-weight:700;
	text-transform:uppercase;
	border: 1px solid #333;
}

table #fancy thead td{
	color:#FFF;
}

table #fancy td,th{
	padding:10px;
}

table #fancy tbody th{
	border:1px solid #CCC;
}

table #fancy tbody th #name{
	font-weight:700;
	text-transform:uppercase;
}

table #fancy tbody th #uni{
	font-weight:400;
	text-transform:uppercase;
}

table #fancy tbody th #name #uni{
	font-weight:400;
	text-transform:none;
}

table #fancy tbody td{
	font-weight:400;
	line-height:150%;
	letter-spacing:0em;
	border:1px solid #CCC;
}