.crm_task_avd{
    font-weight: bold;
    margin: 15px 5px;
}
.one_crm_task{
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.one_crm_task .one_crm_task_col{
    display: table-cell;
    margin: 0;
    padding: 20px 10px;
    width: 250px;
    vertical-align: top;
    border-left: 1px solid #d5d5d5;
    height: 100%;
}
.one_crm_task .one_crm_task_col:nth-child(1){
    width: 60px;
    border-left: none;
    text-align: center;
}
.one_crm_task .one_crm_task_col:nth-child(2){
    width: 780px;
}
.one_crm_task .one_crm_task_col.double:nth-child(2){
    width: 1040px;
}
.one_crm_task .one_crm_task_col:nth-child(3){
    text-align: right;
}
.one_crm_task.expired .one_crm_task_col:first-child{
    font-weight: 300;
}
.one_crm_task.expired .one_crm_task_col:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}