table {
    background: #32375d;
    border-collapse: collapse;
}

table ul {
    padding: 0 0 0 20px;
    margin: 0;
}

td,
th {
    text-align: left;
    vertical-align: top;
    padding: 1em;
    border: solid 0.3125em #2e3356;
    border-radius: 0.4375rem;
}

tbody th {
    background: #4b5698;
}

thead th {
    background: #6e7ace;
    color: #2e3356;
    font-size: 1.125em;
}
