<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#message{
	
}
.topics_title{
	padding-top: 48px;
}
#message .topics_title h3{
	line-height: 2;
}
#message p.topics_text{
	line-height: 2;
}
#message p.topics_text + img{margin-top: 72px;}


@media print, screen and (max-width: 767px) {
	
	#message .topics_title{margin-bottom: 40px;}
	#message p.topics_text + img{margin-top: 40px;}
}</pre></body></html>