/* faq.html — standalone, no faq.css */
@import url('retro_base.css');

#container {
  height: auto !important;
  min-height: 100vh !important;
}

#inhoud_container {
  height: auto !important;
  padding: 16px 16px 20px 16px !important;
  overflow: hidden !important;
}

#main_links {
  width: 740px !important;
  height: auto !important;
  float: left !important;
  margin-top: 5% !important;
}

#main_rechts {
  width: 20px !important;
  float: right !important;
  height: auto !important;
}

div.item {
  width: 720px !important;
  height: auto !important;
  min-height: 60px !important;
  overflow: visible !important;
  margin-bottom: 16px !important;
  position: relative !important;
  float: none !important;
}

div.item::after {
  content: '';
  display: block;
  clear: both;
}

#footer {
  position: relative !important;
  bottom: auto !important;
  height: auto !important;
  min-height: 80px !important;
}

#footer_midden_links {
  font-size: 7px !important;
  height: 60px !important;
}

#footer_midden_rechts {
  font-size: 7px !important;
  height: 60px !important;
}
