/* General */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic);
body {
  font-style: normal;
  font-weight: 300;
  font-family: 'lato', serif;
  /* onload="fnGetWidthHeight()"; */
  color: #7b7b7b; }

a {
  text-decoration: none;
  color: #d90000; }

a:hover {
  text-decoration: underline; }

h1 a:hover {
  text-decoration: none;
  color: #7b7b7b; }

strong {
  font-weight: 400; }

.pagecontent {
  width: auto; }

.pagecontent ul {
  list-style-type: disc; }

.null {
  line-height: 0px; }

.null p {
  margin: 0px;
  padding: 0px;
  line-height: 0px; }

.ivin-div-container {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.voet-div-container {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.voet-div {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.voet-div h1 {
  color: #7b7b7b;
  font-size: 18px; }

.voet-div p {
  color: #7b7b7b;
  font-size: 12px; }

.voet-div a {
  color: #7b7b7b; }

.voet-div a:hover {
  color: #d90000;
  /* GENERAL END */ }

html body #pb-form form legend {
  color: #d90000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-family: 'lato', serif !important; }

html body #pb-form form label {
  color: #7b7b7b !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-family: 'lato', serif !important; }

html body #pb-form form input {
  color: #7b7b7b !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-family: 'lato', serif !important; }

html body #pb-form form input[type="radio"] + label, html body #pb-form form input[type="checkbox"] + label {
  color: #7b7b7b !important;
  font-size: 16px !important;
  padding-left: 5px;
  padding-right: 15px;
  font-style: normal !important;
  font-weight: 300 !important;
  font-family: 'lato', serif !important; }

html body #pb-form form textarea {
  color: #7b7b7b !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-family: 'lato', serif !important;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 3 / 2; }

html body #pb-form form input[type="submit"] {
  padding: 10px 30px 10px 30px;
  margin: 2px;
  border-radius: 5px;
  background-color: #ebebeb;
  border: 0;
  align-self: center;
  text-align: center;
  font-size: 20px;
  color: #d90000 !important; }
  html body #pb-form form input[type="submit"]:hover, html body #pb-form form input[type="submit"]active {
    background-color: #d90000 !important;
    color: #ebebeb !important; }
