footer {
    font-size: 14px;
    text-align: left;
    padding: 20px 0px 20px 25px;
    background-color: #f9f9f9;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

footer a {
    color: #666666;
    margin: 0 7px;
}

footer a:hover {
    color: #666666;
    text-decoration: underline;
}

.dark footer {
    background-color: #1a1a1a;
    border-top: 1px solid #333333;
}

.dark footer a {
    color: #cccccc;
}

.dark footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}