footer{
    background: #FFF;
    border-top: 1px solid #008089;
    bottom: 0;
    color: #111;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
footer p{
    text-align: center;
    margin: 3px 0;
}
@media (min-width: 600px) {
    footer p {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    footer p {
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    footer p {
        font-size: 8px;
    }
}

.wis-debug{
    display: none !important;
}