/* 
    Document   : print
    Created on : Feb 11, 2014, 3:23:29 PM
    Author     : krobair
    Description:
        Purpose of the stylesheet follows.
*/
.dontPrint {
	display: none !important;
}

table {
	border: solid #000 !important;
	border-width: 1px 0 0 1px !important;
}

th, td {
	border: solid #000 !important;
	border-width: 0 1px 1px 0 !important;
}

.page-break {
	display: block;
	page-break-before: always;
}