@charset "utf-8";
/* CSS Document */

table {
  margin-top: 50px;
}

th,
td {
  width: 30px;
}

th.tableHeading {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  text-align: left;
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
}

td.ttHeading{
  font-size: 100%; 
  text-align: left;	
  position: relative;	
}

th.ttHeading { 
  font-size: 100%; 
  text-align: center;	
  position: relative;
}

th.ttHeading:hover .fullText {
  display: block;
  background: #e6f7eb;
  border: .10em solid currentColor;   
  text-transform:none;	
}

td.ttHeading:hover .fullText{
  display: block;
  background: #fcf2c0;
  border: .10em solid currentColor;   
  text-transform:none;
}
 

.fullText {
  display: none;
  position: absolute;
  font-weight: normal;  
  top: -45px;
  left: -33px;
  z-index: 1000;
  padding: 5px;
  font-size: 10pt;
}