.crs-wrapper{
    font-family: Arial;
}

#pristroje-map{
    height: 520px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 10px;
}

.crs-filters{
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.crs-filters select{
    padding:8px;
    border:1px solid #ccc;
    border-radius:6px;
}

#crs-table{
    width:100%;
    font-size:14px;
}

#crs-table th{
    background:#1e293b;
    color:#fff;
    padding:8px;
}

#crs-table td{
    padding:6px;
    border-bottom:1px solid #eee;
}

#crs-table tr:hover{
    background:#f3f6ff;
}
