.site-footer {
  color: #999999;
  font-size: 0.9rem;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
}

.site-footer p {
  margin: 0.2rem 0;
  line-height: 1.4;
}

.site-footer a {
    color: #999999;
    text-decoration: none;
    /* Remove mobile device click highlight */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.site-footer a:hover {
    text-decoration: underline;
}
