.gd_vc {
    background-color: #FFFFFF;
    overflow: auto;
}
.gd_vc table tr {
    height: 36px;
}
.gd_vc table td {
    height: 35px;
    white-space: normal;
    word-spacing: normal;
}
.gd_vc tr.row-on td {
    background: none repeat scroll 0 0 white;
}
.gd_vc tr.row-on .td_on {
    background: none repeat scroll 0 0 yellow;
}
