div#div_row_main {
    margin-top: 30px;
    margin-bottom: 30px;
}
#div_row_mng_action{
	border: none;
}
div#row_criterial{
    margin-top: 30px;
}
/* Elements */
div.div_container_product{
    vertical-align: middle;
    display: table-cell;
}
div#row_elements{
    margin-top: 50px;
    margin-bottom: 100px;
}
img.img_pdf_ico{
    height: 28px;
    vertical-align: top;
    margin-right: 5px;
}
div.list_container_element{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
	
}