table{
	width: 40%; /*40% ekraani laiust*/
	height: 200px;
	border: 1pt solid yellow;
}
td{
	border: 1pt solid yellow;
	text-align: center; /*выравнивание текста*/
}
/*1.rida 1.lahter*/
#tabel1 tr:nth-child(1) td:nth-child(1){
	background-color: green;
}
/*1.rida 2.lahter*/
#tabel1 tr:nth-child(1) td:nth-child(2){
	background-color: blue;
}
/*2.rida 1.lahter*/
#tabel1 tr:nth-child(1) td:nth-child(3){
	background-color: olive;
}
/*2.rida 2.lahter*/
#tabel1 tr:nth-child(2) td:nth-child(1){
	background-color: red;
}
/*3.rida 1.lahter*/
#tabel1 tr:nth-child(2) td:nth-child(2){
	background-color: purple;
}
/*3.rida 2.lahter*/
#tabel1 tr:nth-child(2) td:nth-child(3){
	background-color: orange;
}
#eesti{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing: 0;
}
#eesti td{
	border:0;
}	
/*1.rida*/
#eesti tr:nth-child(1){
	background-color: blue;
    }
/*2.rida*/
#eesti tr:nth-child(2){
	background-color: black;
    }
/*3.rida*/
#eesti tr:nth-child(3){
	background-color: white;
    }
#soome{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing: 0;
}
#soome td{
	border:0;
}	
/*1.rida*/
#soome tr:nth-child(1) td:nth-child(1),
#soome tr:nth-child(3) td:nth-child(1) {
	background-color: white;
	width: 25%;
    }
#soome tr:nth-child(1) td:nth-child(1),
#soome tr:nth-child(3) td:nth-child(1) {
	background-color: white;
	width: 25%;
    }
/*1.rida 2.lahter ja 3.rida 2.lahter*/
#soome tr:nth-child(1) td:nth-child(2),
#soome tr:nth-child(3) td:nth-child(2) {
	background-color: blue;
	width: 15%;
    }
/*2.rida*/
#soome tr:nth-child(2){
	background-color: blue;
	height:20%;
    }
/*1.rida 3.lahter ja 3.rida 3.lahter*/
#soome tr:nth-child(1) td:nth-child(3),
#soome tr:nth-child(3) td:nth-child(3) {
	background-color: white;
	}
#varvid{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing: 0;
}
#varvid td{
	border:0;
}	
/*1.rida*/
#varvid tr:nth-child(1){
	background-color: #f2f79c;
    }
/*2.rida*/
#varvid tr:nth-child(2){
	background-color: #9ef76b;
    }
/*3.rida*/
#varvid tr:nth-child(3){
	background-color: #cc4747;
    }
#german{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing: 0;
}
#german td{
	border:0;
}	
/*1.rida*/
#german tr:nth-child(1){
	background-color: black;
    }
/*2.rida*/
#german tr:nth-child(2){
	background-color: red;
    }
/*3.rida*/
#german tr:nth-child(3){
	background-color: yellow;
    }
#france{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing: 0;
}
#france td{
	border:0;
}	
#france td:nth-child(1){
	background-color: blue;
    }
#france td:nth-child(2){
	background-color: white;
    }
#france td:nth-child(3){
	background-color: red;
    }
