#faustball-header {
  color: white;
  text-align: left;
  padding: 5px;
  padding-left: 15px;
  padding-bottom: 9px;
  border-radius: 3px;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 -16px 16px -16px #000000;
  -webkit-box-shadow: inset 0 -16px 16px -16px #000000;
  box-shadow: inset 0 -16px 16px -16px #000000;
  background-color: #2271b1;
}

#faustball-header a {
    margin-right: 15px;
}