/******************* Begin of Generated Text ******************/
/* Globañs */
.arrows {
  float: right;
  margin: 0 5px;
}
.arrow {
  width: 0; 
  height: 0;
  margin: 0.5em 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.down-off {
  border-top: 5px solid red;
}
.up-off {
  border-bottom: 5px solid red;
}
.down-on {
  border-top: 5px solid white;
}
.up-on {
  border-bottom: 5px solid white;
}
.arrow-home {
  width: 0; 
  height: 0;
  margin: 0.5em 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid red;
}
.arrow-clear {
  width: 0; 
  height: 0;
  margin: 0.5em 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
  border-right: 5px solid red;
}
.arrows-fontsz {
  float: left;
  margin: 0 .1em;
}
.arrow-fontsz {
  width: 0; 
  height: 0;
  margin: 0.2em; 
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
}
.decrement {
  border-top: .4em solid blue;
}
.increment {
  border-bottom: .4em solid blue;
}
.default-td {
  padding: 5px;
  border: 1px solid white;
  font-size: 12px;
}
.header-td {
  color: white;
  background-color: darkgrey;
}

