.table-content{
	margin: 0 auto;
	max-width: 100%;
}
.table-content table {
	border: 0;
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table-content table thead {
	text-align: left;
	text-shadow: 1px 1px 0 #283744;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
}
.table-content table thead th {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px;
}
.table-content table thead tr {
	background: #165D9F;
	border-bottom: 2px solid #F68812;
}
.table-content table thead tr th {
	border: 1px solid #1B3C69;
}
.table-content table tbody tr td {
	padding: 3px 10px;
	border: 1px solid rgb(223,223,223);
}
.table-content table tbody tr:nth-child(even) {
	background: rgb(250,250,250);
}
.table-content table tbody tr:hover{
    background-color: rgb(252,252,252);
}
.table-content table tbody tr:nth-of-type(even):hover{
    background-color: rgb(247,247,247);
}
