﻿
/* SMALLSCREEN VIEW PRINT LAYOUT
------------------------------------------------------------------------------------*/
* 
{
    background:none !important;
    margin:0px;
}
#close-icon {  display:none; }
#promo { display:none; }
#navigation { display:none; }
#print-panel { display:none; }
#logo { display:none; }
#questions-for-doc
{
    width:600px;
}
#smallscreen-holder 
{
    position:relative;
    left:0px;
    top:0px;
    margin:0px;
    padding:0px;
    width:600px;
    overflow:visible;
}
#smallscreen-holder .callout 
{
    margin-top:30px;
    padding-top:10px;
}
#smallscreen-holder .callout .body 
{
    width:560px;
    overflow:hidden;
    padding:0px 20px 0px 20px;
    border-left: solid 1px #7fc6ee;
    border-right: solid 1px #7fc6ee;
}
#smallscreen-holder .callout .body p
{
    width:100%;
}
#smallscreen-holder h1
{
    position:relative;
}

#smallscreen-holder h2
{
}



/* FULLSCREEN VIEW PRINT LAYOUT
------------------------------------------------------------------------------------*/

#fullscreen-holder
{
    margin:0px;
    padding:0px;
    width:600px;
}
.callout 
{
    margin-top:30px;
    padding-top:10px;
}
.callout .body 
{
    width:560px;
    overflow:hidden;
    padding-top:0px;
    padding-bottom:0px;
    border-left: solid 1px #7fc6ee;
    border-right: solid 1px #7fc6ee;
}
.callout .body p
{
    width:100%;
}
#content-holder h2
{
    margin-top:40px;
}
#f-nav { display:none;  }
#footer img { display:block;  }
.print
{
    display:block;
}
#tblReTestForm{
	display:none;
}

#divQpViewbtn
{
	display:none;
	
}

#trReTestForm
{
	
	display:none;
}