
.shadow{
	/* Inherit width and height from the .holder */
	width: inherit;
	height: inherit;
	padding: 3px;
	/* Box shadow */
	box-shadow: 0px 0px 10px rgba(5,10,13,0.3);
	background: #fff;
	border-radius: 2px;
}