/*
 *  annotation.css
 *  including annotation specific styles
 *
 ******************************************************************************/

.hw-annotation {
  text-decoration: none;
  color: black;
  background: #f3ca81;
  font-weight: bold;
}

