body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

path, circle {
    cursor: pointer;
    fill: #D3D3D3;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

path#frames {
    fill: none;
    stroke: #A9A9A9;
    stroke-width: "2";
}

.visited {
    fill: #A00C03;
}

.passed {
    fill: #505050;
}

#map {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 959px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#map.portrait {
    max-width: 600px;
}

#info-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
    white-space: nowrap;
}