body {
    font-family: sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
}

#results-container {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

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

th:nth-child(1) { width: 20%; } /* Nime veerg (näiteks) */
th:nth-child(2) { width: 10%; text-align: center; } /* Skoori veerg */
th:nth-child(3) { width: 70%; text-align: right; font-size: 0.8em; color: #777; } /* Punktide veerg */

td:nth-child(2) { text-align: center; }
td:nth-child(3) { text-align: right; font-size: 0.8em; color: #777; }