.table {

}

.table th, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background: #666;
	color: #FFF;
}

.table th:first-child {
	border-radius: 4px 0 0 0;
}
.table th:last-child {
	border-radius: 0 4px 0 0;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 1px solid #EEE;
}



/* BUTTONS */
.btn.btn-grey {
	background: #DDD;
	border-color: #DDD;
	color: #333;
}

/* EO BUTTONS */
