.tbMultipierMaster tr th:nth-child(1) {
    width: 10% !important;
}
.tbMultipierMaster tr th:nth-child(2) {
    width: 15% !important;
}
.tbMultipierMaster tr th:nth-child(3) {
    width: 7% !important;
}
.tbMultipierMaster tr th:nth-child(4) {
    width: 9% !important;
}
.tbMultipierMaster tr th:nth-child(5) {
    width: 10% !important;
}
.tbMultipierMaster tr th:nth-child(6) {
    width: 12% !important;
}
.tbMultipierMaster tr th:nth-child(7) {
    width: 9% !important;
    text-align: center;
}
.tbMultipierMaster tr th:nth-child(8) {
    width: 8% !important;
    text-align: center;
}
#tbMultipierMaster tr td:last-child {
    text-align: center;
}



#multiplierMasterHistoryModal .modal-body {
	overflow-y: scroll;
	height: 600px !important;
}
#tbMultipierMasterHistory tr th:nth-child(1) {
    width: 9% !important;
}
#tbMultipierMasterHistory tr th:nth-child(2) {
    width: 15% !important;
}
#tbMultipierMasterHistory tr th:nth-child(3) {
    width: 8% !important;
}
#tbMultipierMasterHistory tr th:nth-child(4) {
    width: 8% !important;
}
#tbMultipierMasterHistory tr th:nth-child(5) {
    width: 15% !important;
}
#tbMultipierMasterHistory tr th:nth-child(6) {
    width: 18% !important;
}
#tbMultipierMasterHistory tr th:nth-child(7) {
    width: 10% !important;
}