.ui-taskbar {
    float: left;
    height: 32px;
    margin-left: 10px;

    .task {
        float: left;
        height: 32px;
        padding: 6px;
        cursor: default;
    }

    .active {
        background-color: darken(rgb(43,87,151), 10%);
    }

    .task-icon {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
    }

    .task-title {
        display: block;
        float: left;
        color: white;
        margin-left: 6px;
        font-size: 14px;
        line-height: 20px;
    }
}