body, html {
	width: 100%;
	height: 100vh;
	background-color: black;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	overflow: auto;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}


.div-body {
	height: 100%;
	z-index: 100;
	position: relative;
}

.div-body-inner {
	width: auto;
	min-width: 700px;
	position: absolute;
	background-color: rgba(200, 200, 200, 0.9);
	padding: 10px 40px 30px 40px;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 10px;
}

.div-table-holder div {
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.div-table-top {
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}

.div-table-0 {
	background-color: rgba(50,205,50,0.8);
	border-radius: 4px;
}

.div-table-TSZ {
	background-color: #4169E1;
	border-radius: 4px;
}

.div-table-4 {
	background-color: #ff0000;
	border-radius: 4px;
}

table {
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table td, table th {
	width: 100px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
}

table th {
	background-color: gray;
	font-size: 18px;
	color: black;
	height: 36px;
}

.div-table-top p {
	padding: 0;
	margin: 0;
}

#p-content-today {
	background-color: black;
	color: red;
	float: right;
	padding: 0 4px 0 4px;
	border-radius: 4px;
	width: auto;
}

.td-active {
	background-color: white;
}

.td-noactive {
	background-color: lightgray;
}

.tr-content {
	font-weight: normal;
}

.p-clock {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
}

.p-clock a {
	text-decoration: none;
	color: black;
}

.div-head {
	position: absolute;
	height: auto;
	width: auto;
	z-index: 101;
}

.btn-dropdown {
	background-color: rgba(20,20,20,1);
	color: rgb(255, 156, 26);
	padding: 8px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	width: 202px;
	border: 1px solid black;
	font-weight: bold;
}

.div-dropdown {
	position: relative;
	display: inline-block;
}

.div-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.show {
	display: block;
}

.div-dropdown-content ul {
	padding: 0;
	margin: 0;
}

.td-month {
	font-size: 26px;
	background-color: rgba(40,40,40,1);
	color: #c2c2c2;
	font-weight: bold;
}

.div-table-middle {
	padding: 2px 0 2px 0;
}

.div-dropdown-content .li-item {
	line-height: 28px;
	background-color: rgba(40,40,40,1);
	border-top: 1px solid white;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.div-dropdown-content a, .div-dropdown-content a:visited, .div-dropdown-content a:hover {
	text-decoration: none;
	color: rgb(91, 199, 248);
}

.li-divider {
	line-height: 28px;
	color: rgb(91, 154, 248);
	background-color: rgb(10, 10, 10);
	border-top: 1px solid white;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.div-month-select {
	padding-top: 20px;
	margin: 0 auto;
}

.div-month-row {
	display: flex;
	gap: 10px;
}

.div-month-row-inner {
	width: 100%;
}

.div-month-row-inner a, .div-month-row-inner img {
	width: 100%;
}

.div-month-arrow {
	height: 100%;
	vertical-align: middle;
	display: flex;
}

.div-month-arrow img {
	height: 24px;
	align-items: center;
}

.div-table-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.div-month-middle {
 padding: 0 40px 0 40px;
}