﻿sheet {
    display: none;
}

table.html-table {
    width: 100%;
    font-size: 12px;
}

table.html-table tbody,
table.html-table tbody tr,
table.html-table tbody tr td {
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/** custom **/
/* Place a margin around the HTML page for on screen diplay only. The print plugin in the browser will add its own margins */
@media only screen {
body {
	margin: 28px;
}
}
table {
	border-spacing: 0;
	border-collapse: true;
}
table {
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
}
th, tr, td {
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
th, td.row-index {
	background: #c0dcff;
	text-align: center;
	color: #666666;
	font-weight: 400;
}
th.head-axis {
	background: #fff;
	width: 20px !important;
}
th, td {
	width: 70px;
	height: 20px;
	vertical-align: middle;
}
td {
	height: 16px;
	vertical-align: middle;
	padding: 4px;
}
td.row-index {
	width: 20px !important;
	padding: 0px !important;
}
.exam-response {
	page-break-after: always;
}