.moz-button-fix::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.zero-wspace {
  word-spacing: -0.365em;
}
.norm-wspace {
  word-spacing: normal;
}
.defaultBlock {
  display: block;
  border-radius: 3px;
  color: #0f0d0d;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: #fff5e5;
  border: 1px solid #ffebcb;
}
.defaultBlock h2 {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 22.5px;
  color: #c96c08;
}
