@font-face {
  font-family: "Sablon Regular";
  src: url('../vdw_FONT/Sablon Regular.ttf');
}

html,
body {
  background-color: #AFB0E4;
  font-weight: bold;
  color: #212588;
  font-family: "Sablon Regular";
  height: 100%;
  width: 98%;
  margin: 0;
  padding: 10px;
}

.vdw_table {
	width: 70%;
}

.vdw_table td {
	width: 200px;
}

.vdw_table th {
	width: 500px;
}

.vdw_knop {
  background-color: #7072CF;
  color: #212588;
  font-size: 20px;
}

input[type=text], select {
  width: 200px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 20px;
}

.vdw_sky {
  position: fixed;
  margin-left: -250px;
  left:50%;
  bottom:0px;
  width: 450px;
}

.vdw_memf {
  color: #FFFFFF;
  font-weight: bold;
}

.vdw_memf a:link,
.vdw_memf a:visited,
.vdw_memf a:active
{
  color: #FFFFFF;
  text-decoration: none;
}

.vdw_meml {
  color: #FF0000;
  font-weight: bold;
}

#vdw_error {
  color: #FF0000;
  text-align: left;
  width: 50%;
}
