
/* SOURCE FILE: scripts/src/css/90-gis/050editorbannersdesktop--editorbannersdesktop-desktop-desktophome.css */ 

.coa_editorBanner {
  background-color: white;
  font-size: 200%;
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 5px;
  padding: 5px;
  border-color: black;
  border-width: 6px;
  border-style: solid;
  /* font-style: italic; */
  font-weight: bold;
  opacity: .9;
}

