.subtitle{
   font-size:10px;
}
.panel-heading{
	font-size: 24px;
	font-weight:bold;
}
.panel-body{
	width:1200px
}
.tableList{
	width:100%;
}
.tableList tr {
	border-left:1px solid #5e7545;
	border-top:1px solid #5e7545;
	border-bottom:1px solid #5e7545;
}
.tableList th {
	padding: 5px;
	border-right:1px solid #5e7545;
}
.tableListHeading{
	background-color: #cae3b1;
	line-height:50px;
}
tbody tr:nth-child(even) {
 	background-color: #f0eded;
 	line-height:30px;
	border-left:1px solid #5e7545;
}
tbody td {
	border-right:1px solid #5e7545;
	padding: 5px;
}
tbody tr:nth-child(odd) {
 	background-color: #FFFFFF;
	line-height:30px;
	border-left:1px solid #5e7545;
} 