.container {
    margin: auto;
    line-height: 160%;
    max-width: 1080px;
}

.title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin: 20px;
}

table {
    border-spacing: 0;
    border-right: 1px solid #dfe6ec;
    border-bottom: 1px solid #dfe6ec;
}

table td, table th {
    border-left: 1px solid #dfe6ec;
    border-top: 1px solid #dfe6ec;
    padding: 6px;
}
