/*************************
*
* Custom CafeWell.com Twitter Bootstrap CSS Document
* Used on the Bootstrap Template - MVP - Themed
* Global Footer CSS
* Should ALWAYS load after bootstrap.css (Twitter Bootstrap default CSS file) AND cw_custom.css (main custom CafeWell CSS file)
*
************************/
/*************************
*
* Footer
*
*************************/
.footer {
  min-height: 65px;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.lp-footer-links {
  padding: 0 0 0 0;
}
.lp-footer-links li.lp-divider-vertical {
  border-left: 1px solid #d1d1d1;
}
.lp-footer-links a {
  color: #7f7f7f;
  font-size: 16px;
  text-decoration: none;
}
.lp-footer-links a:hover {
  color: #07a8e0;
  text-decoration: underline;
}
.lp-footer-links li {
  display: inline;
  margin-right: 10px;
}
.lp-footer-btm {
  font-size: 10px;
  padding: 0 300px 25px 25px;
  line-height: 10px;
}
