#tacticalOverlay {
  position: absolute;
  font-size: 10px;
  top: 82px;
  right: 34px;
  width: 200px;
  display: none;
  z-index: 100; /* make sure message is on top of the map */
  background-color: #99B3CC;
  border: 4px solid white;
}

.tacticalContainer {
  overflow: auto;
  height: 200px;
}

#tacticalTable {
  width: 100%;
  border-collapse: collapse;
}

div.tacticalOverlayContainer {
  padding: 5px;
  background-color: white;
  color: black;
  border: 1px solid black;
  margin: 4px;  
}

div.tacticalSTATUS {
  background-color: #330099;
  width: 100%;
  height: 20px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: white;
}

