@charset "utf-8";
/* CSS Document */

<style type="text/css">
body{-webkit-text-size-adjust:none; margin:0px !important; font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#FFFFFF;
	font-size:13px;
	line-height:17px;
	margin:auto;}
.ReadMsgBody{width:100%;}
.ExternalClass{width:100%;}

tr, td {line-height:90%}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}

@media only screen and (max-width: 932px) {
*[class].yahoo_fix{display:block;}

*[class].wr {float: left !important;  width: 100% !important;}
*[class].h{display:none !important;}

*[class].txt-center{text-align:center!important}
*[class].header{font-size:52px!important; line-height:52px!important}

img[class=logo] {width:300px!important;height:58px!important;}
img[class=magnusmaster] {width:280px!important;height:28px!important;}
img[class=arg] {width:290px!important;height:28px!important;}
img[class=universal] {width:218px!important;height:24px!important;}
img[class=dmssales] {width:218px!important;height:24px!important;}
img[class=model] {width:288px!important;height:199px!important;}

*[class].width100per{width:100% !important;}
*[class].width10{width:10px !important;}
*[class].width15{width:15px !important;}
*[class].width20{width:20px !important;}
*[class].width21{width:21px !important;}
*[class].width24{width:24px !important;}
*[class].width35{width:35px !important;}
*[class].width40{width:40px !important;}
*[class].width230{width:230px !important;}
*[class].width260{width:260px !important;}
*[class].width270{width:270px !important;}
*[class].width280{width:280px !important;}
*[class].width290{width:290px !important;}
*[class].width300{width:300px !important;}
*[class].width322{width:322px !important;}

*[class].height100per{height:100% !important;}
*[class].height5{height:5px !important;}
*[class].height15{height:15px !important;}
*[class].height20{height:20px !important;}
*[class].height25{height:25px !important;}

}

* {
  box-sizing: border-box;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

</style>