.login-page {
  min-height: 100vh;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 500px;
  max-width: 100%;
}

.login-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #093426;
}

.field {
  margin-bottom: 25px;
}

.field input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 100px;
  border: 1px solid #747474;
}

.field select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 100px;
  border: 1px solid #747474;
}

.field .has-error {
  border-color: red;
}

.login-btn {
  background-color: #093426;
  width: 100%;
  border-radius: 200px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.field-error {
  font-size: 13px;
  margin-top: 3px;
}

.edit-btn {
  background-color: #093426;
  color: #fff;
}

.btn-edit {
  background-color: #093427;
  color: #fff;
  outline-style: none;
  font-size: 95%;
}

aside {
  font-size: 90%;
}

.pages-tabs:hover {
  background-color: rgba(0, 40, 0, 0.6);
  color: white;
}

.nav-link:hover {
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 320px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 70px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 70px;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 70px;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 70px;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 70px;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    padding-top: 1px;
    width: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 80px;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
    width: 80px;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 767px) and (max-width: 899px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .table {
    font-size: 100%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
@media screen and (min-width: 1441px) {
  .page-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 95%;
  }
  .edit-btn {
    font-size: 90%;
  }
}
.edit-btn {
  background-color: #093426;
  color: #fff;
  border-radius: 2em;
}

td {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.tables-head-row .table-heads {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

aside {
  font-size: 90%;
}

.pages-tabs:hover {
  background-color: rgba(0, 40, 0, 0.7);
  color: white;
}

.nav-link:hover {
  color: white;
}

.tables {
  width: 100%;
}

.tables-body-row {
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-top-style: solid;
  border-top-width: thin;
  border-color: rgba(0, 40, 0, 0.2);
}

.tables-head-row {
  border-top-style: solid;
  border-top-width: thin;
  border-color: rgba(0, 40, 0, 0.2);
  background-color: rgba(0, 40, 0, 0.2);
}

.table-head-row {
  background-color: rgba(0, 40, 0, 0.2);
}

.attachment {
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.attachment:hover {
  opacity: 0.5;
}

.modal {
  display: none;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
  font-weight: bold;
}

#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
  font-weight: bold;
}

#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
  font-weight: bold;
}

#caption4 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
  font-weight: bold;
}

/* The Close Button */
.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close4 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close4:hover,
.close4:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
.modal-content,
#caption1,
#caption2,
#caption3,
#caption4 {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .hidden-attribute {
    display: none;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 12px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 12px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 12px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
  .problems, .season-total {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 5.5em;
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    height: 2.5em;
    font-size: 100%;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    width: 5%;
    font-size: 12px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 12px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    font-size: 12px;
  }
  .tables-body-row th,
  .tables-head-row th {
    font-size: 14px;
  }
  .table-body-row,
  .table-head-row {
    height: 5em;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    font-size: 13px;
  }
  .tables-body-row th,
  .tables-head-row th {
    font-size: 14px;
  }
  .table-body-row,
  .table-head-row {
    height: 5em;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    font-size: 15px;
  }
  .tables-body-row th,
  .tables-head-row th {
    font-size: 14px;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    font-size: 14px;
  }
  .tables-body-row th,
  .tables-head-row th {
    font-size: 15px;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .primary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
  }
  .secondary-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .sections-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .graphs-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tables-head, .group-head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
  }
  .iconed-table tr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .main-title {
    padding-top: 20px;
  }
  .observations-table {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .observations-table tr {
    font-size: 13px;
  }
  .page-title,
  .areas-section-title,
  .section-subtitle,
  .map-head {
    font-size: 90%;
    color: #093426;
  }
  .areas-section {
    margin-top: 3em;
    color: #093426;
  }
  .mwiba-section {
    margin-top: 2em;
  }
  .table,
  .table-head {
    font-size: 100%;
    margin-top: 1em;
    color: #093426;
  }
  .vectors {
    width: 25px;
    margin-bottom: 5px;
  }
  .maps-table,
  .observations-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table-head-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    width: 5%;
    font-size: 13px;
  }
  .table-body-row td {
    border-style: solid;
    border-width: thin;
    border-color: rgba(0, 40, 0, 0.15);
    height: 3.5em;
    width: 5%;
    font-size: 13px;
  }
  .iconed-table {
    width: 100%;
    margin-bottom: 3em;
  }
  .sections-subtitle,
  .map-head {
    margin-top: 3em;
    color: #093426;
  }
  .maswa-section,
  .live-animals-section {
    margin-top: 6em;
  }
  .tables-body-row,
  .tables-head-row {
    font-size: 14px;
  }
  .tables-body-row th,
  .tables-head-row th {
    font-size: 15px;
  }
  .tables-head-row {
    font-weight: normal;
  }
  .area-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .foot-patrols-graph,
  .vehicle-patrols-graph,
  .mbono-graph,
  .kimali-graph,
  .ranch-graph,
  .breakdown-graph {
    margin-bottom: 2em;
  }
  .vehicle-refuels-column, .vehicles-coverage-column {
    margin-bottom: 30px;
  }
}
.submit, .back-btn, .logout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 300px) and (max-width: 320px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 2em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 3em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .main-container {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-bottom: 3em;
    font-size: 95%;
  }
  input, select, textarea {
    outline-style: solid;
    outline-width: thin;
    outline-color: rgba(0, 40, 0, 0.4);
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
@media screen and (min-width: 1441px) {
  .radio-page-title {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .radio-field {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 95%;
  }
  input, select, textarea {
    font-size: 95%;
  }
  .btn-submit, .logout-btn {
    background-color: #093426;
    color: #fff;
    border-radius: 2em;
  }
  .log-quick-view {
    margin-top: 3em;
  }
  .quick-log-head {
    font-size: 95%;
  }
  .btn-submit {
    width: 12em;
  }
}
.navigation-link {
  font-size: 90%;
}

input, select, textarea {
  outline-style: solid;
  outline-width: thin;
  outline-color: rgb(110, 110, 110);
}

@media screen and (min-width: 900px) {
  .main-container {
    padding-right: 1em;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .observations-inputs {
    margin-top: 3em;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .logs-card {
    display: none;
  }
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .main-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .inputs-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 90%;
  }
  .btn-submit {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18em;
  }
  .inputs-page-title {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 93%;
  }
  .highlights {
    font-size: 90%;
  }
  .radio-page-title {
    font-size: 100%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 90%;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 80%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 80%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 80%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 97%;
  }
  .highlights {
    font-size: 97%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 80%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 70%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 1em;
    width: 70%;
  }
}
@media screen and (min-width: 1441px) {
  .summary-page-title {
    padding-top: 2em;
  }
  .signature-row {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .report-section {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .section-head, .labels {
    font-size: 95%;
  }
  .highlights {
    font-size: 92%;
  }
  .radio-page-title {
    font-size: 110%;
  }
  .locations-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #locations-map {
    border-radius: 2em;
    width: 60%;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 90%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 90%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 95%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 3em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 4em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 4em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 100%;
  }
  .card {
    margin-bottom: 4em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (min-width: 1441px) {
  .report-sections {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .highlights-list {
    margin-bottom: 1em;
  }
  .section-head, body, .card-heads {
    font-size: 97%;
  }
  .card {
    margin-bottom: 4em;
    outline-style: solid;
    outline-width: thin;
    outline-color: #093427;
  }
  .vegetation-summary {
    margin-top: 1em;
  }
  .corridor-summary {
    margin-bottom: 1em;
  }
  .report-sections {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.input-page {
  min-height: 100vh;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-page-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 500px;
  max-width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 320px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 767px) and (max-width: 899px) {
  .fields {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .fields {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .fields {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 385px) and (max-width: 414px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 575px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 25vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 600px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 30vh;
  }
}
@media screen and (min-width: 601px) and (max-width: 667px) {
  .hide-column {
    display: none;
  }
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 30vh;
  }
}
@media screen and (min-width: 668px) and (max-width: 736px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 32vh;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 37vh;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 33vh;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 34vh;
  }
}
@media screen and (min-width: 1441px) {
  .section-row {
    margin-bottom: 2em;
  }
  #temperature-graph {
    height: 40vh;
  }
}
