.taxSystemTable{
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}


.taxSystemTable th:first-child{
    background: linear-gradient(90deg,#0b72bb,#0a6bb0 );
}

.taxSystemTable tr:last-child td {
    vertical-align:top;
}

.taxSystemTable td {
    border: solid transparent;
}

.taxSystemTable td:nth-child(1) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#0a6bb0,#0a64a5) border-box;
}
.taxSystemTable td:nth-child(2) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#0a64a5,#095d9a) border-box;
}
.taxSystemTable td:nth-child(3) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#095d9a,#08568e) border-box;
}
.taxSystemTable td:nth-child(4) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#08568e,#084f83) border-box;
}
.taxSystemTable td:nth-child(5) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#084f83,#084877) border-box;
}
.taxSystemTable td:nth-child(6) {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,#084877,#07416b) border-box;
}


.taxSystemTable col{
    width: 15.333%;
}

.taxSystemTable .col1{
    width: 8%;
}


.blank{
    border: solid transparent !important;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg,white,white) border-box !important;
}


@media (max-width: 700px) {
}