body {
	font-family: Arial;
}

td {
	font-family: Arial;
}

figure {
	font-size: 10px;
}

a {
    text-decoration: none !important;
}

.notetext {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.background-plate {
	max-width: 800px;width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px 15px 15px 15px;

	background: #ffffff;

	border: 1px solid #00867c;

	
}

.dsv-head-logo {
	display:inline; 
	width:50%; 
	float: left; 
	text-align: right; 
	padding-bottom: 10px;
}

.dsv-head-logo-image {
	width:100px;
}


.dsv-headline {
	width:50%; 
	float: left; 
	text-align: left;
}

.dsv-headline-text {
	font-family: Arial;
	color: #00867c;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

.dsv-headline-backtext {
	font-family: Arial;
	color: #777777;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.sourcenote {
	font-family: Arial;
	color: #00867c;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}

.normtext {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}

.highlighttext {
	font-family: Arial;
	color: #00867c;
	font-weight: bold;
	font-size: 26px;
}


.subheadline {
	font-family: Arial;
	color: #838383;
	font-weight: bold;
	font-size: 20px;
}

.headline-text {
	font-family: Arial;
	color: #838383;
	font-weight: bold;
	font-size: 20px;
}

.addresscell {
	text-align: left;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}

.mainbutton {
    background-color: #ffffff;
    border-radius: 88px;
    border: 1px solid #00867d;
    display: inline-block;
    cursor: pointer;
    color: #00867d;
    font-family: Arial;
    font-size: 17px;
    padding: 10px 21px;
    text-decoration: none;

}

.mainbutton:hover {
	background-color:#00867d;
	color:#ffffff;
}
.mainbutton:active {
	position:relative;
	top:1px;
}

.headstripe {
	width:100%; 
	height:1px;
	background-color: #00867c; 
	
}

.up-icon {
	width: 15px;
}