/* Enter Your Custom CSS Here */

sup {
  font-size: smaller;
  position: relative;
  top: -5px;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}