/* sales.html — standalone, no sales.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: 220px !important;
  overflow: visible !important;
  margin-bottom: 16px !important;
  position: relative !important;
  float: none !important;
}

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

div.itemimg {
  width: 130px !important;
  height: 200px !important;
  margin-top: 50px !important;
  float: left !important;
  position: relative !important;
}

div.itemimg img {
  width: 120px !important;
  height: auto !important;
}

div.itemeffect {
  width: 130px !important;
  height: 200px !important;
  margin-top: 50px !important;
  float: right !important;
  position: relative !important;
}

div.itemeffect img {
  width: 100px !important;
  height: auto !important;
}

div.itemtext {
  width: 220px !important;
  float: left !important;
  margin-left: 5px !important;
  margin-right: 3px !important;
}

#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;
}
