.border {
  border: 1px solid red
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

img {
  border: none;
  font-size: 0;
  line-height: 0
}

.left {
  text-align: left !important
}
.center {
  text-align: center !important
}
.right {
  text-align: right !important
}
.justify {
  text-align: justify !important
}
.hline {
  border-top: solid 1px #000000;
  font-size: 0;
  line-height: 0;
  margin: auto;
  clear: both;
}

.debug_text {
  /*border: 1px solid red;*/
  background-color: #DDFFDD;
  font-family: Courier New;
  text-align: left;
  font-size: 11px;
}
.debug_title {
  /*border: 1px solid red;*/
  font-family: Courier New;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: red
}

.s8 {
  font-size: 8px
}
.s9 {
  font-size: 9px
}
.s10 {
  font-size: 10px
}
.s11 {
  font-size: 11px
}
.s12 {
  font-size: 12px
}
.s13 {
  font-size: 13px
}
.s14 {
  font-size: 14px
}
.l9 {
  line-height: 9px
}
.l10 {
  line-height: 10px
}
.l11 {
  line-height: 11px
}
.l12 {
  line-height: 12px
}
.l13 {
  line-height: 13px
}
.l14 {
  line-height: 14px
}
.l15 {
  line-height: 15px
}
.l16 {
  line-height: 16px
}
.l17 {
  line-height: 17px
}

.bold {
  font-weight: bold;
}
