/* **************** lihtne **************** */

table#lihtne {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}
table#lihtne td {
    border: 1pt solid black;
    text-align: center;
}
table#lihtne tr:nth-child(1) td:nth-child(1) {
    background-color: lightcyan;
}
table#lihtne tr:nth-child(1) td:nth-child(2) {
    background-color: powderblue;
}
table#lihtne tr:nth-child(2) td:nth-child(1) {
    background-color: aliceblue;
}
table#lihtne tr:nth-child(2) td:nth-child(2) {
    background-color: lightblue;
}


/* **************** keeruline **************** */

table#keeruline1 {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}
table#keeruline1 td {
    border: 1pt solid black;
    text-align: center;
}
table#keeruline1 tr:nth-child(1) td:nth-child(1) {
    background-color: lightcyan;
}
table#keeruline1 tr:nth-child(1) td:nth-child(2) {
    background-color: powderblue;
}
table#keeruline1 tr:nth-child(2) td:nth-child(1) {
    background-color: aliceblue;
}
table#keeruline1 tr:nth-child(2) td:nth-child(2) {
    background-color: lightblue;
}


/* **************** keeruline2 **************** */

table#keeruline2 {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}
table#keeruline2 td {
    border: 1pt solid black;
    text-align: center;
}
table#keeruline2 tr:nth-child(1) td:nth-child(1) {
    background-color: lightcyan;
}
table#keeruline2 tr:nth-child(1) td:nth-child(2) {
    background-color: powderblue;
}
table#keeruline2 tr:nth-child(2) td:nth-child(1) {
    background-color: aliceblue;
}
table#keeruline2 tr:nth-child(2) td:nth-child(2) {
    background-color: lightblue;
}
/* **************** keeruline2 **************** */

table#new1 {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}
table#new1 td {
    border: 1pt solid black;
    text-align: center;
}


table#new1 tr:nth-child(1) td:nth-child(1) {
    background-color: lightcyan;
}
table#new1 tr:nth-child(1) td:nth-child(2) {
    background-color: powderblue;
}
table#new1 tr:nth-child(1) td:nth-child(3) {
    background-color: lightpink;
}


table#new1 tr:nth-child(2) td:nth-child(1) {
    background-color: lightyellow;
}
table#new1 tr:nth-child(2) td:nth-child(3) {
    background-color: lightgreen;
}

table#new1 tr:nth-child(3) td:nth-child(1) {
    background-color: lightsalmon;
}
table#new1 tr:nth-child(3) td:nth-child(2) {
    background-color: lightsteelblue;
}

table#new1 tr:nth-child(4) td:nth-child(1) {
    background-color: moccasin;
}
table#new1 tr:nth-child(4) td:nth-child(2) {
    background-color: thistle;
}

table#new1 tr:nth-child(5) td:nth-child(1) {
    background-color: peachpuff;
}
table#new1 tr:nth-child(5) td:nth-child(2) {
    background-color: palegoldenrod;
}




table#new2 {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}
table#new2 td {

    text-align: center;
}
table#new2 tr:nth-child(1) td:nth-child(1) {
    background-color: lightcoral;
}
table#new2 tr:nth-child(1) td:nth-child(2) {
    background-color: salmon;
}
table#new2 tr:nth-child(2) td:nth-child(1) {
    background-color: lightseagreen;
}
table#new2 tr:nth-child(2) td:nth-child(2) {
    background-color: mediumaquamarine;
}
table#new2 tr:nth-child(3) td:nth-child(1) {
    background-color: lightgray;
}
table#new2 tr:nth-child(3) td:nth-child(2) {
    background-color: lemonchiffon;
}
table#new2 tr:nth-child(4) td:nth-child(1) {
    background-color: lightsalmon;
}
table#new2 tr:nth-child(4) td:nth-child(2) {
    background-color: moccasin;
}
table#new2 tr:nth-child(5) td:nth-child(1) {
    background-color: lightsteelblue;
}
table#new2 tr:nth-child(5) td:nth-child(2) {
    background-color: lavender;
}
table#new2 tr:nth-child(6) td:nth-child(1) {
    background-color: lightgreen;
}
table#new2 tr:nth-child(6) td:nth-child(2) {
    background-color: salmon;
}



table#new3 {
    border: 1pt solid black;
    width: 15%;
    height: 200px;
    border-collapse: collapse;
}

table#new3 td {
    border: 1pt solid black;
    text-align: center;
}

table#new3 tr:nth-child(1) td {
    background-color: lightcoral;
}

table#new3 tr:nth-child(2) td:nth-child(1) {
    background-color: salmon;
}

table#new3 tr:nth-child(2) td:nth-child(2) {
    background-color: lightseagreen;
}

table#new3 tr:nth-child(3) td:nth-child(1) {
    background-color: mediumaquamarine;
}

table#new3 tr:nth-child(3) td:nth-child(2) {
    background-color: red;
}

table#new3 tr:nth-child(4) td:nth-child(1) {
    background-color: lemonchiffon;
}

table#new3 tr:nth-child(4) td:nth-child(2) {
    background-color: lightsalmon;
}

table#new3 tr:nth-child(4) td:nth-child(3) {
    background-color: moccasin;
}

table#new3 tr:nth-child(4) td:nth-child(4) {
    background-color: lightsteelblue;
}

table#new3 tr:nth-child(5) td:nth-child(1) {
    background-color: lavender;
}

table#new3 tr:nth-child(5) td:nth-child(2) {
    background-color: lightgreen;
}

table#new3 tr:nth-child(5) td:nth-child(3) {
    background-color: palegreen;
}

table#new3 tr:nth-child(6) td:nth-child(1) {
    background-color: blueviolet;
}

table#new3 tr:nth-child(6) td:nth-child(2) {
    background-color: blue;
}

table#new3 tr:nth-child(6) td:nth-child(3) {
    background-color: lightsteelblue;
}







table#new4 {
    width: 18%;
    height: 200px;
    border-collapse: collapse;

}

table#new4 td {
    text-align: center;
}


table#new4 tr:nth-child(1) td:nth-child(1) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(1) td:nth-child(3) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(2) td:nth-child(2) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(2) td:nth-child(4) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(3) td:nth-child(2) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(4) td:nth-child(2) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(4) td:nth-child(4) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(5) td:nth-child(1) {
    background-color: lightseagreen;
    border: 1pt solid black;
}
table#new4 tr:nth-child(5) td:nth-child(3) {
    background-color: lightseagreen;
    border: 1pt solid black;
}