#header {
  background: #555 !important;
}

#header * {
  color: white !important;
}

div.breadcrumbs, ul.object-tools {
  display: none;
}

.module h2, .module caption, .inline-group h2 {
    background: #555;
}

.submit-row input {
  background: #B2B2B2;
}

input.default {
  background: #E84C68 !important;
}
input.default:hover {
  background: #A43549 !important;
}

.submit-row a.deletelink {
  background: none !important;
  color: #B5B5B5 !important;
  font-size: 0.75em;
}

input[type=number] {
  width: 3em;
}
