body{
    background-color: brown;
    color: white;
}
table img{
    width: 80px;
}
table{
    margin: 0 auto;
    border-collapse: collapse;
}
table td{
            border: 2px solid red;
            width:120px;
        }
.jobbra{
    text-align: right;
}
input[type=number]{
    width: 80px;
  
} 
tr:hover {background-color: blue;
        color: white;}
.kiemeles{
    font-size: 25px;
    background-color:darkblue;
    text-align: center;
    font-weight: bold;
}
#bruttoossz{
    width: 150px;
    font-size: 25px;
}
