/**
 *    Stylesheet that styles the footer of the page
 */
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#footerContainer {
  height: 30px;
  margin-top: -50px;
}

#footerInfo {
  text-align: left;
  width: auto;
}

#footerInfo a{
  color: #808080;
  text-decoration: none;
}

#footerLinks {
  text-align: right;
  width: auto;
}

#footerLinks a {
  color: #1175b5;
  text-decoration: none;
}

#footerContainer p {
  color: #808080;
  font-size: 8pt;
  margin-top:5px;
  margin-bottom:5px;
}