.table>thead>tr>th {background: #bde7b3;}
.table tr.odd {background-color: #fff;}
.table tr.even {background-color: #f0f9e4;}
.table>tbody>tr>td .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {vertical-align: middle;border-top: 1px solid #bde7b3;text-align: center;color: #000;}
.table>thead>tr>th {vertical-align: middle;border-bottom: 2px solid #bde7b3;color: #ff0000;}
.table-bordered, .table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border: 1px solid #bde7b3;font-size: 14px;text-align: left;}

.table-striped>tbody>tr:nth-child(odd),.table-striped>tbody>tr:nth-child(even) {
    background-color: #fff;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.glyphicons,.glyphicon{font-size:14px;}