.navbar .brand {
  color: white;
}
div.header {
  padding: 20px 0 20px 0px;
}
tr.deleted {
  color: #BCBCCA;
}
div#membership-footer {
  padding-top: 20px;
}
div#membership-footer #footer-text {
  text-align: center;
  font-size: x-small;
  padding-top: 30px;
  padding-bottom: 30px;
}
fieldset legend {
  font-size: 12px;
}
div#signup-actions {
  padding-top: 20px;
}
div#signup-actions a {
  margin-right: 30px;
}
.container-narrow {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  max-width: 800px;
  background: white;
  color: #666;
}
.container-narrow > hr {
  margin: 40px 0 0 0;
}
.header {
  border-bottom: 1px solid #EEEEEE;
}
.form-instructions {
  margin-bottom: 20px;
}
body {
  background: none repeat scroll 0 0 #373B44;
  color: #DDDDDD;
}
.panel > .form-group {
  margin: 10px;
}
.panel > .summary-info {
  margin: 10px;
}
.required {
  color: #b94a48;
}
