section.djs .block-content .dj-block {
	padding: 0;
	margin: 0;
	display: inline-block;
}

section.djs table td {
	padding: 0;
	border-right: 1px solid #464646;
}
section.djs table td:hover {
	opacity: .9;
}
section.djs table td.mul:hover {
	opacity: 1;
}
section.djs table td.mul-t {
	border-top: 1px solid white;
}
section.djs table td img {
	display: block;
	margin-top: 1px;
}
section.djs table td a {
	text-decoration: none;
}