/* line 1, ../../src/styles/footer.scss */
#footer {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  color: #999;
}
/* line 10, ../../src/styles/footer.scss */
#footer a:link, #footer a:visited {
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted #bbd;
}
/* line 16, ../../src/styles/footer.scss */
#footer a:hover {
  color: #05a;
}
