@charset "UTF-8";

[wombat-template] {
  overflow: hidden;
  display: block;
  box-sizing: content-box;
  border-bottom: 12px solid white;
}

[wombat-template] .text-center {
  text-align: center;
}

[wombat-template] .text-left {
  text-align: left;
}

[wombat-template] .container {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  width: 100%;
  display: block;
}

[wombat-template] a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 1015px) {
  [wombat-template] {
    border-bottom: 24px solid white;
  }
}
