.SFX_title_1 {
    /*font-size: 40px;
    color: #003e7e;
    font-weight: 600;*/
    margin-bottom: 3%;
}

.SFX_content_4 {
    /*font-size: 20px;
    font-weight: 300;
    color: #377dff;*/
    margin: 15px 0;
    text-align: left;
}

.SFX_table {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*font-size: 10px;*/
}

.SFX_table_bottom:hover {
    cursor: pointer;
    background-color: #fafafa !important;
}


.SFX_table_bottom:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.SFX_module {
    padding: 10% 0%
}



.SFX_no_padding {
    padding: 0px;
}


.SFX_table_document {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    /*font-size: 10px;*/
}


.PDF2_SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%
}

.SFX_personal_product_pdf {
    width: 100%;
}

    .SFX_personal_product_pdf td {
        width: 50%;
        vertical-align: top;
    }

    .SFX_personal_product_pdf tr {
        height: 10%;
    }

.SFX_personal_product_pdf_title {
    /*font-size: 40px;
    color: #003e7e;
    font-weight: 600;*/
}

.SFX_personal_product_pdf_block {
    /*font-size: 18px;
    color: #377dff;
    font-weight: 600;*/
    border: 1px solid #e5e5e5;
    padding: 20px 5%;
    border-bottom: none;
}

    .SFX_personal_product_pdf_block:hover {
        cursor: pointer;
        background-color: #fafafa !important;
    }

    .SFX_personal_product_pdf_block:first-child {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .SFX_personal_product_pdf_block:last-child {
        border-bottom: 1px solid #e5e5e5;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    
    @media screen and (max-width: 992px) {
        .SFX_personal_product_pdf tr td {
        display: block;
        width: inherit;
    }

    .SFX_personal_product_pdf_title {
        margin-bottom: 30px;
        /*font-size: 2em;*/
    }
}

.SFX_content_block{
    height:100%;
    width:100%;
}