.hidden {
    display: none;
}

#result-div {
    margin-top: 25px;
    margin-bottom: 30px;
}

#result-error {
    padding: 5px 15px 5px 15px;
    width: 100%;
    background-color: red;
    color: white;
}

#result-success {
    padding: 5px 15px 5px 15px;
    width: 100%;
    background-color: green;
    color: white;
}

#result-table {
}

#result-table > thead > tr th {
    background-color: gray;
    color: white;
}

.top-div {
    width: 100%;
}

.logo {
    max-width: 35%;
}

.w35p {
    max-width: 35%;
}

.w100p {
    min-width: 100%;
}

tbody tr {
    border-bottom: solid 1px black;
}

tbody tr td, thead tr th {
    padding: 8px;
}

.result-grid {
    --bs-columns: 3;
}

#submit-button {
    margin: 10px 15px 20px 15px;
}

#footer {
    background-color: #dedede;
}
