/* POPUP */
#faq-content {display:none; width: 760px;}
#faq-content label {display:block; float:none; padding:5px 0;}
#faq-content textarea {margin:0; width: 380px;}

/* LIST */
#faq-list ul {margin:0; padding:5px 0; list-style: none;}
.faq-questions, .faq-answers {width:100%; margin-bottom: 5px;}
.qicon, .aicon {font-family: georgia, arial; font-size:20px; font-weight: bold; vertical-align: top; color: red; padding: 0 10px 0 0;}
.aicon {color: blue;}
.question, .answer {width: 90%;}
.question p, .answer p {margin: 0;}
.question .name {font-family: georgia, arial;font-style: italic;font-size: 11px;text-align: right;display: block;}

.ajmessage {padding: 5px;}
.ajmessage.error {background: #fadcdc;}
.ajmessage.success {background: #e9faeb;}

@media only screen and (max-width: 767px) {
	#faq-wrapper {float:none; clear:both;}
  #faq-content {width:100%;}
  #faq-content div {float:none;}
  #faq-content input, #faq-content textarea {width:90%;}
}