@charset "UTF-8";
/* CSS Document */


/*  http://preview.4at5.net/email_domains/yes/css/cover/v5/cover_style.css  */

/* ---------------- THUMBNAIL START -------------  */

/* Demo-specific styling */

body {
	margin-top: 10px;
  	scrollbar-face-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	color: #000000;   
}


 

/* Without this class/container, the scaled iframes maintain
   their massive (pre-scaled) dimensions */

.preview {

  width: 120px; height: 700px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  background-color:#ffffff;
  padding-bottom:0px;
  padding-right:40px;
}



/* iframes are initially set large enough to get a good view

   of the contained page. They are then scaled down to one-

   tenth their original size */

.preview iframe {

  width: 850px; height: 3500px;

  -webkit-transform: scale(.15); -webkit-transform-origin: 0 0;

  -moz-transform: scale(.15); -moz-transform-origin: 0 0;

  -ms-transform: scale(.15); -ms-transform-origin: 0 0;

  -o-transform: scale(.15); -o-transform-origin: 0 0;

  transform: scale(.15); transform-origin: 0 0;

  border:0px;

  padding-right:10px;

  background:#ffffff;

}














/* Prevents the user from interacting with the iframe page */

.preview:after,

.preview::after {

  content: "";

  display: block;

  position: absolute;

  width: 100%; height: 100%;

  top: 0px; left: 0px;

}

 
