/* Hide element with class "credit" */
.credit #copyright {
  display: none;  outline: 1px dashed red;
}
