@media print {
    @page {
        margin: 1cm;
        size: auto;
    }
    body {
        font-size: 35px;
        font-family: 'Times New Roman';
    }
    .header,
    .curve-mask,
    .footer,
    .noprint {
        display: none;
    }
    .footer {
        display: none;
    }
    .table td,
    .table th {
        border: 1px solid #000;
    }
    .table td,
    .table th {
        width: 100px;
        height: 50px;
    }
    .results-analysis-list-item-order {
        color: #000;
    }
    .table thead th {
        color: #000;
        font-weight: 900;
    }
    .results-analysis-page-container {
        padding-top: 0;
    }
    .results-analysis-page-container .page-caption {
        visibility: hidden;
        text-align: center;
        margin: 0 auto;
    }
    .results-analysis-page-container .page-caption::before {
        display: list-item;
        width: 650px;
        height: 148px;
        content: "";
        visibility: visible;
        margin: 0 auto;
        text-align: center;
        list-style-image: url("/wp-content/uploads/2019/03/print-logo.jpg");
        list-style-position: inside;
    }
    .results-analysis-desk-block {
        margin-top: 50px;
    }
    .results-person {
        margin-top: 50px;
	
    }
	.results-person span {
 
		font-size: 25px;
    }
    .results-analysis-list-item-order {
        font-family: 'Times New Roman';
        font-weight: 500;
        font-size: 25px;
        color: #000;
    }
    .results-analysis-list-item-norm {
        font-family: 'Times New Roman';
        font-weight: 500;
        font-size: 25px;
        color: #000;
    }
    .ourservices-left,
    .ourservices-right {
        display: none;
    }
    .results-analysis-list-item-result span {
        font-family: 'Times New Roman';
        font-weight: 700;
        font-size: 25px;
        color: #000;
        color: #000;
        background: none;
        border-radius: 0;
        padding: 0;
    }
	.results-analysis-underdesk span {
        font-size: 25px;
    }
    .results-analysis-underdesk button {
        display: none;
    }
}