.block-region {
  color: #3f3f3f;
}
ul.tabs li a,
ul.primary li a {
  font-size: 0.8em;
  font-weight: 400;
  padding: 7px 15px;
  min-width: 105px;
  color: white;
  background-color: #aaa;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
ul.tabs li a:hover,
ul.primary li a:hover {
  color: white;
  text-decoration: none;
}

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 1em;
  background-color: white;
}
/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.captcha .details-description {
  margin: 5px 0 10px;
  padding: 0;
  color: #aaa;
  font-size: 12px;
}
