/* Map CSS */
  *{
     margin: 0; left: 10; right: 10; padding: 0;
   } html, body {
     height: 100%;
   } #map {
    vertical-align: top;
    width:100%;
    height:95%;
  } body {
    font-family: Arial;
    color: white;
  } .split {
      height: 100%;
      /*width: 50%;*/
      position: fixed;
      z-index: 1;
      top: 0;
      overflow-x: hidden;
      padding-top: 5px;
  } .left {
      left: 0;
      width: 23.5%;
      background-color:  rgb(0, 153, 255);
  } .right {
      right: 0;
      width: 72%;
      background-color: white;
  } .bottom {
      vertical-align: bottom;
      width: 72%;                          
      right:0;   
  } #simcon { 
      /*position:absolute;  */                
      top:0px;
      /* left:630px;  needs to go out further for wide screens */
      /*right:20px;*/
      padding-left: 10px;
      vertical-align: top;
      width: 15%;
      opacity: 0.8;
      background-color:  rgba(243, 240, 234, 0.959);                          
      /*right:0; */                        
  } a {
      color:black;
      opacity: 1;
  } p {
      font-size: 13px;
      padding-left: 5px;
  }
/* map info box  */
.info1 {
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 4px 4px;
    font: 14px/16px Arial, Helvetica, sans-serif, bold;
    /* font-weight: bold; */
    text-align: left; line-height: 18px;
    color: black;
}.info2 {
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 4px 4px;
    font: 14px/16px Arial, Helvetica, sans-serif, bold;
    /* font-weight: bold; */
    text-align: left; line-height: 18px;
    color: black;
} .planeinfo {
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 4px 4px;
    font: 14px/16px Arial, Helvetica, sans-serif, bold;
    /* font-weight: bold; */
    text-align: left; line-height: 18px;
    color: black;
}

/* FS message */
#FSmessage {
  background: rgba(255,255,255,1.0);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  /* border-radius: 5px; */
  margin-right: 8px;
  font: 14px/16px Arial, Helvetica, sans-serif, bold;
  /* font-weight: bold; */
  text-align: left; line-height: 18px;
  color: black;
}