table#tabel1{  /* gtml failis table id=tabl1*/
    width: 50%;
    text-align: center;
    border: 1px solid black;
    height: 200px;
    border-collapse: collapse;  /* ühine äris*/
}
#tabel1 td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
/**********************<tabel 1 id=tabel1>**********************/
#tabel1 tr:nth-child(1) td:nth-child(1) {
    /*1 rida 1 lahter*/
    background-color: #950054;
}
#tabel1 tr:nth-child(1) td:nth-child(2) {
    /*1 rida 1 lahter*/
    background-color: darkblue;
}
#tabel1 tr:nth-child(2) td:nth-child(1) {
    /*1 rida 1 lahter*/
    background-color: coral;
}
#tabel1 tr:nth-child(2) td:nth-child(2) {
    /*1 rida 1 lahter*/
    background-color: turquoise;
}
/**********************<tabel 1 id=tabel1>**********************/
/**********************<tabel 2 id=tabel2>**********************/

table#tabel2{  /* gtml failis table id=tabl1*/
    width: 30%;
    text-align: center;
    border: 1px solid black;
    height: 100px;
}
td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}

/**********************<tabel 2 id=tabel2>**********************/
/**********************<tabel 3 id=tabel3>**********************/
table#tabel3{  /* gtml failis table id=tabl1*/
    width: 30%;
    text-align: center;
    border: 1px solid black;
    height: 150px;
}
#tabel3td {
    width: 60%;
    text-align: center;
    border: 1px solid black;
}
/**********************<tabel 3 id=tabel3>**********************/




/**********************<tabel 4 id=tabel4>**********************/
table#tabel4{  /* gtml failis table id=tabl1*/
    width: 30%;
    text-align: center;
    border: 1px solid black;
    height: 150px;
}
#tabel4td {
    width: 60%;
    text-align: center;
    border: 1px solid black;
}
#tabel4 tr:nth-child(1) td:nth-child(1) {
    /*1 rida 1 lahter*/
    background-color: #950054;
    width: 33%;
}
#tabel4 tr:nth-child(1) td:nth-child(2) {
     /*1 rida 1 lahter*/
     background-color: aqua;
     width: 33%;
 }
#tabel4 tr:nth-child(1) td:nth-child(3) {
    /*1 rida 1 lahter*/
    background-color: brown;
    width: 33%;
}
#tabel4 tr:nth-child(2) td:nth-child(1) {
    /*1 rida 1 lahter*/
    background-color: coral;
    width: 33%;
}
#tabel4 tr:nth-child(2) td:nth-child(2) {
    /*1 rida 1 lahter*/
    background-color: turquoise;
    width: 33%;
}
#tabel4 tr:nth-child(3) td:nth-child(1) {
    /*1 rida 1 lahter*/
    background-color: darkgreen;
    width: 33%;
}
#tabel4 tr:nth-child(3) td:nth-child(2) {
    /*1 rida 1 lahter*/
    background-color: bisque;
    width: 33%;
}
/**********************<tabel 4 id=tabel4>**********************/

#Eesti{
    width: 330px;
    border: 1px solid gray;
    border-collapse: collapse;

}
#Eesti tr:nth-child(1){
    background-color: blue;
    height: 70px;
}
#Eesti tr:nth-child(2){
    background-color: black;
    height: 70px;
}
#Eesti tr:nth-child(3){
    background-color: white;
    height: 70px;
}


#frans{
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;

}

#frans td:nth-child(1){
    background-color: blue;
    width: 33%;
}
#frans td:nth-child(2){
    background-color: white;
    width: 33%;
}
#frans td:nth-child(3){
    background-color: red;
    width: 33%;
}

#rootsi{
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;

}
#rootsi tr:nth-child(1) td:nth-child(1){
    background-color: blue;
    width: 20%;
}
#rootsi tr:nth-child(1) td:nth-child(2){
    background-color: yellow;
    width: 10%;
    border: 1px solid transparent;

}
#rootsi tr:nth-child(1) td:nth-child(3){
    background-color: blue;
    width: 70%;
}
#rootsi tr:nth-child(2) td:nth-child(1){
    background-color: yellow;
    width: 20%;
    height: 20%;
    border: 1px solid transparent;
}
#rootsi tr:nth-child(3) td:nth-child(1){
    background-color: blue;
    width: 20%;
}
#rootsi tr:nth-child(3) td:nth-child(2){
    background-color: yellow;
    width: 10%;
    border: 1px solid transparent;
}
#rootsi tr:nth-child(3) td:nth-child(3){
    background-color: blue;
    width: 70%;
}
#swederland{
    width: 330px;
    height: 210px;
    border-collapse: collapse;

}
#swederland td:nth-child(1){
    background-color: red;
    border: 1px solid transparent;
}
#swederland td:nth-child(5){
    background-color: red;
    border: 1px solid transparent;

}
#swederland tr:nth-child(2) td:nth-child(1){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(2) td:nth-child(2){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(2) td:nth-child(3){
    background-color: white;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(2) td:nth-child(4){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(2) td:nth-child(5){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(3) td:nth-child(1){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(3) td:nth-child(2){
    background-color: white;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(3) td:nth-child(3){
    background-color: white;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(3) td:nth-child(4){
    background-color: white;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(3) td:nth-child(5){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(4) td:nth-child(1){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(4) td:nth-child(2){
    background-color: red;
    width: 20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(4) td:nth-child(3){
    background-color: white;
    width:20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(4) td:nth-child(4){
    background-color: red;
    width:20%;
    border: 1px solid transparent;
}
#swederland tr:nth-child(4) td:nth-child(5){
    background-color: red;
    width:20%;
    border: 1px solid transparent;
}