body {
    height: 500px;
    position: relative;
    width: 750px;
    font-family: 'Open Sans', sans-serif;
}

#soundMap {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#loader {
    background: #FFF;
    left: 0;
    position: absolute;
    top: 0;
}

#btn {
    background: #81007f;
    border: none;
    cursor: pointer;
    display: none;
    left: 10px;
    padding: 10px;
    position: absolute;
    top: 10px;
    color: white;
     
}

#mainScene {
     display: none;
}

#popup {
    -moz-border-radius: 7px;
    -moz-box-sizing: border-box;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-box-sizing: border-box;
    background-color: white;
    border: 2px solid #800000;
    border-radius: 7px;
    box-sizing: border-box;
    display: none;
    padding: 10px;
    position: absolute;
    width: 500px;
    z-index: 101;
}

.audioPlayer {
    margin-bottom: -5px; /* Removes natural bottom margin */
    margin-top: 5px;
    width: 100%;
}

.mapMarker {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: purple;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
}

.mapMarker:hover {
    background: black;
}

.clickthrough { pointer-events: none; }

.site { display: none; }

.white {
    background: white;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 10px;
}

#wrapper {
    -ms-opacity: 0.6;
    background-color: #000000;
    display: none;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

#inset {
    float: right;
    margin-left: 5px;
}

.title {
    font-size: 28px;
    line-height: 30px;
}

.close {
  color: #800000;
  font: 25px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  top: 5px;
}

.close:after {
  content: 'X'; /* ANSI X letter */
}

#content {
	/*font-size: 90%;*/
}