#infowindow-container {
  text-align: center;
  font-size: 14px;
}

#infowindow-container table {
  width: 100%;
}

#infowindow-container td {
  width: 38px;
  font-size: 16px;
  color: #7850a0;
  font-weight: 900;
}

#infowindow-container td {
  padding: 2px 0;
}

#infowindow-container th { 
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;  
  color: #888888;
  text-align: center;
  width: 25px;
}

#infowindow-container tr th:first-of-type {
  width: 25px;  
}

#infowindow-container tr th:last-of-type {
  width: 70px; 
}
 
#table-full tr th:first-of-type {
  width: 25px;
  font-size: 16px;
  color: #7850a0;
  font-weight: 900;
  text-align: left;
}

#table-full {
  max-width: 280px!important;
}

#infowindow-container tr td:first-of-type {
  text-align: center;
}

@media screen and (max-width: 400px) {
  #infowindow-container {
    font-size: 12px;
  }
  #infowindow-container th {
    font-size: 12px;
  }  
}

.gm-style-iw-d {
  overflow: hidden!important;
}


/* MOVE TO NEW FILE */
.info-status-grid {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-bottom: 20px;
}

#info-modal {
  display: none;
  padding: 5px 0;
}

#info-modal.visible {
  display: block;
}

.info-modal-address {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding-right: 5rem;
}

.info-status-label {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0.25rem;
}

.info-modal-coverage-type {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.info-separator {
  margin: 10px 0;
  opacity: 0.5;
  background: #BBB;
}