html {
    width: 100% !important;
    height: 100% !important;
}
body {
    width: 100% !important;
    height: 100% !important;
}
#abl-root {
    width: 100% !important;
    height: 100% !important;
}

/* Fix FireFox dotted outline on Buttons */
button::-moz-focus-inner {
    border: 0;
}

