@charset "UTF-8";
/* CSS Document */


/* 
table, tr, td {
	border: 1px solid black;
	border-collapse: collapse;
}
 */


body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

.text {
	padding-left: 10px;
	text-align: left;
	color: #8293A5;
}

.kop {
	color: #8293A5;
	font-size: 48px;
}

.subkop {
	/* padding-left: 10px; */
	/* margin: 0px; */
	/* color: #8293A5; */
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}

.myborder {
	border: thin solid #CCC;
	padding: 20px;
}
.privacyLink {
	color: #8293A5;
	text-decoration: none;
	font-size: 28px;
}

.maillink {
	color: #8293A5;
	text-decoration: none;
	font-size: 28px;
}

.privacy-head {
	font-size: 32px;
	font-weight: bold;
	color: #3F3F3F;
}
.privacy-subhead {
	font-size: 28px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
}
.privacybodytext {
	font-size: 18px;
	text-align: left;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.privacysupportlink {
	font-size: 28px;
	color: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.qrcode {
	/* display: block; */
  	margin: 0px;
  	/* text-align: center; */
}

.card {
  	box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.22);
  	border-radius: 72px;
  	background: ##FFFFFF;/* 73AD21 */
  	padding: 0px;
}

.smallcard {
	box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.22);
  	border-radius: 50px;
  	background: ##FFFFFF;/* 73AD21 */
  	padding: 0px;
}
