.img-box {
	width: 100%;
}

.img-box img {
	width: 100%;
}

.en-text-box {
	box-sizing: border-box;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
}

.mab-15 {
	margin-bottom: 15px;
}

.mab-5 {
	margin-bottom: 5px;
}

.question {
	font-weight: bold;
}

.question2 {
	font-weight: bold;
}

.colspan {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.question, .answer {
	border: 1px solid #888;
	line-height: 1.5;
}

.question2, .answer2 {
	border: 1px solid #888;
	line-height: 1.5;
}

.error-msg {
	font-size: 14px;
	margin: 5px;
	color: #ff0000;
	line-height: 22px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 2px;
}

.en-msg {
	color: #ff5b6e
}
