﻿
  /* CLASSES */
.ansbox {
  float: right;
  text-align: center;
  background-color: black;
  color: white;
  outline: 2px solid black;
  border: 1px solid white;
  width: 8em;
}
