@media (min-width: 100px) and (max-width: 498px) {
.history h1 {
	font-size: 1.4rem;
	text-align: center;
}
.history td {
	font-size: 1rem;
	line-height: 2;
	padding-right: 1%;
}
.history th {
	font-size: 1erm;
	padding-left: 2%;
}
}
@media (min-width: 499px) and (max-width: 700px) {
	.history h1 {
		font-size: 1.4rem;
		text-align: center;
	}
	.history td {
		font-size: 1rem;
		line-height: 2;
		padding-right: 1%;
	}
	.history th {
		font-size: 1erm;
		padding-left: 2%;
	}
}

@media (min-width: 701px) and (max-width: 899px) {
	.history h1 {
		font-size: 1.5rem;
		text-align: center;
	}
	.history td {
		font-size: 1.1rem;
		line-height: 2;
		padding-right: 1%;
	}
	.history th {
		font-size: 1.1erm;
		padding-left: 2%;
	}
}

@media (min-width: 900px) and (max-width: 8000px) {
	.history h1 {
		font-size: 1.6rem;
		text-align: center;
	}
	.history td {
		font-size: 1.3rem;
		line-height: 2;
		padding-right: 1%;
	}
	.history th {
		font-size: 1.3erm;
		padding-left: 2%;
	}
}