
/****** HINNASTO ******/
.listheader {
display: block;
text-align: center;
font-size: 25px;
font-weight: bold;
}

.listtable {
display: table;
width: 100%;
  border-spacing: 8px;

}

.listrow {
display: table-row;
width: 100%;

}


.listcell {
width: 20%;
display: table-cell;
text-align: center;

padding: 10px;
background-color: #feec8a;
color: #000;
border-radius: 3px;
}

.listcell b {
font-size: 19px;
}

@media all and  (max-width: 716px) { 


.listcell {
display: block;
width: 100%;
margin-bottom: 10px;
}

}