/*
* Custom CSS rules
*/

#map {
  height: 50em;
}

/* BS icons */ 
.bi {
  vertical-align: -.1em;
}

/* Primary color from TEMLab */
.bg-primary-temlab {
  background-color: #1d9c65 !important;
}

/*  */
.text-bg-secondary-temlab {
  color: #fff!important;
  background-color: #397376 !important;
}