.sp-social-section-footer h2 {
  margin: 0;
}
.select {
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 2px rgb(109, 100, 100, 0.5);
  cursor: pointer;
}
.select:focus {
  border: none;
  box-shadow: 1px 1px 2px rgb(109, 100, 100, 1);
}

.controls {
  font-family: "Titillium Web", Helvetica, sans-serif;
  margin-bottom: 0;
}

.controls p {
  margin-bottom: 0;
}
