html,body {
	margin: 0 auto;
	height: auto;
	width: 100%;
	font-size: medium;
	font-family: 'Playfair Display', serif;
}

a,a:visited {
	color: #0000ff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input,textarea {font-family: 'Playfair Display', serif; background-image: unset;}

div#wrapper {
	border-top-right-radius: 5em;
	border-bottom-left-radius: 5em;
	width: 70em;
	position: relative; margin: 0 auto;
	background-color: #F2F2F2;
	box-shadow: #666 -3px 3px 15px;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

span {
	color: red;
}

p {
	font-size: 1em;
}

div#nawem,div#opties,div#order { display: inline-block; width: 30em; }
div#nawem { float: left; }
div#order { float: left; }
div#opties { float:right; position:relative; margin-right: 6em; }
div#info { width: 50em; float: left; }
div#info table { overflow: visible;}
div#login { width: 30em; float: left; }
div#alv,div#paketten,div#agree { margin-left: -5em; display: inline-block; width: 91%; }
div#header { float: left; width: 35em; margin: 1em; text-align:left;}
div.general { text-align: left; display: inline-block; }

span.info {
	width: 1em;
	height: 1em;
	padding-bottom: .3em;
	font-size: .7em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2E2EFE;
	float: right;
	border-radius: .2em;
   text-decoration: none;
   margin-top:.2em;
	margin-left: 1em;
	color: #0000ff;
	box-shadow: #666 2px 2px 2px;
}

span.info:hover {
	box-shadow: none;
}

table {
	width: 100%;
	margin-left: 3em;
	margin-top: 2em;
	border-collapse: collapse;
	font-size: 1em;
	display: table;
	position: relative;
	-moz-outline: none;
	outline: none;
	overflow:hidden;
	border-bottom-right-radius: 3em;
	border-top-left-radius: 3em;
	background-color: #F8E0E0;
	box-shadow: #666 -3px 3px 15px;
}

table thead {
	border-bottom: 1px solid #c0c0c0;
}

table tfoot {
	border-top: 1px solid #c0c0c0;
}

/*table thead tr td h3, table thead tr td h4 {
	display: inline;
}*/
table thead span, table tfoot span {
	font-size: .8em;
}

table tbody {

}

table tr {

}

div#paketten table tbody tr:hover {
	background-color: #F2F2F2
}

table tr td {
	padding: .2em 1em .2em 1em;
	text-align: center;
	vertical-align: top;
}

table tbody tr td:first-child {
	text-align: left;
}

table td:not(:first-child) {
	border-left: 1px solid #c0c0c0;
}

a.button, input.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 8px 16px;
   -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   border-radius: 35px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-weight: bold;
   font-size: 1em;
   text-decoration: none;
   vertical-align: middle;
	display: inline-block;
}

a.button:hover, input.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

a.button:active,, input.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

table thead tr td:nth-child(3), table tfoot tr td:nth-child(3) {
   background: -o-linear-gradient(right, #ECECEC 0%, #A9BCF5 100%);
   background: -ms-linear-gradient(right, #ECECEC 0%, #A9BCF5 100%);
   background: -moz-linear-gradient(right, #ECECEC 0%, #A9BCF5 100%);
   background: -webkit-linear-gradient(right, #ECECEC 0%, #A9BCF5 100%);
   background: linear-gradient(to left, #ECECEC 0%, #A9BCF5 100%);
}

.white_content {
  display: none;
  position: absolute;
  top: 0px;
  left: 3em;
  width: 15em;
  height: 5em;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.checkmark {
	display: inline;
	font-size: 1em;
   color: #04B404;
}
.checkmark p {
	display: inline;
	font-size: 1em;
	color: #000;
}

input:required:invalid, input:focus:invalid {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
   background-position: right top;
   background-repeat: no-repeat;
   -moz-box-shadow: none;
}

input:required:valid {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
   background-position: right top;
   background-repeat: no-repeat;
}

ul {
   list-style: none;
   padding:0;
   margin:0;
}

li {
   padding-left: 1em;
   text-indent: -.7em;
}

li:before {
   content: "✓";
   padding-right: 1em;
   color: green; /* or whatever color you prefer */
}