body {
    padding: 10%;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

table:first-child td:nth-child(2) {
    text-align: right;
}

table:nth-child(2) {
    text-align: center;
    border-color: white !important;
}

table:nth-child(2) th {
    border-color: white !important;
    padding: 15px 0;
    font-size: 28px !important;
}

table:nth-child(2) td {
    border-color: white !important;
    border-bottom: 1px solid #efefef !important;
    padding: 15px 0;
}

table:nth-child(2) th:nth-child(1) td {
    padding-top: 30px !important;
}

table:nth-child(2) td a {
    text-decoration: none;
    color: #a50000;
}

table:nth-child(2) td a:hover {
    text-decoration: none;
    color: #008080;
}