.faq_ot {
	font-weight: bold;
	transition-duration: 1s;
}

.faq_od {
	margin-bottom: 15px;
	font-weight: normal;
}

.faq_ot:target {
	background-color: #ffff77;
	transition-duration: 0.1s;
}