/* service.html — container is auto height */
@import url('retro_base.css');

#container {
  min-height: 100%;
  height: auto !important;
  padding-bottom: 100px;
}

#inhoud_container {
  padding: 16px 16px 20px 16px !important;
  /* Restore the background image over the retro theme */
  background-image: url('images_web/background_service.jpg') !important;
  background-repeat: no-repeat !important;
  background-color: var(--black) !important; 
}
