#seoDesc {
    margin-bottom: 0;
}

#seoDescProgress {
    height:8px;
    max-width: 100%;
    transition: background-color 0.5s ease;
}

#seoDescProgress.warning {
    background-color: #e53935;
}

#seoDescProgress.care {
    background-color: #ffb300;
}

#seoDescProgress.good {
    background-color: #7cb342;
}

#seoDescCounter {
    font-size: 13px;
}