.Grid_Measure
{
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.GridCell_Measure
{
    position: absolute !important;
    display: inline-block !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
}

.Grid > .dijitContentPane {
    width: 100%;
    padding: 0 !important;
}