.map-info-ais {
    position: absolute;
    overflow: hidden;
    top: 110px;
    right: 20px;
    z-index: 1000;
    width: 285px;
    height: auto;
    border: solid 2px rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.5);
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-items: center;
  }
.map-chart-ais {
    position: absolute;
    overflow: hidden;
    top: 120px;
    right: 20px;
    z-index: 1000;
    width: 750px;
    height: auto;
    border: solid 2px rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.5);
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-items: center;
  }

  .title-info-ais h4 b {
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-size: 12pt;
    color: rgba(255,255,255,1);
  }
  
  .container-table-ais {
    padding: 10px;
    z-index: 1500;
    margin: 10px;
  }
  .container-table-ais ul li{
    color: rgba(255,255,255,1);
  }
  
  .table-info-ais thead th{
    border-collapse: collapse;
    margin: 5px;
    vertical-align: text-top;
    border: solid 1px gray;
    font-size: 8pt;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 20px;
  }
  
  .table-info-ais tbody td{
    border-collapse: collapse;
    color: rgba(255,255,255,1);
    margin: 5px;
    vertical-align: middle;
    font-size: 10pt;
    padding: 5px;
    text-align: left;
    width: 50px;
    height: 20px;
  }
  
  