/* The Modal (background) */
.cmapmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: auto; /* auto width */
  height: auto; /* auto height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #003399; /* Fallback color */
  background-color: rgba(0,0,130,0.9); /* Black w/ opacity */
}
/* Modal Content/Box */
.cmapmodal-content {
  background-color: #003399;
  margin: 2px; 
  padding: 6px;
  font-size: 12px;
  border: 1px solid #888;
  width: auto; 
}
