/* ============================================
   Footer Styles
   ============================================ */

.footer-links {
  text-align: center;
  padding: 10px;
  font-size: 11px;
  margin-top: 40px;
}

.footer-links a {
  color: #0077cc;
  text-decoration: none;
  margin: 0 4px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links .sep {
  color: #999;
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #999;
  padding-bottom: 16px;
}

