@font-face {
  font-family: 'icon';
  src: url('fonts/controlbuttons.eot?r5phgf');
  src: url('fonts/controlbuttons.eot?#iefixr5phgf') format('embedded-opentype'), url('fonts/controlbuttons.woff?r5phgf') format('woff'), url('fonts/controlbuttons.ttf?r5phgf') format('truetype'), url('fonts/controlbuttons.svg?r5phgf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  /* apply a natural box layout model to all elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
}
.icon,
#canvas,
.tool-wrapper,
#leftward {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  background: rgba(239, 236, 224, 0.9);
  font-family: Vollkorn;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-style: normal;
  font-weight: normal;
}
#playstyle {
  clear: both;
  width: 100%;
}
br {
  clear: both;
}
#back {
  left: 0;
}
#forw {
  right: 0;
}
canvas {
  position: relative;
  top: 0;
  z-index: 1;
}
.icon {
  font-family: icon;
}
.scale-opts {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  color: #edad44;
  background-color: rgba(255, 255, 255, 0.7);
  height: 199px;
  margin-left: 15px;
  border-right: 1px solid rgba(44, 10, 11, 0.15);
  border-bottom-left-radius: 25px;
}
.types div {
  border-right: 1px solid #e4c099;
  float: left;
  padding: 12px 10px;
  background: rgba(237, 173, 68, 0.5);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.types div:last-child {
  border: none;
}
.types div:hover,
.types div.hovered {
  color: #762511;
}
.types div.selected {
  color: #762511;
  background-color: rgba(255, 255, 255, 0.7);
}
.types div.label-no-width {
  border-width: 0;
  padding: 0;
}
.types div.label-no-width:hover,
.types div.label-no-width.hovered {
  color: #edad44;
}
.methods div {
  float: left;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.methods div.selected {
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
.methods div.label-no-width {
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
  border-width: 0;
  padding: 5px 0;
}
.methods div.label-no-width:hover,
.methods div.label-no-width.hovered {
  color: #edad44;
}
.methods div:hover,
.methods div.hovered {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
.methods div.selected:hover,
.methods div.hovered {
  background: rgba(0, 0, 0, 0.4);
}
.methods {
  position: absolute !important;
}
.opt {
  margin: 15px 10px;
  height: 30px;
  vertical-align: center;
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 10;
  position: relative;
}
.opt.inactive {
  opacity: 0;
  z-index: 1;
}
.opt input {
  cursor: pointer;
  margin: 8px;
}
.opt .label {
  float: left;
  margin: 5px 0;
  text-align: right;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
}
.opt .result {
  padding-left: 5px;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
}
.opt:hover .result,
.opt.hovered .result {
  color: #762511;
}
#hints {
  position: absolute;
  top: 0;
  color: #762511;
  z-index: 2;
  margin: 0 15px;
  width: 315px;
}
#hints #blocky {
  width: 100%;
  height: 3px;
  background: #762511;
  margin-bottom: 5px;
}
#hints h1 {
  color: #edad44;
  margin: 0;
}
#hints h4 {
  color: #edad44;
  margin: 2px 0 -4px 0;
  font-style: italic;
  font-size: 18px;
}
#hints p {
  margin: .75em 0 0 0;
  font-size: 15px;
  line-height: 18px;
  color: rgba(44, 10, 11, 0.85);
}
#textual {
  margin-top: 3em;
  margin-bottom: 5em;
  margin-left: 330px;
  color: #762511;
  width: 100%;
  border-left: 1px solid rgba(44, 10, 11, 0.1);
  padding-left: 30px;
}
#textual p {
  width: 35em;
  color: rgba(44, 10, 11, 0.85);
}
#textual a {
  text-decoration: none;
  color: #edad44;
}
#textual a:hover {
  color: #ffc746;
}
#textual a:visited {
  color: #950017;
}
.note-names {
  font-style: italic;
}
.hairy {
  cursor: crosshair;
}
#sosh > div {
  float: left;
}
#sosh {
  position: absolute;
  left: 230px;
  margin-top: 39px;
}
.social-wrap {
  overflow-y: visible;
  overflow-x: visible;
  width: 35px;
  height: 50px;
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: relative;
}
.social-wrap#facebook-wrap {
  left: -30px;
}
.social-wrap#twitter-wrap {
  left: 45px;
}
.social-wrap .primary {
  color: rgba(237, 173, 68, 0.6);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-family: icon;
  font-size: 26px;
  line-height: 50px;
  cursor: pointer;
}
.social-wrap .primary:hover {
  color: #762511;
}
.social-wrap .social-details {
  height: 25px;
  opacity: 0;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 0;
  left: 0;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -9999;
  position: absolute;
}
.social-wrap .social-details.fb-like {
  width: 80px;
  left: -14px;
  top: 45px;
}
.social-wrap .social-details.tw-options {
  width: 80px;
  left: -20px;
  top: 45px;
}
.social-wrap:hover {
  opacity: 1;
}
.social-wrap:hover .social-details {
  z-index: 9999;
  opacity: 1;
}
