﻿/*UBIKTaskItem.razor Styles*/
#taskItem_content_table_data0 {
    white-space: nowrap;
}

.propertyItem_container {
    width: 100px;
}

.e-checked:before {
    content: '\e614';
    font-size: 26px;
}

.e-unchecked:before {
    content: '\e60a';
    font-size: 26px;
}

.e-na:before {
    content: '\e22a';
    font-size: 26px;
}
