.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #d9edf7;
}
.table-bordered {
    border: 2px solid #1d9ce5;
}