#pentek {
	background-color: #95c6ec;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: dodgerblue deepskyblue;
}

#pentek::-webkit-scrollbar {
	height: 1vw;
	width: 1vw;
}

#pentek::-webkit-scrollbar-thumb {
	background-color: dodgerblue;
}

#pentek::-webkit-scrollbar-track {
	background-color: deepskyblue;
}

#pentek td {
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	white-space: nowrap
}

#pentek table {
	border-collapse: collapse;
	border: 2px solid black;
	text-align: center;
	box-sizing: border-box;
	table-layout: fixed;
	background-color: white;
	margin: 1em auto
}

#pentek p {
	line-height: 1em;
	margin: 0.5em 0.2em;
	color: #1D2CF3;
	font-weight: bold;
	text-align: center
}

#pentek .monthrow td:first-child {
	width: 10em;
}

#pentek .monthrow td {
	border: 2px solid black;
	color: red;
	font-weight: bold;
}

#pentek .dayrow td {
	border-bottom: 2px solid black;
	font-weight: bold;
	color: blue;
}

#pentek .hourrow td:first-child {
	border-right: 2px solid black;
}

#pentek .monthborder {
	border-right: 2px solid black;
}

#pentek .oddrow {
	background-color: lightgrey;
}

#pentek .sr-only li {
	list-style-type: none
}