div#div_col_body_user{
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Blog */
div#div_row_blog{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Elements */
div#div_row_datab{
    padding-bottom: 40px;
}
.div_info_bnew{
    width: fit-content;
    max-width: 344px;
    display: block;
    margin: auto;
    border: solid 2px #56c5c7;
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
    cursor: pointer;
    box-shadow: 2px 3px 8px black;
}
.div_info_bnew:hover{
    border: solid 2px #0075BE;
}
.div_info_bnew a img,
.div_info_bnew a h2{
    cursor: pointer;
}
.img_bnews{
    border-radius: 15px;
}
.div_cont_h2bnew{
    height: 40px;
    max-height: 40px;
    overflow-y: hidden;
    margin-top: 10px;
    text-align: center;
    display: table;
    width: 100%;
}
.h2bnew{
    vertical-align: middle;
    display: table-cell;
    word-break: break-word;
}


#div_row_extfoot{
    height: 70px;
}

/* 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){
	
}