/**
   2017-08-12: minify with YUIcompressor 2.4.7
 * styles for printing pages
 * at this point, only designed for the Pricing Pages
 *
 * Note: some styles have to be repeated here although they are defined in style.css. This is a mystery
 */

/* generic */

/*
attempt to deal with Chrome putting black cells in pricing matrix
ref: http://stackoverflow.com/questions/26011254/chrome-print-preview-different-than-in-devtools
it does not help
 */
/*
 * {transition:none!important}
 */

/* print margins - from http://stackoverflow.com/questions/1542320/margin-while-printing-html-page */
* {transition: none !important}
@page
{
	size: auto;   /* auto is the initial value */

	/* this affects the margin in the printer settings */
	margin: 5mm;
}
body
{
	color:#000;
	/*font:'Times New Roman',serif;*/
	font-family: Verdana, sans-serif;
	font-size: 80%;
	margin: 0;	/* added from same SE page above */
}

/*
.print-page-break
{
	page-break-before: always;
}
 */
.show-for-printing
{
	display:inherit;
}
.hide-print, .testimonial
{
	display:none;
}
#theme-principal
{
	color:#800000;
	text-decoration:none;
	float:left;
	margin:10px 210px 0 0;
}
.logo-part-1
{
	font:2.5em "Arial Black",Arial,sans-serif;
}
.logo-part-2
{
	font:2.5em Verdana, sans-serif;
}
.reg
{
	font-size:50%;
	vertical-align:super;
}
#header
{
	position: static;
}
#tagline
{
	clear:left;
	margin:0 0 15px 9px;
	text-decoration:none;
	font:bold 13px Verdana,sans-serif;
	width:400px;
}
#footer
{
	width: 700px;
}
#about
{
	font-size:.8em;
	margin-top: 10px;
}
#about p
{
	margin: 5px;
}
.red
{
	color: #ac0000;
}
