body .panel.panel-default {
    border-color: #118dcf;
}

body .panel.panel-default > .panel-heading {
    background-color: white;
    border-color: #118dcf;
}

body .panel .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: aliceblue;
}

body .panel .table>thead>tr>th {
    border-bottom: 2px solid aliceblue;
}

body .panel .table>tbody>tr>td {
    border-top: 1px solid aliceblue;
}