/* Defeat bad or unwanted styles from Drupal or other sources */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.element-invisible {
  display: none;
}

#skip {
  display: none;
}