.panel_lotplan .sheader h2 {
  padding-top: calc(10px + 15pt);
  padding-bottom: 15pt;
}

.panel_lotplan .sheader .subtitle {
  font-size: 20px;
}

.panel_lotplan .sbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.panel_lotplan .sbody > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.panel_lotplan .sbody > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.panel_lotplan .sbody .buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel_lotplan .sbody .buttons ul button {
  margin-top: 10px;
  border-radius: 2px;
  padding: 10px;
}

.panel_lotplan .sbody .buttons ul button h3 {
  margin: 0;
}

@media (min-width: 992px) {
  .panel_lotplan .sbody .buttons ul button h3 {
    margin: .5vw 1vw;
  }
}

@media (min-width: 1200px) {
  .panel_lotplan .sbody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .panel_lotplan .sbody .buttons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .panel_lotplan .sbody .buttons ul button {
    margin-top: 20px;
    margin-bottom: 4vw;
  }
}
/*# sourceMappingURL=lotplan.css.map */