/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14. 5. 2026, 16:03:12
    Author     : puste
*/

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

.hitparada-table th,
.hitparada-table td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.hitparada-table tr:hover {
    background: #f5f5f5;
}

#vote-message {
    margin-top: 15px;
    font-weight: bold;
}


.hitparada-table tbody tr {
    transition: all 0.5s ease;
}

.vote-count {
    font-weight: bold;
}