body {
    font-family: Arial, sans-serif;
}

table {
    border-collapse: collapse;
    margin-bottom: 1em;
    width: 100%;
}

td, th {
    border: 1px solid rgb(104, 104, 104);
    padding: 2.5px 5px ;
}
th {
    text-align: left;
    background-color: rgb(255, 211, 211);
}

td {
    vertical-align: top;
}

table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}

caption {
    font-style: italic;
}

.harmaa {
    color: rgb(139, 139, 139);
}

.sisalto {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}