
.event{
	padding:20px;
	background-color: #e5e5e5;
	border-radius: 8px;
	margin-bottom:20px;
}

.event .thumb{
	margin-top:-20px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom: 20px;
}

.event .thumb img{
	width:100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.event a.req{
	background-color: #727277;
	color:white;
	display: inline-block;
	padding:5px 15px;
	border-radius: 8px;
}

.event i{
	font-size:11px;
}