.mainContainer p, .mainContainer th, .mainContainer td, .mainContainer a, .mainContainer ul li, .mainContainer ol li {
    font-size: 17px !important;
}

h2 {
    margin-bottom: .65em !important;
}

h5 {
	font-size: 17px !important;
	margin-bottom: 1em;
	color: #50524E;
	margin-left: 10px;
}

h6 {
	font-size: 17px !important;
	margin-bottom: 1em;
	color: #883D47;
	margin-left: 20px;
}

.mainContainer h3 {
font-size: 20px !important;
margin-top: 1.5em !important;
}

.mainContainer h4 {
    text-transform: none;
    font-family: KievitProBld, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.35;
    color: #005581;
    margin-bottom: 1em;
    margin-top: 1em;
}

.mainContainer img {
	border: 1px solid #808080;
}

td {
border: 1px solid #7c7c7c;
}

th {
    border: 1px solid white;
}

th, td {
text-align: left;
vertical-align: top;
line-height: 1.5;
padding: 12px !important;
  word-wrap: break-word;
    word-break: break-word;
}

.checklistTable {
    table-layout: fixed; 
    border-collapse: collapse;
}

.checklistTable td:first-child,
.checklistTable td:last-child {
  width: 27.5% !important;
}

.checklistTable td:nth-child(2) {
  width: 45%!important;
}

.checklistTable td ul {
    margin-left: 0px !important;
}

.checklistTable td, .mainContainer p, .mainContainer li, .mainContainer strong, .checklistTable td p, .checklistTable td li {
margin-bottom: 1.25em !important;
line-height: 1.5;
color: rgb(68, 71,81) !important;
}

.mainContainer a {
text-decoration: underline;
}

.mainContainer a, .checklistTable td a, .mainContainer a:hover, .checklistTable td a:hover {
    color: rgb(68, 71,81);
}

.checklistTable th a, .checklistTable th a:hover {
    color: white;
}

.mainContainer li {
margin-bottom: 1.5em !important;
line-height: 1.5;
padding-bottom: 0 !important;
}

.mainContainer li:last-child {
    margin-bottom: 0;
}

.mainContainer li > ul, .mainContainer li > ol {
    margin-top: 1em;
    margin-bottom: 0;
}

.mainContainer ul, ol {
margin-bottom: 1.5em;
padding-left: 5px;
}


.srOnly {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.indent {
    margin: 1.5em !important;
}

.linkAnchor {
	position: relative;
}

.linkAnchor a {
	scroll-margin-top: 2rem;
}

.span8 {
    width: 860px;
}

@media screen and (max-width: 979px) {
.span8 {
    width: 724px;
}
}

@media screen and (max-width: 554px) {
.span8 {
    width: auto;
}

.checklistTable th, .checklistTable td {
    padding: 6px !important; 
  }

.mainContainer p, .mainContainer a, .mainContainer ul li, .mainContainer th, .mainContainer td, .mainContainer ol li {
    font-size: 14px !important;
}
}