html body {
    background-color: #fbfcfc;
}

div.well{
  height: 250px;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}

.top-buffer { margin-top:20px !important; }

#copyRightBanner {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-height: 458px) {
    html {
        min-height: 0% !important;
    }
}
