body {
    font-family: Arial, sans-serif;

}




.sisalto {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;


}

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(72, 207, 207)


}
td {
    vertical-align: top;
}

table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}

caption {
    font-style: italic;
}