/* body {
    background:var(--bg);
    margin:0;
    padding:0px;
    display:block;
    align-items:unset;
    justify-content:unset;
    
} */

.vihrea {
    color:green
}
.punainen {
    color: red;
}

.taysi {
    font-weight: 900;
}

.leimaNimiTd {
    width: 15%;
}

.leimaEtuTd {
    width: 40%;
}



@media screen and (max-width: 800px) {  

    .leimat-grid {
        display: grid;
        grid-template-columns:repeat(4,auto); 
    
    }


}



@media screen and (max-width: 600px) {  

    .leimat-grid {
        display: grid;
        grid-template-columns:repeat(3,auto); 
    
    }

    
        
    .leimaNimiTdKapea {
        width: 25%;
    }

    .leimaEtuTdKapea {
        width: 60%;
    }

    .eiListaKapea {
        display: none;
    }
}



@media screen and (max-width: 480px) {  

    .leimat-grid {
        display: grid;
        grid-template-columns:repeat(2,auto); 
    
    }
}