.margin-top-25 {
  margin-top: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.width-70 {
  width: 70px;
}

.width-100 {
  width: 100px;
}

.width-120 {
  width: 120px;
}

.width-145 {
  width: 145px;
}

.width-150 {
  width: 150px;
}

.width-155 {
  width: 155px;
}

.width-200 {
  width: 200px;
}

.width-226 {
  width: 226px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-320 {
  width: 320px;
}

.width-360 {
  width: 360px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.width-600 {
  width: 600px;
}

.width-700 {
  width: 700px;
}

.width-800 {
  width: 800px;
}

.size-60 {
  font-size: 60px;
}

.size-25 {
  font-size: 25px;
}

.size-22 {
  font-size: 22px;
}

.size-18 {
  font-size: 18px;
}

.size-17 {
  font-size: 17px;
}

.size-16 {
  font-size: 16px;
}

.size-15 {
  font-size: 15px;
}

.size-14 {
  font-size: 14px;
}

.size-13 {
  font-size: 13px;
}

.size-12 {
  font-size: 12px;
}

.radio-btn-group {
  float: left;
  border: 1px solid #ccc;
  background: #eee;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  padding: 2px;
}
.radio-btn-group.radio-btn-group-horizontal .radio-btn {
  display: inline-block;
  width: 70px;
  margin-bottom: 0;
  text-align: center;
}
.radio-btn-group .radio-btn-title {
  font-size: 13px;
  padding: 3px;
  color: #444;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.radio-btn-group .circle-icon {
  color: #ccc;
  display: inline-block;
  min-width: 36px;
  line-height: 30px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.radio-btn-group .circle-icon .fa-stack-1x {
  font-size: 26px;
  opacity: 0.2;
}
.radio-btn-group .radio-btn {
  border-radius: 2px;
  background: #eee;
  padding: 5px;
  width: 100px;
  position: relative;
  text-align: left;
  cursor: pointer;
  color: #555;
  outline: none;
  user-select: none;
  margin-bottom: 4px;
}
.radio-btn-group .radio-btn.radio-btn-narrow {
  min-width: 50px;
  width: auto;
}
.radio-btn-group .radio-btn[is-active=yes] {
  background: #222;
  color: #ccc;
}
.radio-btn-group .radio-btn .radio-title {
  font-size: 11px;
}
.radio-btn-group .radio-btn .radio-img {
  box-shadow: 0 0 1px 0 #000;
  width: 92px;
  margin-top: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.radio-btn-group .radio-btn .radio-led {
  color: #666;
}

.circle-type {
  color: #111;
  display: inline-block;
  min-width: 36px;
  line-height: 30px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.circle-type .fa-stack-1x {
  font-size: 26px;
  opacity: 0.2;
}

.eq-playground .sprites > div {
  width: 11%;
}

.img-btn .img-btn-cover {
  transition: all 0.2s ease;
  opacity: 0;
}
.img-btn:hover .img-btn-cover {
  opacity: 1;
}

.playground-game {
  padding: 2px;
  position: relative;
}
.playground-game .fa-lock {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 8px #000;
  font-size: 16px;
}

.bands-selection[is-active=no] {
  opacity: 0.2;
  pointer-events: none;
}

/*# sourceMappingURL=playground.css.map */
