@charset "utf-8";

.resist_exp {
	width: fit-content;
	margin: 0 auto 3em;
}
table.tblEntry th {
	width: 13em;
}
@media screen and (min-width:768px) and (max-width:1299px) {
	.resist_exp {
		margin: 0 auto 2.8em;
	}
	table.tblEntry th {
		width: 9em;
	}
}
@media screen and (max-width:767px) {
	.resist_exp {
		width: 98%;
		margin: 0 auto 2em;
	}
	table.tblEntry th {
		width: auto;
	}
}