.cd20Alone {
    background: url( /public/images/cd20/cd20_alone.png) no-repeat 10px center;
    height: 40px;
    background-size: contain;
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
}
.productA {
    font-color: #cc3536;
    text-underline: #cc3536;
}
.productBioactivity .title{
    text-align: center;
    font-size: 1.5em;
    border-bottom: 1px solid #cc3536;;
    padding: 30px 0px 10px 0px;
    margin-bottom: 30px;
}

.productBioactivity {
    float: left;
    margin: 29px;
    width: 100%;
    text-align: center;
}

.productBioactivity .imgText{
    text-align: left;
}

.productBioactivity img{
    width: 80%;
}

@media screen and (min-width: 992px){
    .productBioactivity {
        width: 41%;
    }
}
@media screen and (max-width: 1202px ) and (min-width: 992px){
    .productBioactivity {
        width: 40%;
    }
}

@media screen and (max-width: 992px){
    .productBioactivity {
        margin:0px;
    }
    .cd20Protocol{
        margin: 10px 0px;
        width: 100%;
    }
    .cd20ProtocolTitle{
        width: 100%;
        margin: 0px;
        font-weight: bolder;
        font-size: 1.2em;
    }
    .productBioactivity img{
        width: 100%;
    }

}

@media screen and (min-width: 992px){
    .cd20Protocol{
        width: 26%;
        margin:40px;
        float:left;
    }
    .cd20ProtocolTitle{
        float: left;
        width: 100%;
        margin: 20px;
        font-weight: bolder;
        font-size: 1.2em;
    }
    .product_spr p em{
        font-size: 14px;
    }
}



.cd20Protocol img{
    width: 100%;
}



.productSection p em{
    font-style: italic;
    line-height: 30px;
    float: none;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.86em;
    margin-top: 0.6em;
    color: #666;
}
.public_box .h4-title{
    float: left;
    color: #cc3536;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    border-bottom: 1px solid #cc3536;
    display: inline-block;
    clear: both;
}
.public_box .h4-title:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: -1px;
    width: 10px;
    height: 10px;
    background-color: #cc3536;
    border-radius: 50%;
}
.show_protocol{
    width: 20em;
    background-color: #cc3536;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
}

.show_protocol:hover{
    cursor: pointer;
}

.consultation{
    width: 130px;

    background-color: #cc3536;

    line-height: 25px;

    text-align: center;

    height: 25px;

    color: #fff;

    border-radius: 6px;

    margin-top: 4px;
    padding: 2px 10px;
    cursor: pointer;

}

.btn_protocol {

    cursor: pointer;

    color:#f00;

}

.btn_protocol:hover{

    text-decoration: underline;

}


.btn_protocol{

    width: 130px;

    background-color: #cc3536;

    line-height: 25px;

    text-align: center;

    height: 25px;

    color: #fff;

    border-radius: 6px;

    margin-top: 4px;

    float: left;

}
.pro_table th{
    font-weight: bolder;
}