html,body{
  width: 100%;
  height: 100%;
  margin: 0 ;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: crosshair;
}
#center{
  width: 800px;
  background: none;
  text-align: center;
  margin: 0px auto;
  min-height: 300px;
  padding: 10px;
  cursor: auto;
}
#whitecenter{
  background-color: rgba(255,255,255,.9);
  border-radius: 25px;
  box-shadow: 0px 0px 300px 0px white;
}
#paddingHack{
  height: 1px;
  margin: 0;
  padding: 0;
}
.experimentImg{
  width: 700px;
  padding: 10px;
  border: 1px solid #FFF;
  transition: box-shadow 0.5s;
}
p.caption{
  padding: 10px 20px;
  color: #666;
}
.app{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
h1{
  color: #29e;
  padding-top: 20px;
}
h2{
  color: #29e;
}
#mainDesc{
  color: #555;
}
.appFrame{
  display: block;
  margin: 20px auto;
  border: 1px solid white;
  padding: 10px;
  width: 700px;
  height: 600px;
}
.experimentImg:hover {
  box-shadow: 0px 0px 40px 0px black;
}
.options{
  color: #666;
}
.options a{
  color: #66f;
  text-decoration: none;
}
.FlattrButton{
  position: absolute;
  right: 40px;
  top: 45px;
}
#logo{
  border: none;
  width: 200px;
}
/*** footer ***/
#foot{
  background-color: rgba(0,0,0,0.8) !important;
  background-image: none !important;
  border: none;
}
#foot .navbar-collapse{
  border: none;
}
.brand{
  margin-left: 0px !important;
}
/*** fixes for bootstrap styling on dat.gui.js ***/
.dg .cr.string input[type=text] {
  color: #1ed36f;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
}
.saturation-field{
  margin-right: 1px !important;
}
