

.table{
    color: white;
    font-weight: bold;
}

table tr:hover td{
    background-color:white;
    color:black;
}

table > thead > tr > th {
    font-size:1.2em;
}

#downloadLink {
    color:white;
    text-transform: uppercase;
    font-weight:bold;
}

#harta{
    height:30em;
    margin-bottom:1em;
}

#map{
    margin: 1em 0;
    width:100%;
    height:500px;
}