﻿
/* For resetting reset-css since vertical-align:baseline will not work on syncfusion gantt. */
.e-gantt tr, 
.e-gantt th, 
.e-gantt td, 
.e-gantt table
{
    vertical-align:middle;
}

.s-gantt-header-form 
{
    width: auto;    
}

.s-gantt-header-text
{
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: dimgray;
    text-align: center;
}
