/*
    Created: 2025-09-16
    Author: Kārlis Grīnvalds
    Last edited: 2025-11-26
    Edited by: Kārlis Grīnvalds
*/

/* Used for - admin_panel.html */

/* Tables */
th {
    background-color: rgb(220, 220, 220);
}
.table a {
    border: solid 2px rgb(61, 105, 74);
    border-radius: 2px;
    padding: 5px;
    height: 32px;
    color: black;
    font-weight: normal;
    line-height: 1.5rem;
    background-color: rgb(235, 235, 235);
}
.table a:hover {
    text-decoration: none;
    background-color: rgb(210, 210, 210);
}
.main img {
    border: solid 2px rgb(61, 105, 74);
    border-radius: 2px;
    max-width: 200px;
}
.main audio {
    height: 40px;
    border-radius: 5px;
}