#thrude-karte {
    width: 100%;
    position: relative;
    min-height: 670px;
    height: auto ! important;
}

#thrude-karte #map {
    width: 860px;
    height: 860px;
    float: left;
}

#thrude-karte hr {
    margin: 6px 0;
    height: 1px;
    background-color: black;
}

#thrude-karte #selection {
    width: 300px;
    float: left;
    margin-left: 15px;
}

#thrude-karte #selection #group-selection,
#thrude-karte #selection #year-selection {
    margin-bottom: 15px;
}

#thrude-karte #selection #year-selection label {
    font-size: 0.875em;
    font-weight: bold;
    margin-right: 15px;
}

#thrude-karte #selection #year-selection select {
    font-size: 0.875em;
    font-weight: bold;
}

#thrude-karte #selection #group-selection label {
    font-size: 0.8em;
}

#thrude-karte table {
    width: 100%;
}

#thrude-karte table tbody tr > * {
    white-space: nowrap;
    padding: 0px 5px;
}

#thrude-karte table tbody tr td:last-child {
    text-align: right;
}

#thrude-karte div#group-selection div.group img {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    top: -2px;
}

#thrude-karte div.search button {
    position: relative;
    top: -1px;
}

#thrude-karte div.popup {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 402;
    padding: 15px;
    border: 1px solid;
}

#thrude-karte div.popup .close-popup {
    cursor: pointer;
}

#search-results {
    width: 1200px;
    z-index: 1001;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 2px solid #76AD1C;
    display: none;
}

#search-results h3 {
    text-align: center;
}

#search-results h3 span {
    cursor: pointer;
}

#results-container .result-page {
    display: none;
}

#results-container .result-page.active {
    display: block;
}

#results-container .result-page th {
    text-align: left;
    background-color: #76AD1C;
    color: white;
}

#results-container table {
    border-spacing: 0;
    border-collapse: collapse;
}

#results-container .table > :not(:first-child) {
    border-top: medium none;
}

#results-container table tbody tr {
    cursor: pointer;
}

#results-container table tbody tr > td {
    padding: 5px;
    font-size: 0.75em;
}

#results-container table tbody tr:nth-of-type(2n) {
    background-color: #eeeeee;
}
#results-container table tbody tr.empty:nth-of-type(2n) {
    background-color: transparent;
}

#results-container table tbody tr:hover {
    background-color: lightgray;
}

#results-container table tbody tr td:last-child {
    text-align: left;
}

.page-menu,
.page-footer {
    text-align: center;
    margin: 15px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-menu .prev-page {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}

.page-menu .next-page {
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}

.page-event, .page-center {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-footer .page-center {
    margin: 15px 0px;
    background-color: transparent;
}

.page-footer {
    font-size: 0.75em;
    font-weight: bold;
}

input[name=page] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    width: 32px;
    font-size: 1em;
    font-weight: bold;
}
