.st-map-alert {
  margin: 10px 0px;
  padding:12px;
}

.st-map-alert.error{
  color: #D8000C;
  background-color: #FFBABA;
}

.stamenmaps-plugin-content {
  position: relative;
  margin: 0;
  padding: 0;
}

.stamenmaps-plugin-content #loading {
  /* this is hacky, sorry */
  background-image: url('/wp-content/plugins/StamenMaps/images/loader.gif');
  height: 1.5em;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
