#lihtne tr:nth-child(1) td:nth-child(1){
/*html failis id=lihtne*/
    width: 60%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    padding: 10px; /*vahe tekstist ääriseni*/
    /*border-collapse: collapse;*/
    background-color: rgb(239, 162, 255);
}
#lihtne tr:nth-child(1) td:nth-child(2){
    /*html failis id=lihtne*/
    width: 60%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    padding: 10px; /*vahe tekstist ääriseni*/
    /*border-collapse: collapse;*/
    background-color: rgb(255, 110, 212);
}
#lihtne tr:nth-child(2) td:nth-child(1){
    background-color: rgb(255, 55, 178);
    text-align: center;
}
#lihtne tr:nth-child(3) td:nth-child(1){
    background-color: rgb(255, 176, 225);
    text-align: center;
}

/*table2*/
table#table2, table#table2, td{
    border-collapse: collapse;
    width: 250px;
    height: 50px;
    }
#table2 tr:nth-child(1) td:nth-child(1){
    background-color: rgb(167, 224, 255);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(1) td:nth-child(2){
    background-color: rgb(116, 206, 255);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(1) td:nth-child(3){
    background-color: rgb(102, 201, 255);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(2) td:nth-child(1){
    background-color: rgb(0, 166, 255);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(2) td:nth-child(2){
    background-color: rgb(11, 148, 222);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(2) td:nth-child(3){
    background-color: rgb(0, 121, 186);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(2) td:nth-child(4){
    background-color: rgb(0, 83, 127);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(3) td:nth-child(1){
    background-color: rgb(137, 214, 255);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(4) td:nth-child(1){
    background-color: rgb(0, 142, 219);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(4) td:nth-child(2){
    background-color: rgb(37, 164, 232);
    text-align: center;
    border-collapse: collapse;
}
#table2 tr:nth-child(4) td:nth-child(3){
    background-color: #bce7ff;
    text-align: center;
    border-collapse: collapse;
}
