﻿/*Tables styles*/
table {
    counter-reset: row-num;
    table-layout: fixed;
    width: 100% !important;
}

table tbody {
    border-width: inherit !important;
    border-collapse: inherit !important;
}

table tbody tr {
    counter-reset: row-num;
    border-width: inherit !important;
}

table tbody tr td {
    counter-increment: row-num;
    padding: 10px;
    width: unset !important;
    border-width: inherit !important;
}

[class~="1.1"] {
    padding: 2px !important;
}

[class~="2.1"] {
    padding: 2px !important;
}

[class~="5.1"] {
    padding: 2px !important;
}

[class~="5.2"] {
    padding: 2px !important;
}

[class~="10.3"] {
    padding: 2px !important;
}

[class~="7.1"] {
    padding: 2px !important;
}

[class~="7.2"] {
    padding: 2px !important;
}

[class~="1.2"] {
    padding: 20px !important;
}

[class~="7.3"] {
    padding: 20px !important;
}

[class~="2"] td:first-child {
    width: 50px !important;
}

[class~="2.1"] td:nth-child(odd) {
    width: 33px !important;
}

[class~="2.1"] td:nth-child(even) {
}

[class~="2.2"] td:nth-child(odd) {
    width: 20px !important;
}

[class~="2.2"] td:nth-child(even) {
}

[class~="3"] td:first-child {
    width: 7px !important;
}

[class~="3"] td:nth-child(2) {
    width: 26px !important;
}

[class~="4"] td:nth-child(odd) {
}

[class~="4"] td:nth-child(even) {
    width: 7px !important;
}

[class~="5"] td:nth-child(odd) {
    width: 7px !important;
}

[class~="5"] td:nth-child(even) {
}

[class~="5.1"] td:nth-child(odd) {
    width: 4px !important;

}

[class~="5.1"] td:nth-child(even) {
}

[class~="5.2"] td:nth-child(odd) {
    width: 2px !important;
}

[class~="5.2"] td:nth-child(even) {
}

[class~="10"] td:nth-child(odd) {
}

[class~="10"] td:nth-child(even) {
    width: 100px !important;
}

[class~="10.1"] td:nth-child(odd) {
    width: 100px !important;
}

[class~="10.1"] td:nth-child(even) {
}

[class~="10.2"] td:nth-child(odd) {
    width: 100px !important;
}

[class~="10.2"] td:nth-child(even) {
}

[class~="10.3"] td:nth-child(odd) {
    width: 100px !important;
}

[class~="10.3"] td:nth-child(even) {
}