
.footer {
    position: absolute;
    height:100px;
    bottom: 0;
    width: 100%;
    overflow: visible;
    z-index: 99;
    clear: both;

}
div.footerNode {
    margin: 0;
    float: right;
}
.text-secondary {
    color: rgba(0,0,0,.7);
    font-size: 13px;
}
div.footerNode a, div.footerNode span {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}