<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 { font-size: 32px; }

.rstpl-copyright-position { background-color: #015aae; }

a:hover { color: #015aae; }

/* decrease left and right padding of the buttons */
.btn.btn-primary { padding: 10px; }
.btn { background: #015aae; padding: 10px; color: #fff !important; }

/* remove the strange diagonal lines around the "go top" chevron and place the chevron UP to the right */
.rstpl-go-top a:before { background-image: none; }
.rstpl-go-top a:after { background-image: none; }
.rstpl-go-top { left: 80% }

/* decrease the min-width of the input fields from 300 to 200px */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input { min-width: 175px; }

@media (max-width: 767px) {
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input { min-width: 100px; }
}

#column-right .rstpl-login a.btn, #column-left .rstpl-login a.btn { display: none; }


/* breedte logo gebied aanpassen */
.rstpl-navigation .navbar .rstpl-brand {
display: inline-block;
padding: 45px 0;
width: 350px;
margin-right: 50px;
}

/* achtergrond footer */
.rstpl-copyright-position {
background-color: #418955;
}

/* padding menu */
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu &gt; li {
padding: 50px 15px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
padding-top: 75px;
}

/* padding pagina minder hoge ruimet bovenaan*/
.body &gt; section {
margin: 10px 0 0 0;
}</pre></body></html>