@charset "UTF-8";

#draw-area {
  position: relative;
  width: 1024px;
  height: 570px;
  margin: -10px;
}

#interface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ready img,
.ready .angle-label {
  display: none;
}

.btn {
  margin: 0;
}

.angle-label {
  position: absolute;
  width: 100px;
  font-size: 30px;
  font-family: "Suken";
  text-align: center;
}
.angle-label.hide {
  display: none;
}

#angle-label-a {
  top: 40px;
  left: 100px;
}

#angle-label-c {
  top: 440px;
  left: 100px;
}

.ready .angle-label {
  display: none;
}

#reset-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#reset-button {
  padding-left: 32px;
  background-image: url(../img/repeat.png);
  background-size: 16px;
  background-position: 14px center;
}

#reset-button.down {
  background-image: url(../img/repeat_down.png);
}

#reset-button.disabled,
#reset-button[disabled="disabled"] {
  background-image: url(../img/repeat_disabled.png);
}
.checkboxes {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 36px;
}

.checkbox:not(:last-child) {
  margin-right: 44px;
}