.statement-container {
    margin: 135px auto 204px;
}

.statement-title {
    width: 1200px;
    margin: 0 auto;
    font-size: 48px;
    font-family: Helvetica, Helvetica-Bold;
    font-weight: 700;
    text-align: center;
    color: rgba(0,0,0,0.85);
    line-height: 58px;
}

.statement-table {
    width: 1200px;
    margin: 54px auto 0;
}

.statement-table-header {
    display: flex;
    align-items: center;
    padding-left: 96px;
    padding-right: 74px;
    height: 40px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.statement-form-title {
    margin: 0 257px;
}

.statement-type {
    margin: 0 87px;
}

.statement-table-row {
    display: flex;
    align-items: center;
    padding-left: 100px;
    height: 56px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.statement-data-title {
    width: 425px;
    margin: 0 92px;
}

.statement-data-type {
    margin: 0 116px;
}

.statement-table-row:nth-child(odd) {
    background: #f9f9f9;
}

.statement-download {
    width: 12px;
}