.confirm-download-page {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393a3d;
    background: #0077C5;
}

    .confirm-download-page .cdp-content-item {
        padding-bottom: 60px;
    }

    .confirm-download-page .cdp-image-item {
        padding-bottom: 20px;
    }

        .confirm-download-page .cdp-image-item img {
            margin: 0 auto;
        }

    .confirm-download-page .cdp-title-item {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 32px;
        text-align: center;
        padding-bottom: 30px;
        color: #FFF;
    }

    .confirm-download-page .cdp-button-item {
        text-align: center;
    }

    .confirm-download-page .cdp-back-item {
        display: inline-flex;
        width: 200px;
    }

        .confirm-download-page .cdp-back-item a {
            font-size: 18px;
            color: #FFF;
            text-align: center;
            background: #47AC00;
            box-shadow: 0 3px 20px rgba(0,0,0,.08);
            width: 100%;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            float: left;
            border-radius: 2px;
        }

/*#region Responsive */
@media (max-width: 979px) {
    .confirm-download-page .cdp-content-item {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .confirm-download-page .cdp-title-item {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .confirm-download-page .cdp-title-item {
        font-size: 24px;
    }
}
/*#endregion*/
