body {
	background-image: url("../images/congruent_pentagon.png");
	font-family: 'Roboto Condensed', sans-serif;
}
.header_title{
	width: 100%;
	margin-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.t-l{
	float: left;
}
.t-l img{
	margin: 10px 0px 0 0;
	width: 100px;
}
.t-mta img{
	margin: 3px 0px 0 0;
}
.t-r{
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 0 15px;	
}
.t-title{
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color:#19763e;
	margin-left: 10%;
	padding-top:5px;
	line-height:120%;
}
.t-mta{
	float: right;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.table{
	width:99%;
	margin:5px 0 0 5px;
	font-size: 13px;
}
.table-striped > thead > tr > th{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: #19763e;
	color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color:rgba(255,255,255,0.7);
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:14px;
}
.table-bordered > tbody > tr > td{
	background-color:rgba(83,191,107,0.4);
	font-family: 'Roboto', sans-serif;
  font-weight:500;
   font-size:14px;
}
.table > tbody > tr > td{
padding: 7px;
}
.table-bordered {
	border:1px solid #19763e;
}