#quick_signup {

  background-color: #00a8cb;
  height: 240px;
}

.content {
  padding: 10px 10px 0px 10px;
  background-color: #00a8cb;
}

#social-bar {
  margin-left: 10px;
}

/* 2px blue border around email input with blue 'Subscribe' button to right */
#social-bar form input {
  border: 2px solid white;
  width: 200px;
  background-color: white;
  height: 35px;
  margin-right: 15px;
}

#social-bar form button {
  background-color: #ffc107;
  color: black;
  font: large;
  width: 100px;
  height: 35px;
  font-weight: bolder;
  font-size: large;
  border: 0;
}

#social-bar form button:hover {
  cursor: pointer;
  background-color: #9c7603;
}

.inline {
  display: inline-block;
}

.widget-quick_signup h1 {
  font-size: 170% !important;
  font-weight: normal !important;
  margin-bottom: 0;
}

.widget-quick_signup h2 {
  font-size: 130% !important;
  font-weight: normal !important;
}

.widget-quick_signup .content {
  margin-bottom: .9em !important;
}