.frct {
color: #CCCCCC;
text-align: center;
}
.frctbg1 {
color: #FFFFFF;
background-color: #5B9BD5;
text-align: center;
}
.frctbg2 {
color: #000000;
background-color: #D9E1F2;
text-align: center;
}
.txt { 
text-align: left;

background-color: #CCECFF;
vertical-align: top;
padding: 10px;
}
.abrev {
text-align: left;

vertical-align: top;
padding: 10px;
}
.a1st {
text-align: center;
vertical-align: top;
padding: 10px;
}
.hrow:hover {
background-color: #fcfcfc;
}
th,td {
border: 2px solid white;
}
/* Tooltip */
  .test + .tooltip > .tooltip-inner {
    background-color: lightgreen; 
    color: #000000; 
    border: 1px solid green; 
    padding: 1px;
	font-size: 14px;
	max-width: 200px;
  }
  /* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
  }
  /* Tooltip on bottom */
  .test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
  }
  /* Tooltip on left */
  .test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid green;
  }
  /* Tooltip on right */
  .test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
  }