.table>tbody>tr>td {
 padding: 12px 5px;
 line-height: 1.5;
 vertical-align: middle;
 border-top: none;
 border-bottom: 1px solid #ddd;
}

.table>tbody>tr>th {
 padding: 5px;
 border-top: none;
 border-bottom: 3px solid #111130;
 vertical-align: bottom;
}

.table h3 {
 margin-bottom: 3px;
}

.table>tbody>tr:not(:first-child):hover {
 background: #eee;
}






















