table#Lihtne, td{
    /*html failis id=Lihtne*/
    width: 50%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    paddiing: 10px; /*vahetekstist ääriseni*/
    /*border-collapse: collapse;*/
}
table#keeruline1, table#keeruline2, table#keeruline3, td {

    width: 50%;
    border: 1px solid black;
    text-align: center;
    padding: 2px;
    /*border-collapse: collapse;*/
    background-color: cornflowerblue
}
    table#iseseisevtöö, td {
    /*html failis id=Lihtne*/
    width: 50%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    paddiing: 10px; /*vahetekstist ääriseni*/
    /*border-collapse: collapse;*/
}
table#iseseisevtöö2, td {
    /*html failis id=Lihtne*/
    width: 50%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    paddiing: 5px; /*vahetekstist ääriseni*/
    /*border-collapse: collapse;*/
}
table#iseseisevtöö3, td {
    /*html failis id=Lihtne*/
    width: 50%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskele*/
    paddiing: 5px; /*vahetekstist ääriseni*/
    /*border-collapse: collapse;*/
}
#uus{
    width: 50%;
    height: 200px;
    border: 3px solid black;
}
#uus tr:nth-child(1) td:nth-child(1){
    background-color: deepskyblue;
    width: 15px;
    height: 35px;
}
    #uus tr:nth-child(1) td:nth-child(2){
        background-color: blue;
        width: 25px;
        height: 35px;
}
#uus tr:nth-child(1) td:nth-child(3){
    background-color: darkblue;
    width: 25px;
    height: 38px;
}
#uus tr:nth-child(1) td:nth-child(4){
    background-color: midnightblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(2) td:nth-child(1){
    background-color: mediumblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(2) td:nth-child(2){
    background-color: skyblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(2) td:nth-child(3){
    background-color: cornflowerblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(2) td:nth-child(3){
    background-color: powderblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(3) td:nth-child(1){
    background-color: mediumslateblue;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(3) td:nth-child(2){
    background-color: mediumpurple;
    width: 25px;
    height: 35px;
}
#uus tr:nth-child(4) td:nth-child(1){
    background-color: darkslateblue;
    width: 35px;
    height: 35px;
}
