body,td,th {
	font-family: Verdana, Arial;
	font-size: 20px;
	color: #000;
}
body {
	background-color: #F6F6F6;
}
h2 {
	padding-left: 15px;
}
h4 {
	padding-left: 15px;
}
div {
	float: left;
	height: auto;
	width: 100%;
}
table {
	display: table;
	table-layout: fixed;
	width: 360px;
	border-collapse: collapse;
	border: 1px solid black;
	float: left;
	margin: 15px;
	border-spacing: 0px;
	padding: 1px;
}
th {
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	width: 360px;
	height: 20px;
	border: 1px solid black;
	background-color: #E4E4E4;
}
td {
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	width: 60px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	border: 1px dotted black;
}
td.pkm:hover {
	background-color: rgb(200,200,200);
}