body {
    font-family: "Sofia Sans" !important;
}

a {
    color: #0078A8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

select, input, button {
    font-family: "Sofia Sans" !important;
    font-weight: 600;
    font-size: 15px;
    height: 30px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #0078A8;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #005F7F;
}

.search-div > select, .search-div > input {
    width: 110px;
    text-align: center;
}

.hidden {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 20px 0;
}

thead {
    border-bottom: 2px solid black;
}

tr {
    border-bottom: 1px solid black;
}

th, td {
    padding: 0 15px 0 15px;
}

tr > td:nth-child(2) {
    text-align: center;
}