html, body {
    font-family: Abel, Arial, Helvetica, sans-serif;
}

form {
    display: inline-block;
    border: 1px solid #38738F;
    padding: 15px;
}

table {
    width: 100%;
}

table th {
    font-weight: bold;
    color: white;
    background: #38738F;
}

td, th {
    padding: 10px 8px;
}

table, td, th {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}

table .table-row {
    border-top: 1px solid #38738F;
}
