body {
	color: #000000;
	font-size: 10pt;
    font-family: verdana, arial, sans-serif;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table {
	border-collapse: collapse;
}
h1, h2, h3, h4 { text-align: center; }
h1, h2 { color: green; }
.center-table {
	margin: auto; /* Center the table horizontally */
	border-collapse: collapse; /* Ensure borders collapse into a single border */
}
.center-table th, .center-table td {
	padding: 2px; /* Add padding to cells */
	border: 1px solid lightgray; /* Add border to cells for visibility */
}
.center-table th {
	background-color: lightblue; /* Header row background color */
	text-align: center; /* Center-align header text */
}
.add-padding {
	padding-left: 5px; /* Add padding to the left */
	padding-right: 5px; /* Add padding to the right */
	border: 1px solid lightgray; /* Add border to cells for visibility */
}

.deletexxcenter-table th.vertical {
	/*text-align: left; /* Left-align header text */
	writing-mode: vertical-rl; /* Rotate text vertically */
	text-orientation:upright
	/*transform: rotate(-90deg)*/
	/*transform: rotate(180deg); /* Rotate text to be bottom up */
	}

.deletexxvertical-text {
	/*text-align: left; /* Left-align header text */
	writing-mode: vertical-lr; /* Rotate text vertically */
	text-orientation: upright;
	/*transform: rotate(-90deg)*/
	/*transform: rotate(180deg); /* Rotate text to be bottom up */
	}

.vertical-text {

	writing-mode: vertical-lr;
	vertical-align: middle;
	transform: rotate(180deg);
	text-align: left;
	}	

.deletecenter-table th.vertical-text {
	writing-mode: vertical-lr;
	text-orientation: upright;
	background-color:red;
}
	
.center-table td {
	text-align: center; /* Center-align cell text */
}
.center-table td.grand-total {
	background-color: lightskyblue; /* Grand Total row background color */
	text-align: center; /* Center-align cell text */ 
}
.center-table td.game-column {
	text-align: left; /* Left-align text in the 'Game' column */
}
.center-content {
	text-align: center;
}
.color-1 {
	background-color: #FEEE9C;
}
.color-2 {
	background-color: lightgreen;
}
.color-3 {
	background-color: lightcyan;
}
.color-4 {
	background-color: lightsalmon;
}
select {
	display: inline;
	margin: 10px auto;
	padding: 2px; /* Add padding to cells */ 
	font-size: 16px;     
}
.select-table {
	margin: auto; /* Center the table horizontally */
	border-collapse: collapse; /* Ensure borders collapse into a single border */
}
.select-table th, tr, td {
	border: none; /* Remove borders from the table, header cells, and data cells */
}
.select-table input {
	font-size: 17px;
}