.thumb {
	margin:3px;
	max-width: 115px;
	max-height: 160px;
}

.thumb:hover {
-webkit-filter: grayscale(100%) brightness(120%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%) brightness(120%); /* FF 35+ */
}

table.dataTable tbody td {
	padding: 3px !important;
}

.imagecol {
	width:260px;
	text-align: center;
}

@media print {
        #article2-d, #scrollToTop {
        	display:none;
       }
	.menu, .footer3 {
		display:none;
	}
	.imagecol {
		width: 280px !important;
	}
	table.dataTable {
		table-layout: fixed !important;
	}
}
