html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  color: #000;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #ccc;
  margin-top: 20px;
  padding: 5px 0;
}


.footer-inner{
    /*padding: 5px 0*/
}

.footer-inner a{
    color: #555;
    font-weight: bold;
}