html {
    -webkit-print-color-adjust: exact;
}

.dcu-percentage {
    font-size: 15px;
    font-weight: bold;
}

.dcu-body h2{
    text-transform: capitalize;
	font-weight: bold;
	font-size:40px;
}

.dcu-test-list{
	font-size: 30px;
}

/** COVER **/
.dcu-cover-title span{
    font-size: 60px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}
.dcu-cover-subtitle span{
    font-size: 30px;
    font-weight: 700;
}


/* HEADER */
.dcu-header-angle{
    /*width: 235px;*/
    max-height: 100%;
}
.dcu-header-angle img{
    object-fit: contain;
    height: 100%;
    width: auto;
}

/** DESCRIPTION **/
.dcu-test-value{
	margin-top:20px;
}

.dcu-test-desc{
	margin:40px 10px 20px 10px;
	text-align: left;
	font-size: 30px;
}

.dcu-description-block {
    background-color: #e2e2e2;
    color: #333333;
    text-align: left;
    padding: 15px 30px 30px 30px;
	font-size: 24px;
}
.dcu-description-block h3,
.dcu-description-block i{
    color : #565656
}

.dcu-data-table{
	word-break: break-all;
}

.dcu-text{
	padding:0;
		font-size:30px;
}

.dcu-test-block-percentage .dcu-text .dcu-test-percentage-value{
	font-size:30px;
	font-weight:bold;
}

.dcu-test-block-percentage .dcu-text .dcu-test-percentage-desc{
	font-size:20px;
}

.dcu-test-phone-screen img,
.dcu-test-tablet-screen img {
    max-height:600px;
}

.dcu-test-screen {
    overflow: hidden;
    height: 500px;
}
.dcu-test-screen img{
    display: block;
}

/*RESULT*/
div[class^="row dcu-test-block-"] {
    margin-bottom: 10px;
}
.dcu-result-text {
    border-bottom: 1px solid #9e9e9e;
}

.dcu-test-block-values-item .dcu-text {
    margin-top : 5%;
}

.dcu-test-block-percentage .dcu-text {
    margin-top : 5%;
}

/*SUMMARY*/
.dcu-test-block-summary .dcu-summary-set {
    /*background-color: lightslategrey;*/
    /*color: whitesmoke;*/
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid gray;
}
.dcu-test-block-summary .dcu-summary-item {
    margin-bottom: 5px;
	text-align: left;
}
.dcu-test-block-summary .dcu-title-total .progress {
    height: 100%;
}
.dcu-test-block-summary .dcu-title-total .progress .progress-bar span {
    font-size: 24px;
}
.dcu-test-block-summary .dcu-title,
.dcu-test-block-summary .dcu-summary
{
    margin-bottom:20px;
}

    /*PROBLEM*/
.dcu-test-problem .dcu-test-problem-title{
    font-size: 25px;
}
.dcu-test-problem .dcu-test-problem-title{
    font-size: 20px;
}
.dcu-test-problem ul{
    border-left: 3px solid #ff3d47;
    color : #9e9e9e
}
/*FOOTER*/
.dcu-footer {
    border-bottom: solid 2px grey;
}

.dcu-footer .square {
    width: 50px;
    height: 50px;
    /*background: #232323;*/
    /*border: 1px solid grey;*/
    font-size : 29px;
    color: #d5d5d5;
    position: absolute;
    bottom: 10px;
}
.dcu-footer .square img{
    object-fit: contain;
    height: 100%;
    width: auto;
}

/* PRINT PAGE FORMAT */
@page {
    /*size: A4 portrait;*/
}

.dcu-page {
    /*height: 842px;*/
    /*height: 29.7cm;*/
    height: 1510px;
    page-break-before: always;
}

.dcu-page .dcu-header {
    height: 10%;
}

.dcu-page .dcu-body {
    height: 84%;
}

.dcu-page .dcu-footer {
    height: 6%;
}

@media print {
    /*.dcu-page {*/
        /*height: 29.7cm;*/
        /*page-break-before: always;*/
    /*}*/

    /*.dcu-page .dcu-footer {*/
        /*position: relative;*/
        /*bottom: 0;*/
    /*}*/
    .container{
        margin:0;
    }
    div[class^="row dcu-test-block-"] {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}