/* style sheet for label printing */
@media print and (width: 3in) and (height: 1in) {
    @page {
		size: 3in 1in;
        margin: .5in;
    }
	html, body {
		width: 3in;
		height: 1in;
	}
}
@media print{
	/* other printing, esp. order of service */
	body,table{
		font-family:verdana,arial,sans-serif;
		/*font-size:9pt !important;*/
		width:99%;
	}
	div#tawkchat-minified-wrapper {
	    display: none;
	}
	a{
		text-decoration:none;
		color:black;
		font-weight:normal;
	}
	.icon{
		display:none;
		visibility:hidden;
	}
	.noPrint{
		display:none !important;
	}
	embed,iframe{
		display:none !important;
	}
	form{
		display:inline;
	}
	textarea{
		display:none;
	}
	#textareaHelper{
		display:block !important;
		border:0;
		width:99%;
		min-height:0px;
		height:auto;
		margin-top:5px;
		white-space: pre-wrap;       /* css-3 */
	}
	table{
		border-collapse:collapse;
		border:double black 4px;
	}
		#serviceOrder tr:hover{
			background:inherit;
			color:inherit;
		}
	table td{
		padding:5px;
		margin:0;
		border-bottom:1px dotted black;
		display:table-cell;
		vertical-align:top !important;
		position:static !important;
	}
	.indent{
		font-weight:bolder;
		border-top:3px double black;
	}
		.indent td{
			font-size:1.2em !important;
		}
}
