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