#sticky-footer {
  position: fixed;
  background-color: #737373;
  border-top: 1px #333 solid;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
  z-index: 1000;
  padding: .5em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-family: arial, sans-serif;
}

#sticky-footer-content {
  position: relative;
}

#sticky-footer a {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-family: arial, sans-serif;
}

#sticky-footer a:hover {
  text-decoration: underline !important;
  color: #f00 !important;
}

#sticky-footer a:hover {
  color: #CF1E77;
}

#sticky-footer-close {
  position: absolute;
  top: .35em;
  right: 2.5em;
  background-color: #ab0606;
  line-height: 1;
  padding: 0.2em;
  border: 1px #ab0606 solid;
  border-radius: 50%;
  font-size: 0.6em;
  cursor: pointer;
  font-weight: normal;
}

#sticky-footer-close:hover {
  background: #fff;
  color: #ab0606;
}