#infoButton {
    display: none;
}

#gameContainer {
    width: 1024px;
}

#buttonWrapper {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    height: 30px;
}

#container {
    height: 750px;
}

.karte {
    height: 100%;
    width: 100%;
}

#map-layer {
    position: relative;
    margin: 0 auto;
}

#marker-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.map-marker {
    height: 1px;
    position: absolute;
    width: 1px;
}

.selected-item > div.pulsate {
    position: absolute;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    border: 10px #A00101 solid;
    border-radius: 150px;
    box-sizing: border-box;
}

#input {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    border: #919191 2px solid;
    border-radius: 4px;
    margin: 10px 0;
    padding: 4px;
}

#progress {
    position: absolute;
    right: 20px;
}

#legend {
    position: absolute;
    left: 20px;
}

#item-table {
    position: absolute;
    top: 10px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    padding: 20px;
}

#page_wrap {
    position: relative;
}

#categoryTabs > .button {
    margin-right: 5px;
}

#categoryTabs > .button.active {
    background-color: white;
    color: #EE7F01;
}

#closeLegend {
    padding: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: -10px;
    left: 10px;
}

#openLegend {
    position: absolute;
    left: 20px;
}

.list-elements {
    list-style: none;
}

.list-element {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 7px 0;
}

.list-container {
    clear: both;
    margin-top: 30px;
    font-size: 18px;
}

.list-sign {
    font-weight: bold;
    display: inline-block;
    width: 85px;
    font-size: 38px;
    vertical-align: middle;
    letter-spacing: -2px:;
}