.typeset-page {
	border: solid 2px #888;
	margin: 14px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 2px 2px 2px #aaa;
}

.typeset-put-header {
	width: 100%;
	border-bottom: solid 1px #aaa;
	margin-bottom: 6px;
}

.typeset-put-footer {
	width: 100%;
	height: 34px;
	margin-top: 6px;
	border-top: solid 1px #aaa;
}

.typeset-column {
	width: 50%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
}

.typeset-column:nth-child(2) {
	border-left: solid 1px #aaa;
}

.typeset-exam-block {
	position: relative;
}

.typeset-exam-block .exam-layer {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.typeset-exam-block:hover .exam-layer {
	display: flex;
	background-color: rgba(255, 255, 255, 0.7);
}