/*td:nth-child(1) {
    width:12% !important;
    height:3% !important
}

td:nth-child(2) {
    width:32% !important;
    height: 3% !important
}
td:nth-child(3) {
    width:15% !important;
    height: 3% !important
}
td:nth-child(4) {
    width: 16% !important;
    height: 3% !important
}
td:nth-child(5) {
    width: 14% !important;
    height: 3% !important
}
td:nth-child(6) {
    width: 17% !important;
    height: 3% !important
}

td:nth-child(7) {
    width:26% !important;
    height: 3% !important
}


th:nth-child(1) {
    width:12% !important;
}

th:nth-child(2) {
    width: 12% !important;
}

th:nth-child(3) {
    width:31% !important;
}

th:nth-child(4) {
    width: 16% !important;
}

th:nth-child(5) {
    width: 14% !important;
}

th:nth-child(6) {
    width: 17% !important;
}

th:nth-child(7) {
    width: 16% !important;
}

*/
td img {
    height: 50px;
    width: 50px;
}
td:nth-child(7){
    width:14% !important;
}
@media (max-width:500px) {
    td img {
        height: 50px;
        width: 50px;
    }
}