.footer {
    color: #666;
    background: #eee;
    text-align: center;
    margin: 60px 0 20px 0;
    padding: 10px ;
    font-size: 13px;
}

.footer .links {
    margin-bottom: 20px;
}

.footer .links ul {
    list-style: none;
    margin-left: 0;
}

.footer .links ul li {
    display: inline-block;
}

.footer .links ul li span {
    margin-left: 6px;
    margin-right: 6px;
    color: #666;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .mw a:hover {
    text-decoration-line: underline;
    text-decoration-style: dashed;
}