@charset "utf-8";
.project-list {
	display: block;
	padding: 0px;
	width: auto;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
}
.project-list img {
	display: block;
	overflow: hidden;
	margin: 0px 50px 20px 0px;
	padding: 0px;
	height: auto;
	width: 30%;
	float: left;
	border: 1px solid #333;
}
.project-list h3 {
	font-size: 18pt;
	display: block;
	color: #000;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;

}
.project-list p strong a {
	font-size: 9pt;
	line-height: 11pt;
	color: #FFF;
  float: left;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	margin: 2px;
	padding: 4px 10px 4px 25px;
	width: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #008252;
  background-image: url(../images/download-icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 14px auto;
}
.project-list p strong a:hover {
   background-color: #004429;
}
.float-left-block {
	display: block;
	padding: 0px;
	float: left;
	width: 50%;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	height: auto;
}
@media only screen and (max-width : 900px) {
.float-left-block {
	display: block;
	padding: 0px;
	float: left;
	width: 60%;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	height: auto;
}
}
@media only screen and (max-width : 500px) {
	.project-list img {
	width: 65%;
}
	
.float-left-block {
	width: auto;
}
}
