
.list-item,
.list-item-first {
		display: block;
		width: 250px; height:250px;
		overflow: hidden;
		float: left;
		margin:12px;
		padding:12px;
		border:0;
		border-radius:3px;
		background-color: #c0e0ff;
		background-color: #a0c0ff;
	}

.list-item:hover,
.list-item-first:hover {
		text-decoration:none;
		background-color: #b8d8f8;
		background-color: #98b8f8;
	}

.list-item-title {
		display: block;
		padding: 8px 0 8px 0;
		color: #000;
		font-family: sans-serif;
		font-size:16px;
		font-weight:bold;
	}
.list-item-content {
		display: block;
		color: #000;
		font-family: sans-serif;
		font-size:12px;
	}


@media only screen and (max-width: 768px) {

	.list-item,
	.list-item-first {
		width:auto; height:auto;
		float: none;
	}

}
