table {
    width: 80%;
    border-collapse: collapse;
}

caption {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px;
}

th {
    color: gray;
    text-align: left;
}

th,
td {
    padding: 5px;
}

td:first-child {
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

td:nth-last-child(2) a {
    text-align: left;
    color: black;
    font-weight: normal;
    text-decoration: underline;
}

th:last-child {
    text-align: right;
}

td:last-child {
    text-align: right;
    background-color: #F5DEB3;
    font-weight: normal;
}