#ed .btn-success {
    color: #fff !important;
    background-color:#BB221A!important;
    border-color: #BB221A !important;
}
#ed .btn-success:hover {
    color: #fff !important;
    background-color: #114ea3 !important;
    border-color: #114ea3 !important;
}
#ed .ed-mod-ask {
    background-color: #ffffff;
    border: 1px solid #ccc0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#ed .o-label--success-o {
    background-color: #fff0!important;
    color: #d8534e !important;
    border: 1px solid #fff0 !important;
}
#ed .o-label--info-o {
    background-color: #fff !important;
    color: #114ea4 !important;
    border: 1px solid #114ea4 !important;
}
#ed .ed-forum-item .fa-star {
    color: #d9534f;
}
#ed .btn-primary {
    color: #fff !important;
    background-color: #114ea4 !important;
    border-color: #114ea4 !important;
}
#ed .btn-primary:hover {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
}
#ed .btn-link :hover{
    color: #428bca;
}
#ed .o-avatar--md {
    width: 20px;
    height: 20px;
    
}
