body {
  background-color: white;
  background-image: none;
  color: black;
  font-family: sans-serif;
}

.bug-fix{
  border: 2px outset;
  width:90%;
}

.label {
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
  width: 20%;
}

.content {
  padding-left: 5px;
  text-align: left;
  vertical-align: top;
  width: 80%;
}

.title {
  font-weight: bold;
  text-align: center;
}
