@media print{
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12.5pt;
    line-height: 1.2;
}

head+body {
	width: auto;
    max-width: 100%;
    min-width: 90%;
}

*html body {
	zoom: 74%; /*WinIE only */
}

#content #main {
	clear:right;
}

#content #main table {
	border: 1px solid #333;
}

#content #main table th {
	border: 1px solid #333;
}

#content #main table td {
	border: 1px solid #333;
}

#faq #content #main ul {
	width: 632px;
}

#footer {
	clear:right;
	margin-top: 10px;
}

#footer div ul {
	width: auto;
	float:inherit;
	list-style-type: none;
}

#footer div ul li {
	width: auto;
	float: left;
	border-right: 1px solid #c5c4c4;
	font-size: 60%;
}


#footer div ul li a {
	margin: 0 5px;
}

#footer div {
	width: 647px;
	display: block;
}

:root #footer div {
	display: inline-block;
}
}
