@import url("/static/dgst/css/pages/safety_information.css");

.safetyInformationContentsTable th:nth-child(1),
.safetyInformationContentsTable td:nth-child(1) {
	width: 5rem;
}

.safetyInformationContentsTable th:nth-child(2),
.safetyInformationContentsTable td:nth-child(2) {
	width: 5rem;
}

.safetyInformationContentsTable th:nth-child(3),
.safetyInformationContentsTable td:nth-child(3) {
	width: 30rem;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
	.safetyInformationContentsTable th:nth-child(1),
	.safetyInformationContentsTable td:nth-child(1) {
		width: 10rem;
	}

	.safetyInformationContentsTable th:nth-child(2),
	.safetyInformationContentsTable td:nth-child(2) {
		width: 10rem;
	}

	.safetyInformationContentsTable th:nth-child(3),
	.safetyInformationContentsTable td:nth-child(3) {
		width: 60rem;
	}
}

@media screen and (min-width: 1440px) {
}
