
body { margin: 0; }

div#buttons {
  width: 100px;
  position: absolute;
  top: 430px;
  left: 0px;
  z-index: 100;
}
div#buttons img {
  border-color: #888;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 2px;
  margin: 0px 0px 0px 6px;
}
div#gameDiv {
  position: relative;
}
div#settings {    
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
canvas#ripples { 
  position: absolute; 
  top: 0; 
  left: 100px;
}
canvas#objects { 
  position: absolute; 
  top: 0; 
  left: 0
}

.slider {
-webkit-appearance: none;
width: 90%;
  height: 5px;
  margin: 0px 5% 0px 5%;
border-radius: 2px;
background: #d3d3d3;
outline: none;
opacity: 0.75;
-webkit-transition: .2s;
transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: #000;
cursor: pointer;
}

.slider::-moz-range-thumb {
width: 10px;
height: 10px;
border-radius: 50%;
background: #000;
cursor: pointer;
}

.right {
position: absolute;
bottom: 0;
right: 0;
}

.left {
position: absolute;
bottom: 0;
left: 0;
}

.fixedHeight {
position: relative;
width: 100%;
height: 50px;
}

/* TEACHOMETER WEBSITE */

div#topbit {
  width: 100%;
  background-image: url(../stripeBG.gif);
  height: 50px;
  margin: 0;
}
div#topbit p {
  clear: none;
}


p#teachometer {
  display: block;
  float: right;
  color: #373748;
  font-size: 30px;
  margin: 9px 10px 0 0;
text-shadow: 2px 2px 5px #fff;
}

img#logo {
  float: right;
  height: 50px;
}

body {
margin: 0;
padding: 0;
}