#footer {
    position        : fixed;
    height          : 108px;
    width           : 100%;
    bottom          : -108px;
    left            : 0px;
    padding         : 18px 0px;
    padding-left    : 20%;
    background-color: #F0F0F0;
}

#footer a {
    color : #3EA2EF;
    cursor: pointer;
}

#footer a:hover {
    color: #8CCAFA;
}

#footer > * {
    display    : table;
    height     : 18px;
    font-size  : 12px;
    line-height: 18px;
}

#footer_manual {
    position   : absolute;
    top        : 12px;
    right      : 24px;
    height     : 48px;
    font-size  : 18px;
    line-height: 48px;
}

#footer_credits {
    position  : absolute;
    right     : 0px;
    bottom    : 0px;
    height    : 36px;
    margin    : 6px 24px;
    text-align: right;
}

#footer_credits > * {
    display : inline-block;
}