html,body{
  top: 0;
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  width: 100%;
  border: none;
  color: #1c1c1c;
  background-color: #ffffff;
	font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  cursor: default;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-text-size-adjust: none;
}

h1,h2,h3{ margin: 0px; display: inline; word-wrap: break-word; }
p{ margin: 0px; padding: 0px; word-wrap: break-word; max-height: 5000px; }
hr{ border:0; background:#eeeeee; height:1px; width:100%; }
form{ display: inline; margin: 0; }
ul{ margin: 0px; padding-left: 20px; }
b{ font-weight: 700; }
a{ outline: 0; text-decoration: none;color:#5e227a;word-wrap: break-word; }
a:focus{ outline: none; }
a:hover{ text-decoration: none; color: #8d56a6; word-wrap: break-word; }
input{ -webkit-appearance: none; }
input[type=checkbox]{ -webkit-appearance: checkbox; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px #fff inset; }
input:focus { outline: none; }
textarea{ resize: none; }
textarea:focus { outline: none; }
td{ padding-bottom: 3px; }

.printonly {
  display: none;
}

@media print {
  .dontprint {
    display: none !important;
  }
  .printonly {
    display: inline-block !important;
  }
}