/** /periodontitis-insights/infection-cascade.html **/
@media screen {
    #ic1 {
        width: 614px;
        float: left;
       /* margin-right: 10px;*/
	}
    
    #ic2 {
        width: 425px;
        float: left;
    }
    
    #ic3 {
        width: 244px;
        float: left;
        /*margin-right: 10px;*/
    }
    
    #ic4 {
        width: 360px;
        float: left;
        padding-left:10px;
    }

.round-container {
    width: 614px;    
}

.round-container .left {
    float: left;
    width: 120px;
    background: url(/images/round_left.jpg) no-repeat;
    height: 146px; 
    position: relative;
}

.round-container .center {
    float: left;
    width: 269px;
}

.round-container .right {
    float: left;
    width: 225px;
    background: url(/images/round_right.jpg) no-repeat;
    height: 146px;
    position: relative;
}

.round-container .left_blue {
    float: left;
    width: 120px;
    background: url(/images/round_left_blue.jpg) no-repeat;
    height: 146px; 
    position: relative;
}

.round-container .right_blue {
    float: left;
    width: 225px;
    background: url(/images/round_right_blue.jpg) no-repeat;
    height: 146px;
    position: relative;
}

.blue-ttl-left {
    color: #0096D7;
    font-size: 13px !important;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 5px;
}

.blue-ttl-right {
    color: #0096D7;
    font-size: 13px !important;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 35px;
}

.right ul li,
.bio-right ul li {
    padding-bottom: 8px;
}

.right ul.blue-btn {
    color: #0096d7;
    list-style-type: disc !important;
    margin: 50px 0 0 47px;
    text-align: left;
    font-size: 13px !important;
}

.right ul li span,
.bio-right ul li span {
    color: #7e817a;     
} 

.right_blue ul.white-btn {
    color: #c4d7e8;
    list-style-type: disc !important;
    margin: 20px 0 0 47px;
    text-align: left;
    font-size: 13px !important;
}

.grey {
    color: #c4d7e8;
}

/** For the Biofilm block START **/
.round-container .bio-left {
    float: left;
    width: 120px;
    background: url(/images/bio_round_left.jpg) no-repeat;
    height: 164px; 
    position: relative;
}

.bio-left .blue-ttl-left,
.bio-right .blue-ttl-right {
    top: 36px;
}

.round-container .bio-center {
    float: left;
    width: 269px;
}

.round-container .bio-right {
    float: left;
    width: 225px;
    background: url(/images/bio_round_right.jpg) no-repeat;
    height: 164px;
    position: relative;
}

.bio-right ul.blue-btn {
    color: #0096d7;
    list-style-type: disc !important;
    margin: 68px 0 0 47px;
    text-align: left;
    font-size: 13px !important;
}
/** For the Biofilm block END **/
/** END /periodontitis-insights/infection-cascade.html **/
}

/** MYAR-1076 for /periodontitis-insights/need-for-treatment.html page START **/
#srp-content {
    position: relative;
    background: url(/images/need_for_treatment_srp_effective.jpg) no-repeat;
    width: 580px;
    height: 358px;
}
    
#top-level {
    position: absolute;
    left: 228px;
    top: 30px;
    color: #0096d7;
    font-size: 13px !important;
    font-weight: bold;
}
    
#limited-access-block {
    position: absolute;
    left: 281px;
    top: 134px;
    background-color: #e1eedd;
    height: 224px;
    width: 300px;       
}
    
#limited-access-block .blue-ttl {
    color: #0096d7;
    font-size: 13px !important;
    font-weight: bold; 
    padding: 23px 0 0 22px;      
}
#limited-access-block ul.blue-btn {
    color: #0096d7;
    list-style-type: disc !important;
    padding-left: 35px;
}
    
#limited-access-block ul li {
    padding-bottom: 8px;
}

#limited-access-block ul li span {
    color: #7e817a;        
}

.block-green {
    background-color: #006fae;
    width: 580px;
    height: 40px; 
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomleft: 14px;       
}

.block-green h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 0 18px;
}
/** MYAR-1076 for /periodontitis-insights/need-for-treatment.html page END **/


