.QuestionControl {
        font: 10pt arial;
}
.QuestionControl .QuestionContent {
        margin: 10px 0;
}
.QuestionControl .QuestionContent .tb-Filter {
        background: none repeat scroll 0 0 #ffffff;
        box-shadow: 0 0 3px #d0d0d0;
        padding: 10px;
}
.QuestionControl .QuestionContent .tb-Content {
        background: none repeat scroll 0 0 #ffffff;
        box-shadow: 0 0 3px #d0d0d0;
        margin-top: 15px;
        padding: 20px;
}
.QuestionControl .QuestionContent td {
        width: 20px;
        padding-left: 5px;
}
.QuestionControl .QuestionContent .SearchTitle, .Category-Header {
        font: bold 10pt arial;
        height: 30px;
}
.QuestionControl .QuestionContent .col-lg-9 > div {
        margin-top: 0 !important;
}
.QuestionControl .QuestionContent input, .QuestionControl .QuestionContent select {
        height: 36px !important;
        width: 100% !important;
        border: 1px solid #cdcdcd;
        border-radius: 3px;
}
.QuestionControl .QuestionContent select {
        height: 22px;
}
.QuestionControl .QuestionContent .col-lg-9 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.QuestionControl .QuestionContent .btnSearch, .btnCancel {
        background: none repeat scroll 0 0 #D70000;
        border-radius: 3px;
        box-shadow: 0 1px 2px #ddd;
        color: #ffffff;
        font: bold 9pt/26px Arial;
        padding: 6px;
        text-transform: uppercase;
        margin-top: 20px;
        display: inline-grid;
        width: 129px;
        text-align: center;
}
.QuestionControl .QuestionContent .btnSearch:hover, .btnCancel:hover {
        background: none repeat scroll 0 0 #cf3433;
}
.QuestionControl .QuestionContent .Header {
        border-bottom: 2px solid #cccccc;
        color: #222222;
        font: bold 10pt arial;
        height: 30px;
        padding-left: 10px;
}
.QuestionControl .QuestionContent .Question-Title {
        background: url("images/faq-icon.png") no-repeat scroll left center transparent;
        color: #da2a2c;
        font: bold 12pt arial;
        padding-left: 25px;
        line-height: 1.5 !important;
}
.QuestionControl .QuestionContent .td-Question-Title {
        padding: 10px 0;
}
.QuestionControl .DateCreated, .CustomerName, .Address, .Email, .DateCreate {
        color: #444444;
        font: italic 11pt arial;
        padding: 5px 0px;
        display: block;
}
.QuestionControl .QuestionContent .td-DateCreated {
        padding-top: 10px;
}
.QuestionControl .QuestionDetail {
        margin-top: 20px;
}
.QuestionControl .QuestionDetail .tb-QuestionDetail {
        background: none repeat scroll 0 0 #ffffff;
        box-shadow: 0 0 3px #d0d0d0;
        padding: 20px;
}
.QuestionControl .QuestionDetail .td-QuestionTitle {
        color: #da2a2c;
        font: bold 10pt arial;
        padding: 15px 0;
}
.QuestionControl .QuestionDetail .td-Back {
        padding: 20px 0;
}
.QuestionControl .QuestionContent .col-lg-9 > div >div {
        width: 100% !important;
        max-width: unset;
}
.QuestionControl .QuestionDetail .Back {
        background: none repeat scroll 0 0 #015293;
        border-radius: 3px;
        box-shadow: 0 1px 2px #444444;
        color: #ffffff;
        font: bold 9pt/26px Arial;
        padding: 6px;
        text-transform: uppercase;
}
.QuestionControl .QuestionDetail .Back:hover {
        background: none repeat scroll 0 0 #238bc8;
}
.QuestionControl .QuestionDetail .td-CustomerName {
        padding-top: 10px;
}
.QuestionControl .QuestionDetail .td-AnsTitle {
        padding: 20px 0;
}
.QuestionControl .QuestionDetail .Title, .AnsTitle {
        border-bottom: 4px solid #cccccc;
        color: #444444 !important;
        font: bold 12pt arial;
}
@media only screen and (max-width: 768px){
        .QuestionControl .QuestionContent .row {
                margin-left: 0;
        }
        .QuestionControl .QuestionContent .Header {
                border-bottom: 1px solid #cccccc;
                color: #222222;
                text-align: center;
                padding: 10px;
                font-size: 20px;
                height: unset;
        }
}
.QuestionAnswer {
        color: #007bff;
        font: bold 13pt arial;        
}