#eesti{
    width: 330px;
    height: 210px;
    border: 1px solid grey;
    border-spacing: 0;
    position: absolute;
    top: 80px;
    left: 20px;
}
#eesti tr:nth-child(1){
    background-color: blue;
}

#eesti tr:nth-child(2){
    background-color: black;
}

#eesti tr:nth-child(3){
    background-color: white;
}
/*Rootsi lipp*/
#rootsi{
    width: 330px;
    height: 210px;
    border: 1px solid grey;
    border-spacing: 0;
    position: absolute;
    top : 80px;
    left : 370px;
}
#rootsi tr:nth-child(1) td:nth-child(1),
#rootsi tr:nth-child(3) td:nth-child(1){
    background-color: blue;
    width: 100px;
}
#rootsi tr:nth-child(1) td:nth-child(3),
#rootsi tr:nth-child(3) td:nth-child(3){
    background-color: blue;
    width: 180px;
}
#rootsi tr:nth-child(1) td:nth-child(2),
#rootsi tr:nth-child(3) td:nth-child(2){
    background-color: yellow;
    width: 40px;
}
#rootsi tr:nth-child(2){
    background-color: yellow;
    height: 40px;
}
/*Belgium lipp*/
#belgia {
    width: 330px;
    height: 210px;
    border: 1px solid grey;
    border-spacing: 0;
    position: absolute;
    top: 330px;
    left: 20px;
}
#belgia tr:nth-child(1){
    background-color: black;
}

#belgia tr:nth-child(2){
    background-color: yellow;
}

#belgia tr:nth-child(3){
    background-color: red;
}
/*Thailand lipp*/
#thailand {
    width: 330px;
    height: 210px;
    border: 1px solid grey;
    border-spacing: 0;
    position: absolute;
    top: 330px;
    left: 370px;
}

#thailand tr:nth-child(1){
    background-color: red;
}
#thailand tr:nth-child(2){
    background-color: white;
    height: 30px;
}
#thailand tr:nth-child(3){
    background-color: blue;
    height: 80px;
}
#thailand tr:nth-child(4){
    background-color: white;
    height: 30px;
}
#thailand tr:nth-child(5){
    background-color: red;
}

#uae {
    width: 330px;
    height: 210px;
    border: 1px solid grey;
    border-spacing: 0;
    position: absolute;
    top: 580px;
    left: 20px;
}
#uae tr:nth-child(1) td:nth-child(1){
background-color: red;
width: 100px;}

#uae tr:nth-child(1) td:nth-child(2) {
    background-color: green;
}
#uae tr:nth-child(2){
    background-color: white;
}
#uae tr:nth-child(3){
    background-color: black;
}
#toota {
    border: 3px solid black;
    width: 330px;
    height: 330px;
    position: absolute;
    top: 580px;
    left: 370px;
}

td.kollane{
    background : yellow;
}

td.olive{
    background : olive;
}

td.red{
    background : red;
}

td.green{
    background : green;
}

td.blue{
    background : blue;
}
td.pink{
    background : pink;
}
td.purple{
    background : purple;
}
td.orange{
    background : orange;
}
td.black{
    background : black;
}
td.gray{
    background : gray;
}


