﻿.article-detail .survey-detail {
    border: none !important;
    text-align: left !important;
    height: unset !important;
    line-height: unset !important;
}

.article-detail .survey-detail:before {
    display: none !important;
}

.article-detail .survey-detail .survey-detail-header {
    background: #eee;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #004689;
}

.article-detail .survey-detail .survey-detail-content {
    background: #f5f5f5;
    padding: 10px 15px;
    font-size: 16px;
}