/* ----------------------------------- */
/* 5 / 6 / 2016 - Used for the iFrames */
/* ----------------------------------- */

html, body  { height:100%; margin:0;}

.bdr    { border: thick solid grey }

.h100   { height:100%;}

.w100   { Width: 100% }

.bbox   { box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
        }

.vat    { font-size: 0; vertical-align:top}

