@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
a.visible-xs-inline { font-size: 90%; }
body {
  padding-top: 50px;
}
p { line-height: 1.5; }

.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: #f5f5f5;
  border-top: 1px #eee solid;
  margin-top: 30px;
}

.footer div.container{
  padding-top: 30px;
  font-size: 90%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-color: #ffeebe;
    background-color: #fffecf;
    color: #aaa;
    opacity: 0.8;
}

a:hover.back-to-top {
    border-color: #ffeebe;
    background-color: #fffecf;
    color: #aaa;
}