/**
 * 	To override some bootstrap css properties
 * */

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #C1CCE7;
}