Hi Alex,
Thanks. Yes I removed this css entry now and added the one particularly for TdIndex. My css entry below.
.ms-formlabel {
font-weight: bold;
}
.ms-formlabel h3.ms-standardheader {
font-weight: bold;
}
.ms-standardheader {
font-weight: bold;
}
td.ms-formlabel nobr {
white-space: normal;
font-weight: bold;
}
.tabH1, .tabH2, .tabH3 {
background-color: #44788b;
color: white;
padding-left: 5px;
text-transform: none;
}
.tablabel{
text-transform: none;
}
.sbs_tdIndex_1, .sbs_tdIndex_2, .sbs_tdIndex_3, .sbs_tdIndex_4 {
min-width:200px;
width:200px;
}
.childTableCell {
vertical-align: top;
}
thank you.