.coverage-container {
  top: 190px !important;
  background-color: white;
  margin-left: 10px;
  padding: 8px 8px 8px 5px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
}

.form-group {
	margin-bottom: 2px;
}
.coverage-toggle {
  vertical-align: middle;
}

#coverage-toggle {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  margin-bottom: 5px;
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: 0;
}
#coverage-toggle i{
  color: #000!important;
}

.isp-name {
  margin-left: 5px;
  font-size: 14px !important;
  font-weight: 400;
  vertical-align: -3px;
  color: #000!important;
}

#pac-input {
  background-color: #fff;
  width: 88%;
  margin-left: 10px;
  height: 40px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
  margin-left: 0px;
  /* Regular padding-left + 1. */
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}