/*
  File Name - eula.css
  Purpose - Styling for EULA
*/

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;
}

td,
th {
  text-align: left;
  padding-right: 32px;
}
