.table{
	border: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
td[colspan] {  
    text-align: center;
    background: #ab8b5c;
    font-weight: bold;
    color: white;
}
.table td:last-child{
white-space: nowrap;
}
.table td:nth-child(2){
white-space: nowrap;
}
@media (max-width: 992px) {
.table td:first-child{
white-space: inherit;
}
.table{
    font-size: 14px;
}
.table td:last-child{
text-align: right;
}
}