.probListSimple {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.probListSimple .title a {
    /*color: #000 !important;*/
}
.probListSimple .detail {
    color: #666;
    font-size: 0.8em;
}
.probListSimple .sol_accepted {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px 7px;
    background-image: url("../../../../Assets/Images/Icons/fontawesome/solid/check.svg");
    background-color: #86ff6a;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: -2px;
}
.probListSimple .info {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 14px;
    padding: 0 0 0 18px;
    color: #000 !important;
    opacity: 0.5;
}
.probListSimple .info_score {
    background-image: url("/Assets/Images/Icons/fontawesome/solid/poll.svg");
}
.probListSimple .info_sol_count {
    background-image: url("/Assets/Images/Icons/fontawesome/solid/lightbulb.svg");
}
.probListSimple .info_post_time {
    background-image: url("/Assets/Images/Icons/fontawesome/solid/clock.svg");
}