body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
    padding: 20px;
    color: #333;
}

h1, h2, h3 {
    margin: 10px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

th {
    background-color: #fafafa;
}

tr:hover {
    background-color: #f0f8ff;
}

#Presidentimg {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

input[value="Ok"]{
width: 250px;
}

a {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
}

a[href*="lisa1punkt"] {
    background-color: #12aa5e;
}

a[href*="minus1punkt"] {
    background-color: #ff4444;
}

a:hover {
    opacity: 0.8;
}

form {
    margin-top: 5px;
}

input[type=text], textarea {
    padding: 5px;
    width: 100%;
    max-width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    box-sizing: border-box;
}

textarea {
    height: 50px;
    resize: vertical;
}

input[type=submit] {
    padding: 5px 15px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #0056b3;
}

td form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

