﻿html {
    width: 100% !important;
    height: 100% !important;
    font-family: Arial !important;
    font-size: 13px !important;
}

@media (min-width: 1024px) {
    html {
        font-size: 13px !important; /* font-size beyond screen width of 1024px */
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
