body {
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
}

.special-img
{
    position: relative;
    top: -5px;
    float: left;
    left: -5px;
}

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

.container .text-muted {
    margin: 20px 0;
}

.display-inline {
    display: inline-block
}