.block {
}

p {
    margin: 0;
}

table {
    max-width: 100%;
    width: 100% !important;
}

table tr:nth-of-type(2n+1) {
    background: #e4eefc;
}