.task {
    border: 1px solid #dadada;
    padding: 7px 10px 5px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 5px
}

.task .fa {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    width: 24px
}

.task .btn .fa {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 14px
}

.task .task-title {
    margin: 2px 7px 0
}

.task-completed {
    color: #bebebe;
    text-decoration: line-through
}

.task .label {
    margin-left: 7px
}

.panel-mytasks {
    display: block !important
}