html {
  box-sizing: initial !important;
}
body {
 font-family: 'Public Sans',sans-serif;
 color: #3F5E7D;
 background-color: white;
 background-position: top left;
 background-attachment: fixed;
 background-repeat: no-repeat;
 margin: 8px;
}
button {
	cursor:pointer;
}
html, body {
  height: auto !important;
}
tr.cta:nth-child(even) {background-color: #d9e2dc;}
img { border-width:0 }

h1, h2, h3, h4, h5 {
 text-align: left;
 font: 21px 'public Sans';
 font-weight: normal;
 color: #3F5E7D;
 margin-left: 0
}

h2 { font-size: 17px;background-color: silver ; }
h1 { font-size: 20px;font-weight:bold; }
blockquote { margin-left: 1em }

div.head p { margin-left: 0 }	  



#core { width:75% }
p { clear: left }

#tablelegend td {
  padding: 2px;
}
#tableunit td {
  padding: 4px;
}
#nogpstable td {
  padding: 4px;
}