.project {
	border-top: 1px solid #e9f3f5;
	border-left: 1px solid #e9f3f5;
	border-right: 1px solid #bddae1;
	border-bottom: 1px solid #bddae1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 15px #bddae1;
	-webkit-box-shadow: 5px 5px 15px #bddae1;
	box-shadow: 5px 5px 15px #bddae1;
	background-color: #ffffff;
	padding:10px;
	margin:10px 10px 10px 0px;
	width:500px;
	height:120px;
	overflow: hidden;
}

.project img {
	-moz-box-shadow: 5px 5px 10px #bddae1;
	-webkit-box-shadow: 5px 5px 10px #bddae1;
	width: 120px;
	height: 120px;
	float:left;
	margin-right:10px;
}

.project-roles {
	font-size: 12px;
	color: #777;
}

.project-description {
	margin-bottom: 3px;
}

.project-filters {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.also-see {
	margin-top: 25px; 
}

@media (max-width: 899px) {
	.project {
		width: auto;
		height: auto;
		margin: 0 0 10px 0;
	}
}