@media print {
	@page {
        size: auto;   /* auto is the initial value */
        margin-top: 0mm;  /* this affects the margin in the printer settings */
    }
    
    body {
        font-family: arial;

        background-color: #ffffff;
    }
	
	td#phone{
		font-family: "copperplate gothic", arial;
		font-weight: bold;
		vertical-align: bottom;
		text-align: center;
	}
	
	span#quick-check_header{
		font-family: "copperplate gothic", arial;
		font-weight: bold;
		text-align: center;
		font-size: 30px;
		color: #0000cc;
	}

    table#tablesection1 td{
        font-size: 14px;
        font-weight: bold;
    }
		table#tablesection1 input{
			font-size: 15px;
		}
		table#tablesection1 select{
			font-size: 15px;
		}

    table#tablesection2 td{
        font-size: 14px;
    }
		table#tablesection2 input{
			font-size: 15px;
		}
		

    table#tablesection3 td{
        font-size: 14px;
    }
		table#tablesection3 input{
			font-size: 15px;
		}
		  	input#orhwb{ text-align: right; width: 80px; }
			input#orhwbeditnew{ width: 80px; }

	table#tablesection4{
		padding: 0px;
	}
		table#tablesection4 input{
			font-size: 13px;
		}
		td#checkboxlabel{
			font-size: 14px;
		}
		td#checklabel{
			font-size: 12px;
		}
		
		td#othereditlabel{
			font-size: 14px;
			font-weight: bold;
		}
		input.pulsebox{
			width: 150px;
			font-size: 14px;
			}

    table#storageinput td {
        padding: 0px;
    }

	input[type="checkbox"] + label{
		font-weight: normal;
	}
	
	input[type="checkbox"]:checked + label{
		font-weight: normal;
		text-decoration: underline;
		font-style: italic;
	}
	input[type="radio"] + label{
			font-weight: normal;
	}
	input[type="radio"]:checked + label{
		font-weight: normal;
		text-decoration: underline;
		font-style: italic;
	}
	
	.temp_label{
		font-size: 12px;
		font-weight: bold;	}
	input.temps{
		text-align: right;
		font-weight: normal;
		font-size: 12px;
		width: 36px;	}
   
   table#storagetemps{
        position: relative;
        left: 200px;
    }
    table#storagetemps td{
        padding: 0px;
    }
    .statusbox{
	font-size: 11px;
	}
   
	.no-print, .no-print, .hidden  {
        display: none;
   	}
	.no-screen{
		display: block;
	}
	.tsslogo{
		 margin-top: 0px;
		 left: 170px;
		 text-align: center;
	}
	.boldlabel{
		font-weight: bold;
		font-size: 20px;
	}
	.runlabel{
		 font-size: 13px;
		 font-weight: normal;
	}
	
	.grower{
		font-size: 14px;
	}
	.statusradioedit{
		font-size: 11px;
	}
	.notesbox{
		font-size: 17px;
		font-family: arial;
		width: 750px;
	}
	.otherbox{
		font-size:16px;
		font-family: arial;
	}
	
	input.duct_liquid{
		width: 70px;
		font-weight: normal;
		font-size: 12px;
	}
	
	
}
