#rtk_networks{
margin-bottom: 80px;

}
.provider-selection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.provider-dropdown-container {
  display: flex;
  width: 50%;
  justify-content: space-between;
  margin-bottom: 20px;
}

#countrySelect, #stateSelect {
  width: 48%;
  display: inline-block;
}

#providersTable {
  width: 50%;
  margin: 0 auto;
}

/* Enhancing the visual design of the table */
#providers, #providers th, #providers td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 8px;
  text-align: left;
}

#providers th {
  background-color: #eee;
}
