body {
  background-color: #f2f2f2;
  height: auto !important;
}
.hide {
  display: none;
}
.ui.segment.right.aligned {
    height: 80px;
}

button.valsal {
    padding: 6px 14px !important;
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Large Monitor */ /* Widescreen Monitor */
@media only screen and (min-width: 1200px) {

}
