@page {
    size: portrait;
    margin: 1cm;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.wrapper {
	padding: 15px;
}
.content {
	margin: 0 auto;
	max-width: 768px;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #000;
	padding: 1px 3px ;
}
table th {
	text-align: center;
}
table td.points {
	width: 20px;
}
table td.reg_num {
	width: 85px;
}


