#fixedTableArea {
    width: 100%;
    min-width: 1140px;
    max-height: 300px;
}
#topRightArea {
    width: 100%;
    min-width: 1140px;
    float: left;
    overflow: hidden;
}
#bottomRightArea {
    width:100%;
    min-width: 1140px;
    max-height: 260px;
    overflow: scroll;
}
#fixedTableArea2 {
    width: 100%;
    min-width: 1140px;
    max-height: 300px;
}
#topRightArea2 {
    width: 100%;
    min-width: 1140px;
    float: left;
    overflow: hidden;
}
#bottomRightArea2 {
    width:100%;
    min-width: 1140px;
    max-height: 260px;
    overflow: scroll;
}


.fixedTable th.dummyColumn {
    width: 17px;
    border: 0px;
}
.fixedTable td {
    overflow: hidden;
    word-break:break-all;
    height: 30px;
}

.fixedTable .td-lg {
    min-width: 420px;
    max-width: 420px;
}
.fixedTable .td-ml {
    min-width: 320px;
    max-width: 320px;
}
.fixedTable .td-md {
    min-width: 220px;
    max-width: 220px;
}
.fixedTable .td-mm {
    min-width: 180px;
    max-width: 180px;
}
.fixedTable .td-ms {
    min-width: 130px;
    max-width: 130px;
}
.fixedTable .td-sl {
    min-width: 110px;
    max-width: 110px;
}
.fixedTable .td-sm {
    min-width: 80px;
    max-width: 80px;
}
.fixedTable .td-sousa {
    min-width: 114px;
    max-width: 114px;
}
.fixedTable th {
    overflow: hidden;
    word-break:break-all;
    height: 30px;
}
