body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

h4 {
  font-size: 12px;
  font-style: solid;
}

h3 {
  font-size: 18px;
  Color: #000;
  font-family: Arial;
  font-style: solid;
}

h2 {
  font-size:18px;
}

a {
  text-decoration: none;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #808080;
}

td {
  font-size: 9px;
  border: 1px solid #ccc;
}

.rotate {
  transform: scale(-1,-1);
}

.vertical {
  writing-mode: vertical-rl;
}

.center {
  display: block;
  margin: 0 auto;  
}

.tborderbottom {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}

.tborderClear {
  border: none;
  text-align: left;
  font-size: 12px;  
}

table.tborderbottom td {
  text-align: center;
}

.hoverRow {
  background-color: yellow;
}
.clickedRow {
  background-color: orange;
}

.green {
  background-color: LightGreen;
}

.square {
  display: inline-block;
  height: 10px;
  width: 10px;
}
