body {
    font-family: Arial, sans-serif;
}
 
td, th {
    border: 1px solid #000;
    padding: 3px 6px;
}
 
td {
    vertical-align: top;
}
  
table {
    border-collapse: collapse;
    margin-bottom: 2.5em;
    width: 100%;
}

th{
    text-align: left;
    background-color: rgb(101, 238, 131);
}

caption {
    font-style: italic;
}

table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}
 
.harmaa {
    color: #999;
}
 
.sisalto {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}