
body{
    /*color: white;*/
    background-color: skyblue;
}

.spacer{
    display: block;
    height: 60px;
}

.post-header{
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-footer{
    margin-top: -10px;
    margin-bottom: -10px;
}

.form-header{
    margin-top: -8px;
    margin-bottom: -8px;
}

h4.list-group-item-heading span small{
    margin-top: 2px;
}

footer {
  position: fixed;
  bottom: -10px;
  width: 100%;
  /*color: black;*/
  /*Set the fixed height of the footer here*/
  height: 60px;
  /*background-color: #f5f5f5;*/
}