.feedback {
    border: 1px solid #cccccc4a;
    padding: 6px;
    background: #fafafa;
}

.column-wp_feedback_thumbup .sorting-indicator,
.column-wp_feedback_thumbdown .sorting-indicator,
.column-wp_feedback_score .sorting-indicator {
    visibility: visible;
    width: 10px;
    height: 4px;
    margin-top: 8px;
    margin-left: 7px;
    display: inline-block !important;
    line-height: 3px;
}

#wp_feedback_thumbdown img.custom-cell {
    position: relative;
    top: 3px;
}

.sorting.asc .sorting-indicator:before {
    content: "\f142";
}

.sorting.desc .sorting-indicator:before {
    content: "\f140";
}

.pluginSettings {
    padding-top: 20px;
    font-size: 20px;
}

.custom-cell {
    width: 16px;
    height: 16px;
}

.feedback li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #7ad03a;
    border-radius: 50%;
    display: inline-block;
}

.negativeFeedback {
    background-color: red;
}

#myProgress {
    width: 100%;
    background-color: #7ad03a;
}

#myBar {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
}