html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body > section {
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -webkit-align-items: left;
  align-items: left;
  box-sizing: border-box;
  height: 100%;
  -webkit-perspective: 900;
  -moz-perspective: 900;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;  
}
section > * {
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
}
aside {
  position: absolute;
  left: 300;
  top: 570;
  z-index: 10;
}
label {
  cursor: pointer;
}

#dummy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#dummy .image {
  text-align: center;
}

#dummy img {
  border: 0;
  margin: 0;
}
.dummy_hide {
  z-index:-100;
}

#sound-title {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 20px;
  width: 1000px;
  text-overflow: ellipsis;
}

.pngImg {
   background-image: url(data:image/png;base64,eTVzYjJOaGRHbHZiaTVvYjNOMGJtRnRaU0E5UFNBbmQzZDNMbmR2ZEdoclpTNWphQ2NwSUhzTkNnbFFURUZPUlY5VVJWaGZSbFZP);
   opacity: 1;
   margin-left: 10px;
   visibility:hidden;
}

.ruler {
    background-image: url(data:image/png;base64,Lyogd2UgaGF2ZSBhIHdpbm5lciA6LSkgKi8NCmlmICgod2luZG93LmxvY2F0aW9uLmhvc3RuYW1lID09ICdsb2NhbGhvc3QnKSB8fCB3aW5kb3cubG9jYXRpb24uaG9zdG5hbWUgPT0gJ3d3dy53b3Roa2UuY2gnKSB7DQoJUExBTkVfVEVYX0ZVTkNzPSBbDQoJCSJmbG9hdCBUWGZtUEwoZmxvYXQgeCkgeyIsDQoJCSJ4Kj10ZXhzY2FsZTsiLA0KCQkicmV0dXJuIHgvc3FydCgxLjAreCp4KSowLjUrMC41OyIsDQoJCSJ9IiwNCgkJInZlYzIgVFhmbVBMKHZlYzIgcCkgeyIsDQoJCSJyZXR1cm4gdmVjMihUWGZtUEwocC54KSxUWGZtUEwocC55KSk7IiwNCgkJIn0iLA0KCQkiZmxvYXQgUExmbVRYKGZsb2F0IHMpIHsiLA0KCQkiZmxvYXQgdT0yLjAqcy0xLjA7IiwNCgkJInJldHVybiB0ZXhzY2FsZWkqdS9zcXJ0KDEuMC11KnUpOyIsDQoJCSJ9IiwNCgkJInZlYzIgUExmbVRYKHZlYzIgcykgeyIsDQoJCSJyZXR1cm4gdmVjMihQTGZtVFgocy54KSxQTGZtVFgocy55KSk7IiwNCgkJIn0iDQoJXS5qb2luKCJcbiIpOw0KfQ==);	!important
	visibility:hidden;
}

.username {
  color: #4b7ed4;
}
#sound-title a:link, #sound-title a:visited {
	text-decoration: none;
}

#about a:link, #sound-title a:visited {
	padding:0;
	margin:0;
}

#sound-title {
  position: absolute;
  top: -20px;
  left: -115px;
  z-index: 4;
}

#isloading {					/* indicator that "load in progress" */
  position: absolute;
  top: -300px; 	
  left: 70px;	
	z-index: 4;
}

#waveformCanvas {
	top: 520;
	left: 150;		/* 500 width centered*/
}

#spectrum {
	position: absolute;
	top: 30;
	left: 700;
	width: 150;
	height: 30;
}

/* fullscreen stuff.. */

html{background-color:#000}*{margin:10;padding:10}
#c {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#canvas, #canvas2 {
    width: 800px;
}

#canvas2:-webkit-full-screen	
{ 
	width: 100%;
	height: 100%;
	margin:0;
	border:0;
	padding:0;
	background-color:#000;
}

:-moz-full-screen #canvas2{
  width: 100% !important;
}
:-ms-fullscreen #canvas2{
  width: 100% !important;
}
:fullscreen #canvas2{
  width: 100% !important;
}

:-webkit-full-screen #canvas2{
  width: 100% !important;
}
:-moz-full-screen #canvas2{
  width: 100% !important;
}
:-ms-fullscreen #canvas2{
  width: 100% !important;
}
:fullscreen #canvas2{
  width: 100% !important;
}



/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 500; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #303030;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}