#contents .content2 h3 {
	border-left: 5px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
.pure-button {
	display: table;
	margin: 1em 0;
}
table .icon {
	padding-right: 10px;
}
table .question p {
	font-weight: bold;
}
table .answer {
	border-bottom: 1px #ccc solid; 
}
table .line {
	border-top: 1px #ccc dotted;
}
@media (min-width: 769px) {

}
@media (max-width: 768px) {
	table img {
		width: 23px;
		height: auto;
	}
}