.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;
}
/* USED FOR CUSTOMIZING PRIMARY BUTTON COLORS
.btn-primary {
	background-image: linear-gradient(to bottom, #daa0b9 0px, #b46c87 100%);
    background-repeat: repeat-x;
    border-color: #9e5c75;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #b46c87;
    background-position: 0 -15px;
    border-color: #9e5c75;
}
.btn-primary:active, .btn-primary.active {
    background-color: #b46c87;
    border-color: #9e5c75;
}
*/
/* EO BUTTONS */
