main .container {
    max-width: 1140px;
    margin: 0 auto;
}

table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 5px;
    border: none;
    margin: 20px 0px;
}

table caption {
    padding: 10px 0;
}


th, td, tr {
    padding: 10px;
    border: 1px solid #131e61;
}

table .name{
    background: #5184b0;
}

table .param {
    background: #c2bcb2;
}

table .prop {
    background: #ebe6df;
}
