﻿@-moz-document url-prefix() {
/* enforce scrollbar 
    **** WARNING - If use this, then never get horizontal scrollbar **** 
*/
body {
overflow: -moz-scrollbars-vertical;
}
}

