﻿html {
   /*overflow: hidden;*/
}
body {
   margin: 0;
   height: 100%;
}

/* jqm background color. LightSteelBlue,  gainsboro */
.ui-page {
   background: White;
}

/* Hack to set page background color because of bug in Panel widget in jquery mobile. */
[data-role=page], .ui-panel-wrapper {
  background: White !important;
}
