/*
  File Name - tou.css
  Purpose - Styling for Terms Of Use
*/

body {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 10px;
}

h3 {
  text-decoration: underline;
}

li {
  margin-bottom: 1em;
  padding-left: 0.3em;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.oj-italic {
  font-weight: normal;
  font-style: italic;
}

.oj-bold {
  font-weight: bold;
  font-style: normal;
}

.legacy {
  color: #999999;
  background-color: #cccccc;
}

.redline {
  color: #ff0000;
  background-color: #ffcccc;
}
