#info-2-0{
	width: 100%;
	overflow-x: auto;
	border: 1px solid #7d0dff;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 1em;
}
#info-2-1{
	min-width: 800px;
	margin: 10px 10px;
    border-collapse: collapse;
}
#info-2-1 th, #info-2-1 tbody tr:nth-child(even){
    background-color: #f6efff;
}
#info-2-1 th, #info-2-1 td{
	color: black;
    padding: 10px 12px;
}
#info-2-2{
	color: #ff7700;
}

/* Dark Mode */
body.dark-mode-on #info-2-1 th, body.dark-mode-on #info-2-1 tbody tr:nth-child(even){
	background-color: #241e2d;
}
body.dark-mode-on #info-2-1 th, body.dark-mode-on #info-2-1 td{
	color: white;
}

@media (prefers-color-scheme: dark){
	#info-2-1 th, #info-2-1 tbody tr:nth-child(even){
		background-color: #241e2d;
	}
	#info-2-1 th, #info-2-1 td{
		color: white;
	}
}

body.dark-mode-off #info-2-1 th, body.dark-mode-off #info-2-1 tbody tr:nth-child(even){
	background-color: #f6efff;
}
body.dark-mode-off #info-2-1 th, body.dark-mode-off #info-2-1 td{
	color: black;
}