/**
 * Solwin Infotech
 * Solwin Product Questions & Answers
 * 
 * @category   Solwin
 * @package    Solwin_Productquestions
 * @copyright  Copyright © 2006-2016 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

.product-question-wrapper h2{
    color: #006BB4;
    margin-top: 0;
}
#question-form {
	float: left;
}
#question-form legend{
    color: #006BB4;
    font-size: 24px !important;
}
.product-answer-outer {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.sh-main {
    cursor: pointer;
    margin: 5px 0;
    float: left;
    width: 100%;
}
.sh-content{
    border: 1px solid #CCCCCC;
    border-top: none;
    box-sizing: border-box;
    cursor: text;
    padding: 20px;
    width: 100%;
    float: left;
}
.product-question {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
}
.posted-date {
    color: #666666;
    float: left;
    width: 100%;
}
.product-answer-inner .posted-answer {
    padding: 10px;
    float: left;
    width: 100%;
}
