html,body { height: 100%; margin: 0px; padding: 0px; }
body {
    font-family: "Open Sans", sans-serif;
    position: relative;     
    font-size: 100%;
    width: 100%;
    top: 0;
}
#-top- {
	position: relative;
	background-color: #223a73;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 0px;
	border: none;
}
#-top-border- {
	border: 0;
	height: 4px;
	background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
}
#-top- > img {
    width: 300px;
    max-width: 95vw;
    height: auto;
}
#-top- > h1 {
	font-weight: bold;
	background-color: #223A73;
	color: white;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align: center;
	margin: auto;
}
.docs {
    position: relative;  
    width: 700px;
    max-width: 85vw;
    margin: auto;
    padding-bottom: 40px;
}
div.docs  h1{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #223a73;
}
div.docs h2{
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #212529;
}
div.docs h3{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #4d4d4d;
    padding-top: 10px;
}
div.docs p, div.docs ol, div.docs ul {
    font-size: 14px;
    line-height: 2;
    text-align: left;
}
div.help-row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
div.help-row a {
    font-size: 16px;
    color: #0095EB;
}
div.help-row a:hover {
    color: #0095EB;
    text-decoration: underline;
}
div.docs table{
    border-collapse: collapse;
    width: calc(100% - 1px);
    font-size: 80%;
    border: 2px solid #ccc;
}
div.docs  table td {
    border-bottom: 1px dotted #ccc;
    padding: 6px;
    line-height: 1.5;
}
.fieldlabel {
   border-right: 2px solid #ccc;
   font-weight: bold;
   color: #4d4d4d;
}








