div#div_col_body_user{
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Services */
div#div_row_titserv {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
div#div_row_infoserv{
    padding-top: 40px;
    padding-bottom: 40px;
}
#div_row_infoserv .txt_area_lines,
#div_row_infoserv .txt_area_lines p span{
    line-height: 1;
}
/* Elements */
.div_desc_subscleral.txt_area_lines,
.div_desc_subscleral.txt_area_lines p span{
    line-height: 1;
}
.div_cont_butvid{
    margin-top: 15px;
}
.img_ser_vid{
    height: 30px;
}
.mod_vidser{
    height: 80%;
}
.div_cont_mod_vidser{
    height: 100%;
}
.div_cont_mod_vidser iframe.ifr_video {
    height: 100%;
}
.reveal-overlay {
    z-index: 7 !important;
}
#div_row_extfoot{
    height: 70px;
}
.div_img_detail{
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
}
.div_img_detail img{
    border-radius: 8px;
}
.row_subscleral {
    padding-top: 60px;
    padding-bottom: 60px;
}
.div_parentlink {
    position: relative;
    display: block;
}
div.div_reflink {
    position: absolute;
    bottom: 100px;
}

.div_desc_subscleral table{
    border: none;
}
.div_desc_subscleral table tbody{
    background-color: transparent;
}
.div_desc_subscleral table tbody tr{
    background-color: transparent;
    border: none;
    height: auto !important;
    min-height: auto !important;
}
.div_desc_subscleral table tbody td{
    background-color: transparent;
    border: none;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    
}