#t1 {
    border: 1px solid black;
    border-collapse: collapse;
    min-width: 250px;
    width: 11%;



}
#t1 td {

    border: 1px solid black;
    text-align: center;
    height: 50px;
}
#t1 tr:nth-child(1) td{
    background-color: yellow;
}
#t1 tr:nth-child(1) td:nth-child(odd){
    background-color: purple;
}
#t1 tr:nth-child(2) td {
    background-color: red;
}
#t1 tr:nth-child(2) td:nth-child(odd){
    background-color: brown;
}
#t1 tr:nth-child(3) td{
    background-color: blue;
}
#t1 tr:nth-child(4) td {
    background-color: green;
}


#t1 tr:nth-child(4) td {
    height: 100px;
}
.table-container table {
    margin-top:20px;
    width: 330px;
    height: 210px;
    border: 1px solid gray;
    border-spacing: 0;
}

#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 tr:nth-child(1) td:nth-child(1),
#rootsi tr:nth-child(1) td:nth-child(3),
#rootsi tr:nth-child(3) td:nth-child(1),
#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(2),
#rootsi tr:nth-child(3) td:nth-child(2){
    background-color: yellow;
}

#rootsi tr:nth-child(1) td:nth-child(1),
#rootsi tr:nth-child(2) td:nth-child(1),
#rootsi tr:nth-child(3) td:nth-child(1)
{
    width: 100px;
}

#rootsi tr:nth-child(1) td:nth-child(2),
#rootsi tr:nth-child(2) td:nth-child(2),
#rootsi tr:nth-child(3) td:nth-child(2){
    width: 40px;
}
#rootsi tr:nth-child(2){
    height:45px;
}


#kreeka tr:nth-child(1) td:nth-child(1),
#kreeka tr:nth-child(1) td:nth-child(3),
#kreeka tr:nth-child(1) td:nth-child(4),
#kreeka tr:nth-child(3) td:nth-child(2),
#kreeka tr:nth-child(4) td:nth-child(1),
#kreeka tr:nth-child(4) td:nth-child(3),
#kreeka tr:nth-child(5) td:nth-child(1),
#kreeka tr:nth-child(7) td:nth-child(1),
#kreeka tr:nth-child(9) td:nth-child(1)
{
    background-color: #0d5dae;
}


#kreeka tr:nth-child(1) td:nth-child(2){
    width: 20px;
}
#kreeka tr:nth-child(2) td:nth-child(1){
    height: 20px;
}

#kreeka tr:nth-child(1) td:nth-child(1),
#kreeka tr:nth-child(1) td:nth-child(3),
#kreeka tr:nth-child(3) td:nth-child(1),
#kreeka tr:nth-child(3) td:nth-child(3)
{
    width: 45px;
}

.row {
    display: flex;
    justify-content: space-around;
}

#frantsusmaa tr:nth-child(1) td:nth-child(1){
    background-color: #002653;
}
#frantsusmaa tr:nth-child(1) td:nth-child(2){
    background-color: #fdfdfd;
}
#frantsusmaa tr:nth-child(1) td:nth-child(3){
    background-color: #cc1127;
}

#norway tr:nth-child(1) td:nth-child(1),
#norway tr:nth-child(1) td:nth-child(5),
#norway tr:nth-child(5) td:nth-child(1),
#norway tr:nth-child(5) td:nth-child(4)
{
    background-color: #e44457;
}

#norway tr:nth-child(1) td:nth-child(1),
#norway tr:nth-child(5) td:nth-child(1)
{
    width: 65px;
    height: 65px;
}

#norway tr:nth-child(2) td:nth-child(3),
#norway tr:nth-child(2) td:nth-child(4),
#norway tr:nth-child(4) td:nth-child(2),
#norway tr:nth-child(4) td:nth-child(3),
#norway tr:nth-child(4) td:nth-child(4)
{
    height: 20px;
}

#norway tr:nth-child(1) td:nth-child(2),
#norway tr:nth-child(1) td:nth-child(4),
#norway tr:nth-child(5) td:nth-child(2),
#norway tr:nth-child(5) td:nth-child(4)
{
    width: 20px;
}

#norway tr:nth-child(1) td:nth-child(5),
#norway tr:nth-child(5) td:nth-child(5)
{
    width:200px
}

#norway tr:nth-child(1) td:nth-child(3){
    width:30px;
}


#norway tr:nth-child(1) td:nth-child(3),
#norway tr:nth-child(3) td:nth-child(1),
#norway tr:nth-child(3) td:nth-child(2),
#norway tr:nth-child(3) td:nth-child(3),
#norway tr:nth-child(3) td:nth-child(4)
{
    background-color: #0d5dae;

}
