body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

a,
a:visited,
.left-menu a:hover {
    color: #302C2C;
    text-decoration: none;
}

a:hover {
    color: blue;
}

body {
    padding: 0 10% 10% 10%;
}

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

table,
th,
td {
    border: 1px solid #302C2C;
}

th,
td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #b5f2c4;
}

select {
    padding: 8px;
    margin-bottom: 10px;
}

.container {
    text-align: center;
    padding-bottom: 1em;
}

.center {
    text-align: center;
}

#svg-map {
    width: auto;
    height: 40vw;
    border: 1px solid #302C2C;
}

.map {
    cursor: pointer;
}

.dulezite {
    font-weight: bold;
}

h1,
h2,
h3,
h4 {
    color: #23419b;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    body {
        padding: 0 5%;
    }

    .hide {
        display: none;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead {
        display: none;
    }

    tr {
        border-bottom: 1px solid #302C2C;
    }

    table {
        border-bottom: none;
    }

    td.nikdo {
        padding-left: 0;
    }

    td {
        position: relative;
        padding-left: 25%;
        text-align: right;
        border: none;
        border-bottom: 1px solid #eee;
    }

    td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 8px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }

    label,
    select {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}