@media print {
	.WordSection1 {
		page-break-before: always;
	}

	table {
	  border-collapse: separate;
	  border-spacing: 0px;
	}

	table td,
	table th {
	    background-color: transparent;
	    overflow: hidden;
	    z-index: 1;
	    border-right: 0;
	    border-bottom: 0;
	}

	table th:before,
	table td:before {
	    content: "";
	    padding: 0;
	    height: 1px;
	    line-height: 1px;
	    width: 1px;
	    margin: -4px -994px -996px -6px;
	    display: block;
	    border: 0;
	    z-index: -1;
	    position:relative;
	    top: -500px;
	}

	table th:before {
	    border-top: 999px solid #c9c9c9;
	    border-left: 999px solid #c9c9c9;
	}

	table td:before {
	    border-top: 999px solid #eeeeee;
	    border-left: 999px solid #eeeeee;
	}

	table tr:last-child { background:#FFFFFF; }
}