.workitems {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    margin-left: 0px;
    margin-right: 0px;
}

.workitems div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.workitems a {
    color: #0c5460;
}

.sub-tasks {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    margin-left: 0px;
    margin-right: 0px;
}

.sub-tasks a {
    color: #856404;
}

.workitem-type img,
.workitem-priority img,
.workitem-status img {
    width: 22px;
    position: relative;
    bottom: 3px;
}

.workitem-priority i {
    cursor: default;
    color: #507C5C;
    width: 22px;
    text-align: center;
}

.in-charge img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.inner-container {
    display: none;
}
