@charset "utf-8";
/* City of Santa Barbara Custom CSS Document */
body {
  min-width: 350px;
}
.header-logo {
  display: inline-block;
  width: 306px;
  height: 55px;
}
.language {
  float: right;
  width: 200px;
}
.content-separator {
  margin-top: 0px;
  margin-bottom: 10px;
}
.content-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.content-body-search {
  overflow-x: hidden;
}
.content-body-results {
  overflow-x: auto;
}
.content-gap {
  height: 30px;
}
