.has_no_version td {
    background-color: #F44336;
    color: #FFFFFF;
}

.has_no_version .text-muted {
    color: #ffa9a3!important;
}

.has_no_version.extension {
    border: 0;
}

.has_no_version.effort_action td {
    border-bottom: 10px solid #FFFFFF;
}
.has_no_version.solved td {
    background-color: #8bc34a;
}

.card-body .card-title {
    cursor: pointer;
}

.deprecated {
    background:
            repeating-linear-gradient(
                    45deg,
                    transparent,
                    transparent 10px,
                    #ccc 10px,
                    #ccc 20px
            ),
            linear-gradient(
                    to bottom,
                    #eee,
                    #999
            );
    color: #828282;
}

.deprecated .table {
    display: none;
    color: #828282;
}
