/* Player Pro Faq styles.

   @file        faq.css.en
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

#faq main h3 {
	border-bottom: 1px solid #C1C1C1;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	max-width: 500px;
   padding-bottom: 0.5rem;
}
#faq p {
	margin: 15px 0 30px;
	padding: 0;
}
#faq .question {
	font-weight: bold;
}
#faq .answer {
	display: block;
	padding-top: 10px;
}
/* styles for minimum supported screen width (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for minimum supported screen width (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for minimum supported screen width (600px)
   ========================================================================== */

@media all and (max-width: 600px) {}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {}