﻿/* 
Code Decoder PrintArea CSS
(PrintArea plugin requires style sheet link w/ media="print")

*/

.printOnly 
{
	display: block;
}
body, body * 
{ 	
	overflow: visible !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0px !important;
    max-width: initial !important;
}
body 
{
	width: auto !important;
    max-width: none !important;
	margin: 0.25in auto !important;
    padding: 0in 10px !important;
}

#headerFinishPrint {
    margin-left: -10px !important; /* -ve of body padding */
}

#dReadingList li {
    margin: 3px 0px 6px 30px !important;
}

#iPrint {
    display: none !important;
}

