.title {
	color: #215276;
	text-align: center;
}

.question-pddg {
	border-color: #1ca679;
	border-style: dotted none none;
	padding: 0.8em 0;
}
#question-pddg-last {border-style: dotted none;}
.question {
	color: #1ca679;
	font-size: 1.2em;
	font-weight: bold;
}
.awnser {
	font-size: 1em;
	margin-left: 1.5em;
}


@media screen and (max-width: 825px) {
	.question-pddg {margin: 0 5%;}
	#question-pddg-last {margin: 0 5% 15%;}
}

@media screen and (any-hover: hover) {
	.question:hover {font-size: 1.3em;}
	.awnser:hover {font-size: 1.05em;}
}