a {
    color: black;
    text-decoration: unset;
}

a:hover {
    color: #61D2B4;
    text-decoration: underline;
}

table {
    width: 100%;
}

th {
    text-align: left;
    height: 30px;
}

.title {
    margin-top: 0;
    margin-bottom: 10px;
}

.file {
    width: 70%;
}

.size {
    width: 10%;
}

.last-updated {
    width: 20%;
}
