/* These are the styles used to display the hints */

.hint {
  position: absolute;
  background-color: #FFFFDC;
  border: 1px solid #CC9933;
  width: 250px;
  display: none;
  font-size: 12px;
}
