body#Body {background:#fff;}

.DnnModule {
	margin-bottom:20px;
}

a.big_link_grey {
    background: url("Images/big_link_grey_bg.png") no-repeat scroll right center #8E8C79;
    color: #FFFFFF;
    display: inline;
    font-size: 13px;
    padding: 5px 30px 5px 8px;
}

.dnnbooster p {
	font-size: 14px;
}
/* tabella a 3 colonne di cui 2 unite, ridimensionamento versione dektop  */
.table_product_codes.two_cols .table_header .first, .table_product_codes.two_cols .table_row .first{
	width: 45% !important;
}
.table_product_codes.two_cols .table_header .second, .table_product_codes.two_cols .table_row .second{
	width: 45% !important;
}

/* tabella a 3 colonne separate */
.table_product_codes.three_cols .table_header .first, .table_product_codes.three_cols .table_row .first{
	width: 20%;
}
.table_product_codes.three_cols .table_header .second, .table_product_codes.three_cols .table_row .second{
	width: 30%;
	margin-right:2%;
}
.table_product_codes.three_cols .table_header .third, .table_product_codes.three_cols .table_row .third{
	width: 36%;
}

@media (max-width: 768px){
	.table_product_codes.two_cols .table_header .first, .table_product_codes.two_cols .table_row .first {
		width: 40% !important;
	}
	.table_product_codes.two_cols .table_header .second, .table_product_codes.two_cols .table_row .second {
		width: 40% !important;
	}
	.table_product_codes .table_header .first, .table_product_codes .table_header .second, .table_product_codes .table_header .third, .table_product_codes .table_header .fourth, .table_product_codes .table_header .fifth, .table_product_codes .table_header .sixth{
		min-height:inherit !important;
		font-size:14px !important;
	}

	.table_product_codes .table_row .first, .table_product_codes .table_row .second, .table_product_codes .table_row .third, .table_product_codes .table_row .fourth, .table_product_codes .table_row .fifth, .table_product_codes .table_row .sixth{
		min-height:inherit !important;
		/*font-size:14px !important;*/
	}
}
