/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Mpqa
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 
.mainprt{
    max-width: 500px;
}
.question{
    margin-top: 10px;
}
.qlogo{
    display: inline;
}
.ques{
    display: inline-table;
    margin-left: 15px;
}
.alogo{
    display: inline;
}
.answ{
    display: inline;
    margin-left: 15px;
}
.answer{
    margin-bottom: 15px;
}

.font-weight-bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.w-full {
    width: 100% !important;
}

.bg-gray {
    background: #403934;
}

