* {
	padding: 0;
	margin: 0;
}

/*td {
	vertical-align: top;
}*/
a {
	color: inherit;
}

.clr {
	clear: both;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	height: 100%;
}
#wrapper {
	height: 100%;
	width: 10px;
}

.block {
	position: relative;
	height: 100%;
	float: left;
	
	.img {
		float: left;
		display: block;
		height: 100%;
	}
	.hover {
		position: absolute;
		height: 100%;
		width: 500px;
		background: rgba(255,0,0,0.2);
	}
}
table {
	h2 {
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
	}
	p {
		font-family: Arial;
		font-size: 15px;
		line-height: 1.2;
	}
}
.social-share {
	top: 60px;
}