.box{
	/*display:block!important;*/
	background:#000;
	-webkit-background-size:cover cover;
	background-size:cover;
	background-position:50% 50%;
	/*width: 150px;*/
	height: 150px;
	/*margin-right: 20px;*/
	/*margin-bottom: 20px;*/
	margin-top: 3px;
	margin-right: 3px;
	border: 4px solid #fff;
	float: left;
	width: 24%;
	/*float: left;*/
}


.imagecover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
	width: 100%;
	background-color: #efefef;

}


.readlist{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.btn-primary {
	background-color: #333 !important;
	border: none !important;
}