
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;
}

pre{
	letter-spacing:-1.1px;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .moveTextRight{
    	left:20px !important;
    }
    .moveTextLeft15{
    	left:-16px !important;
    }

    .moveTextLeft7{
    	left:-7px !important;
    }
    
}