body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color:#696969;
	margin: 0;
}
.container{
  width: 95%;
  max-width: 900px;
  margin: 50px auto 200px auto;
	font-size: .9rem;
}

/* Move the One Trust banner off screen 
div#onetrust-banner-sdk {
  opacity: 0.1 !important;
  bottom: -2000px !important;
}
*/
.container h1 {
  font-size: 2rem;
}
.container h3 {
  font-size: 1.5rem;
}
.container h4 {
  font-size: 1.2rem;
	margin-bottom: 0;
}
.revised-date {
  text-align: right;
}

/*.container p { font-size: .9rem; } */

/* hide the overlay 
div#onetrust-consent-sdk {
    display: none !important;;
}
*/

.table-cookies {width:100%; font-size: 70%; border: 1px solid #eee; border-collapse: collapse; text-align: left;}
.table-cookies td, .table-cookies th {padding: 4px; border: 1px solid #eee;}

.table-cookies td.cookiehost, .table-cookies td.cookiename { word-break: break-word;}
td.cookiehost { min-width: 95px;}
@media only screen and (max-width: 550px) {
.table-cookies {font-size: 55%; }
}
