﻿html, body {
    /* Fit rendered page to screen layout */
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:fixed;
   
}

.PlotCanvas {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
   
}
