table, td {
	text-align: center;
	border: 1px solid black;
}

#korzet .day,
#tabornok-utca .day {
	background-color: #9b9b9b;
	border-width: 1px 2px 1px 2px;
}

#korzet table:not(#header) td,
#tabornok-utca td {
	white-space: nowrap;
}

#korzet .left-corner,
#tabornok-utca .left-corner {
	background-color: #9b9b9b;
	color: black;
}

#korzet .sub-header-borderless,
#tabornok-utca .sub-header-borderless {
	background-color: #ffccc9;
	color: #9a0000;
}

#korzet .sub-header-right,
#tabornok-utca .sub-header-right {
	background-color: #ffccc9;
	color: #9a0000;
	border-right-width: 2px;
}

#korzet .sub-header-left,
#tabornok-utca .sub-header-left {
	background-color: #ffccc9;
	color: #9a0000;
	border-left-width: 2px;
}

#korzet .sub-header,
#tabornok-utca .sub-header {
	background-color: #ffccc9;
	color: #9a0000;
	border-right-width: 2px;
	border-left-width: 2px;
}

#korzet .hours,
#tabornok-utca .hours {
	background-color: #ffce93;
	color: #963400;
	border-color: #9b9b9b;
	border-left-color: black;
}

#korzet .blank-right,
#tabornok-utca .blank-right {
	background-color: #c2fffd;
	border-color: #9b9b9b;
	border-right-color: black;
	border-right-width: 2px;
}

#korzet .blank-left,
#tabornok-utca .blank-left {
	background-color: #c2fffd;
	border-color: #9b9b9b;
	border-left-color: black;
	border-left-width: 2px;
}

#korzet .hour-right,
#tabornok-utca .hour-right {
	background-color: #34ff34;
	color: #00009b;
	border-color: #9b9b9b;
	border-right-width: 2px;
	border-right-color: black;
}

#korzet .hour-left,
#tabornok-utca .hour-left {
	background-color: #34ff34;
	color: #00009b;
	border-color: #9b9b9b;
	border-left-width: 2px;
	border-left-color: black;
}

#korzet {
	background-color: #c2fffd;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: dodgerblue deepskyblue;
}

#korzet::-webkit-scrollbar {
	height: 1vw;
	width: 1vw;
}

#korzet::-webkit-scrollbar-thumb {
	background-color: dodgerblue;
}

#korzet::-webkit-scrollbar-track {
	background-color: deepskyblue;
}

#korzet table {
	border-collapse: collapse;
	margin: 0 auto 1em auto;
	box-sizing: border-box;
	table-layout: fixed
}

#korzet td,
#tabornok-utca td {
	font-weight: bold;
	font-size: 0.8em;
	white-space: nowrap;
	padding: 0.3em 0.5em;
}

#korzet p,
#tabornok-utca p {
	margin: 0.5em 0.2em;
	text-align: center;
}

#korzet #header {
	width: 100%;
	position: sticky;
	left: 0;
	margin-bottom: 0
}

#korzet #header,
#korzet #header td {
	border: none
}

#korzet #header td {
	display: table;
	margin: auto;
	font-size: 1em;
}

#korzet #header div {
	display: flex;
	justify-content: center;
	border-top: 1px solid blue;
}

.phone {
	color: orangered;
	font-weight: bold;
}

#korzet .sub-header-friday a:link,
#korzet .sub-header-friday a:visited {
	color: #9a0000;
}

#korzet .sub-header-friday a:hover {
	color: #00FFFF;
}

#tabornok-utca {
	background-color: #c2fffd;
	padding-top: 1em;
}

#tabornok-utca table {
	border-collapse: collapse;
	margin: 0 auto 1em auto;
}

.utcak tr:first-child {
	background-color: lightgreen;
	font-weight: bold;
}

.utcak tr:not(:first-child) td:first-child {
	background-color: #ffce93;
	font-weight: bold;
	color: #963400;
}

.utcak tr:not(:first-child) td:not(:first-child):not(:empty) {
	background-color: lightskyblue;
}

.tabornok-utca-korzet-wrap {
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: dodgerblue deepskyblue;
}