#footer {
    width: 100%;
    min-width: 20px;
    max-width: 100%;
    height: auto;
    min-height: 20px;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    margin: 0 0 0 0;
    border: 0 solid #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    background-size: auto auto;
    opacity: 1;
    align-content: stretch;
    box-shadow: none;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
