html { overflow: hidden; }

 body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  background-color: #bbb;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#ccc), to(#aaa));
  background-image: -webkit-radial-gradient(circle, #ccc, #aaa);
  background-image: -moz-radial-gradient(circle, #ccc, #aaa);
  background-image: -o-radial-gradient(circle, #ccc, #aaa);
  background-repeat: no-repeat;
}

/* #info {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px;
}*/

#info { text-align: left; color: #fff; position: absolute; width: 240px; padding: 15px; background: rgba(0,0,0,0.2); bottom: 50px; left: 10px; display: none; line-height: 1; font-size: 12px; }
#info h1 { margin: 0 0 10px; font-size: 20px; font-weight: bold; }
#info a { color: #fc0; text-decoration: none; }
#info-icon { position: absolute; left: 10px; bottom: 10px; background: rgba(0,0,0,0.3); width: 30px; height: 30px; font-weight: bold; text-align: center; line-height: 30px; color: #fff; font-family: monospace; font-size: 16px; }
#info-icon:hover { cursor: pointer; background: rgba(0,0,0,0.4); }

.bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px;
  margin: 0;
}

#options {
  width: 330px;
  padding: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.nav-tabs { margin-bottom: 20px; }

.stoneBox {
  float: left;
  display: block;
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
}

.stoneBox div {
  margin: 0 auto;
  text-align: center;
  width: 50px; height: 50px;
  background: url('../images/stone-shapes.png') no-repeat scroll 50px 0 transparent;
}

.stoneBox:hover {
  background-color: #B0D2E4;
  border-bottom-color: rgba(0,0,0,0.3);
  text-decoration: none;
}

.stoneBox .princess { background-position: -700px 0; }
.stoneBox .round { background-position: -800px 0; }