.pdf-statistics__worker {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.pdf-statistics__image {
    display: block;
    margin-bottom: 20px;
}

.manual-change {
    background-color: rgba(220, 53, 69, 0.5);
}

th,
td {
    border: 1px solid #000000;
}

th:nth-child(2),
td:nth-child(2) {
    text-align: right;
}

.statistics-summary__item {
    text-align: right;
}