body{
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>thead>tr>th{
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	text-align: left;
}
th, td{
	padding: 8px;
}
.table-striped>tbody>tr>td:nth-child(1){
	font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
