.footer-permanent {
    /*color: white;*/
    color: black;
    font-face: Open Sans;
    font-size: 13px;
    padding: 5px 20px 5px 15px;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    /*background-color: #2f9cd0;*/
    background-color: #fafafa;
    border-top: 1px solid #dfdfdf;
    opacity: 0.8;
    z-index: 1000;
}

.footer-permanent-left {
    width: 30%;
    float: left;
    text-align: left;
}

.footer-permanent-right {
    width: 70%;
    float: right;
    text-align: right;   
}

.footer-link:hover {
    cursor: pointer;
    text-decoration: underline;
}