/* 
Specific format changes for WarMachine
----------------------------------------------------------------------------------------------
*/


.infoBar {
  width: 100%;
  height: 30px;
  background: #828490;
  color: #ffffff;
  
  font-family: "Cormorant-Regular", "CasablancaAntique", Arial, sans-serif;
  font-style: normal;
  font-size: 1.3em;
}
#opacityslider {
  width: 300px;
  float: left;
  text-align: center;
}
#statusbar_lon_lat_position {
 float: right;
 text-align: center;
}
#cursor_lon_lat_position {
  width: 150px;
  float: right;
  border: none;
  text-align: center;
}

#map {
  height: 700px;
  padding: 0em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  /*color: #180202;*/
  border: 1px solid #3d3940;
  border-style: ridge;
}


#scaleline-id {
  margin: 10px;
}




