body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code, textarea {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}


#mySearch {
  position: absolute;
  top: 100%;
}

.h-100 {
  height: 80vh;
}

.custom-search-box.material {
  position: absolute;
  bottom: 0;
}

button {
  margin: 10px 5px;
  background: #22a0ce;
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: 3px;
}

button:disabled {
  opacity: 0.4;
}