#sfwd-courses_course_level {
    display: none;
}
.stats_wrapper {
    margin-bottom: 10px;
}
.stats_wrapper > p:nth-child( odd ) {
    background-color: #e5e5e5;
}
.stats_wrapper > p:nth-child( even ) {
    background-color: #e8e8e8;
}
.stats_wrapper > p {
    margin: 0;
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 1px 1px #cfcfcf;
    -moz-box-shadow: inset 0 0 1px 1px #cfcfcf;
    box-shadow: inset 0 0 1px 1px #cfcfcf;
}
.al_support {
    color: #fff;
    text-decoration: none;
    padding: 7px;
    background-color: #0073aa;
    line-height: 4;
    border-radius: 4px;
}
.al_support:hover,
.al_support:focus,
.al_support:active {
    color: #fff;
    background-color: #0073aa;
}
.al_no_thanks {
    color: #222;
    text-decoration: none;
    background-color: #e5e5e5;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}
.al_no_thanks:hover,
.al_no_thanks:focus,
.al_no_thanks:active {
    color: #222;
    background-color: #e5e5e5;
}
.dismiss-form {
    width: auto;
    display: inline;
}
.dismiss-wrapper {
    padding: 5px;
}
body.sfwd-courses .sfwd_options .select2.select2-container.select2-container--default {
    width: 100% !important;
}