/*CSS for cell : AIACCombinatoryProjectP*/

.main-AIAC-Project-BF
{
    position: absolute;
    border-radius: 4px;

}

.AIAC-Project-Holder-list
{
    position: absolute;
   
    border-radius: 4px;
    overflow-y: auto;
}

.AIAC-create-new-project
{
    position: absolute;
    border-radius: 5px;
}

.AIAC-create-new-project:hover
{
    cursor: pointer;
}