.hint {
  color: #4D4D4D;
}

.smaller {
  font-size: 10pt;
}

.smallest {
  font-size: 11px;
}

.halfbox {
  width: 50%;
}

.bold {
  font-weight: bold !important;
}

div.bottom {
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 8px 0px;
  vertical-align: bottom !important;
}

td.bottom {
  vertical-align: bottom !important;
}

.title {
  font-weight: bold;
  font-size: 16px;
}


div.floatright, img.floatright, span.floatright {
  float: right;
}

div.floatleft {
  float: left;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.noWrap {
  white-space: nowrap !important;
}

.floatLeft {
  float:left;
}

.floatRight{
  float:right;
}
/* BUTTONS */
.buttonSmall {
  font-size: 8pt;
  font-weight: bold;
}