/*******<table id=tabel1>*******/
table#tabel1{ /*html failis table id=tabel1*/
    width: 50%;
    height: 200px;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}
td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
#tabel1 tr:nth-child(1) td:nth-child(1){
    background-color: ghostwhite;
}
#tabel1 tr:nth-child(1) td:nth-child(2){
    background-color: honeydew;
}
#tabel1 tr:nth-child(2) td:nth-child(1){
    background-color: lavender;
}
#tabel1 tr:nth-child(2) td:nth-child(2){
    background-color: lavenderblush;
}
/*******<table id=tabel2>*******/
table#tabel2{ /*html failis table id=tabel2*/
    width: 30%;
    height: 100px;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}
#tabel2 td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
table#tabel3{ /*html failis table id=tabel3*/
    width: 30%;
    height: 100px;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}
#tabel3 td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
table#tabel4{ /*html failis table id=tabel3*/
    width: 30%;
    height: 100px;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}
#tabel4 td {
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
#tabel4 tr:nth-child(1) td:nth-child(3){
    background-color: aliceblue;
    width: 33%;
}
#tabel4 tr:nth-child(1) td:nth-child(1){
    background-color: azure;
    width: 33%;
}
#tabel4 tr:nth-child(1) td:nth-child(2){
    background-color: cornsilk;
    width: 33%;
}
#tabel4 tr:nth-child(1) td:nth-child(1){
    background-color: azure;
    width: 33%;
}
#tabel4 tr:nth-child(2) td:nth-child(1){
    background-color: floralwhite;
    width: 33%;
}
#tabel4 tr:nth-child(3) td:nth-child(1){
    background-color: aqua;
    width: 33%;
}
#tabel4 tr:nth-child(3) td:nth-child(2){
    background-color: aquamarine;
    width: 50%;
}
#eesti{
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;
}
#eesti tr:nth-child(1){
    background-color: blue;
}
#eesti tr:nth-child(2){
    background-color: black;
}
#eesti tr:nth-child(3){
    background-color: white;
}
#prantsusmaa{
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;
}
#prantsusmaa td:nth-child(1){
    background-color: blue;
    width: 33px;
}
#prantsusmaa td:nth-child(2){
    background-color: white;
    width: 33px;
}
#prantsusmaa td:nth-child(3){
    background-color: red;
    width: 33px;
}
#Rotsi {
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;
}

#Rotsi td:nth-child(1) {
    width: 15%;
    text-align: center;
    border: 1px solid black;
}

#Rotsi tr:nth-child(1) td:nth-child(1) {
    background-color: blue;
    width: 33%;
}

#Rotsi tr:nth-child(1) td:nth-child(2) {
    background-color: yellow;
    width: 15%;
}
#Rotsi tr:nth-child(1) td:nth-child(3) {
    background-color: blue;
    width: 15%;
}
#Rotsi tr:nth-child(2) {
    background-color: yellow;
    width: 15%;
    height: 15%;
}

#Rotsi tr:nth-child(3) td:nth-child(1) {
    background-color: blue;
    width: 30%;
}

#Rotsi tr:nth-child(3) td:nth-child(2) {
    background-color: yellow;
    width: 15%;
}

#Rotsi tr:nth-child(3) td:nth-child(3) {
    background-color: blue;
    width: 60%;
}
#Switzerland {
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-collapse: collapse;
}
#Switzerland tr:nth-child(1){
    background-color: red;
}
#Switzerland tr:nth-child(2) td:nth-child(1) {
    background-color: red;
    width: 15%;
    height: 15%;
}
#Switzerland tr:nth-child(2) td:nth-child(2) {
    background-color: white;
    width: 15%;
    height: 15%;
}
#Switzerland tr:nth-child(2) td:nth-child(3) {
    background-color: red;
    width: 30%;
    height: 30%;
}
#Switzerland tr:nth-child(3) td:nth-child(1) {
    background-color: red;
    width: 10%;
    height: 30%;
}
#Switzerland tr:nth-child(3) td:nth-child(2) {
    background-color: white;
    width: 30%;
    height: 30%;
}
#Switzerland tr:nth-child(3) td:nth-child(3) {
    background-color: red;
    width: 10%;
    height: 30%;
}
#Switzerland tr:nth-child(4) td:nth-child(1) {
    background-color: red;
    width: 40%;
    height: 30%;
}
#Switzerland tr:nth-child(4) td:nth-child(2) {
    background-color: white;
    width: 15%;
    height: 15%;
}
#Switzerland tr:nth-child(4) td:nth-child(3) {
    background-color: red;
    width: 40%;
    height: 30%;
}
#Switzerland tr:nth-child(5){
    background-color: red;
}