body {
    background: #ffffff;
}

.all {
    border: none;
}

.csat-block-header {
    display: none;
}

.csat-page-title {
    border-bottom: 1px solid #ACACAC;
    color: #7eb447;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}

.csat-page-title .forum-name {
    color: #000000;
}

.csat-page-container {
    max-width: 450px;
    margin: 0 auto;
}

.csat-page-container .sat-survey-rating, .csat-page-container .sat-survey-reason {
    width: 100%;
    float: none;
}

.csat-page-container .sat-survey-reason .not-satisfied-child {
    margin-top: 20px;
}

.cleanTheme .sat-survey-comment textarea {
    border-color: #e4e6e8;
}

.cleanTheme ul.combined-buttons li {
    border-color: #e4e6e8;
}

@media (max-width: 1140px) {
    .csat-page .main-width {
        max-width: 100%;
        min-width: 100%;
        margin-top: 0;
    }

    .csat-page ~ .main-width {
        max-width: 100%;
        min-width: 100%;
    }

    .csat-page-title {
        padding-bottom: 20px;
    }

    #sat-survey {
        font-size: 16px;
    }

    #sat-survey .button-small-color, #sat-survey ul.combined-buttons {
        font-size: 16px;
    }
}

@media (max-width: 740px) {
    html.cleanTheme {
        min-width: auto;
    }

    .csat-page .main-width {
        padding-top: 25px;
    }

    .csat-page-title > * {
        float: none;
    }

    .csat-page-title .forum-name {
        margin-bottom: 5px;
    }

    .cleanTheme .csat-page .all {
        padding-left: 20px;
        padding-right: 20px;
    }

    .csat-page ~ .footer .poweredBy {
        line-height: 20px;
    }
}