body {
    width: 960px;
    margin: 0;
    overflow-y: hidden;
}

canvas {
    top: 0;
    left:0;
    position: absolute;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

#bottom-panel {
    position: absolute;
    width:1280px; 
    height: 90px;
    top:530;
    z-index:10;
    opacity:1;
}

.grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pointing {
    cursor: pointer;
}

#stats {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;

}

video {
    position: absolute;
    opacity: .5;
    left: 500px;
    display: none;
}

#play-button {
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #000;
    position:absolute;
    z-index: 30;
    text-align: center;
    cursor: pointer;
}

#play-image {
   position: absolute;
   top: 50%;
   left: 50%
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   width: 280px;
   height: 20px;
   z-index: 31;
   font-family: Verdana, Geneva, sans-serif;
   border: 1px solid #fff;
   border-radius: 5px;
   padding: 20px;
   display: block;
}

/* style the elements with CSS */
#pleaserotate-graphic{
    fill: #fff;
}

#pleaserotate-backdrop {
    color: #fff;
    background-color: #000;
}

#about-panel{
    position: absolute;
    z-index: 100;
    width: 500px;
    color: #fff;
    font-family: Roboto;
    border: 2px solid #f15a24;
    border-radius: 8px;
    padding: 0 15px;
    background-color: rgba(0,0,0,.8);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
}

#about-panel p {
    line-height: 1.5em;
    text-align: justify;
    font-size: 14pt;

}

#about-panel h1 {
    text-transform: uppercase;

}

#about-panel a, #about-panel a:visited{
    color: #12b7a7;

}

#about-panel a:hover{
    color: #ffff00;
}

#about-x {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 35px;
    cursor: pointer;
}

#about-panel a.about-me-link{
    color: #f15a24;
}
