body.map div.resources {
    display: none;
}

/** CANVAS **/

#canvas-container {
    border: 1px solid black;
    height: 680px;
    position: relative;
    width: 680px;
}

#canvas-container #canvas {
    height: 560px;
    width: 680px;
}

/** META **/

#canvas-container #meta {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

#canvas-container #meta h1, #canvas-container #meta h2 {
    color: orange;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

#canvas-container #meta a {
    color: orange;
    text-decoration: none;
}

#canvas-container #meta a:hover {
    text-decoration: underline;
}

/** LEGEND **/

#canvas-container #legend {
    line-height: 1em;
    margin: 10px 0 20px 0;
    padding-left: 0;
}

#canvas-container #legend li {
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 5px 5px;
}

#canvas-container #legend li.active {
    border: 1px solid black;
}

#canvas-container #legend span.icon {
    display: block;
    float: left;
    height: 1em;
    margin-right: 10px;
    width: 40px;
}

#canvas-container #legend #legend-red    span.icon { background: red;    }
#canvas-container #legend #legend-yellow span.icon { background: yellow; }
#canvas-container #legend #legend-green  span.icon { background: green;  }
#canvas-container #legend #legend-gold   span.icon { background: orange; }

/** INFO **/

#canvas-container #info-container {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

#canvas-container #info-close {
    position: absolute;
    right: 20px;
    top: 0;
}

#canvas-container #info-close a {
    color: orange;
    display: block;
    font-size: 1.2em;
    line-height: 2em;
    padding: 0 10px;
    text-align: right;
    text-decoration: none;
}

#canvas-container #info {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 20px;
}

#canvas-container #info h2 {
    color: orange;
    font-size: 1.2em;
    margin-bottom: -15px;
}

#canvas-container #info a {
    color: white;
}

#canvas-container #info .images-container {
    margin: 20px 0;
    position: relative;
}

#canvas-container #info .images {
    height: 200px;
    width: 300px;
}

#canvas-container .button {
    position: absolute;
    top: 65px;
    z-index: 200;
}

#canvas-container .prev-button {
    left: 10px;
}

#canvas-container .next-button {
    right: 10px;
}
