.shape_list,.shape_list .search_result
{
	float:left;
	width:100%;
}
.shape_list #searchForm
{
	text-align:center;
}
.shape_list #searchForm input[type=submit],
.shape_list .button
{
	background:#ffffff; /* Old browsers */
	background:-moz-linear-gradient(top,  #ffffff 0%, #f8f4f1 50%, #e4e0dd 51%, #ffffff 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f4f1), color-stop(51%,#e4e0dd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #ffffff 0%,#f8f4f1 50%,#e4e0dd 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background:linear-gradient(to bottom,  #ffffff 0%,#f8f4f1 50%,#e4e0dd 51%,#ffffff 100%); /* W3C */
	color:#800;
	border:1px solid #888;
	font-weight:bold;
	font-size:12px;
	padding:0px 12px;
	line-height:30px;
	display:inline-block;
	text-decoration:none;
	margin:2px;
}
.shape_list #searchForm input[type=text]
{
	margin:2px;
	background-color:#eee;
	line-height:30px;
	width:180px;
	vertical-align:top;
}
.shape_list #searchForm #sortResults
{
	width:180px;
	display:inline-block;
}
.shape_list .search_result
{
	padding-top:8px;
	text-align:center;
}
.shape_card
{
	width:calc(100% - 16px);
	max-width:296px;
	margin:8px;
	display:inline-block;
	text-align:left;
	background-color:#246;
	padding:4px 4px 4px 0px;
	box-shadow:0px 0px 4px #888;
	text-decoration:none;
}
.shape_card > img.shape_game
{
	height:52px;
	float:left;
	border-radius:3px;
	background-color:#ffc;
	padding:1px;
	margin:-16px 6px 0px 6px;
	box-shadow:0px 0px 4px #222;
}
.shape_card > .shape_name
{
	font-size:13px;
    font-weight:bold;
    color:white;
    text-decoration:none;
    padding:2px 0px;
    width:224px;
    overflow:hidden;
    display:inline-block;
    white-space:nowrap;
}
.shape_card > .shape_owner
{
	text-decoration:none;
	color:#0ff;
	font-size:13px;
	max-width:136px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
}
.shape_card > .shape_rating
{
	float:right;
	font:normal normal normal 16px FontAwesome;
	padding:2px 0px;
	position:relative;
	color:rgba(0,0,0,0.25);
	margin-top:-2px;
	white-space:nowrap;
}
.shape_card > .shape_rating > div
{
	position:absolute;
	top:2px;
	left:0px;
	color:#ff0;
	overflow:hidden;
	white-space:nowrap;
}
.shape_card > .shape_resolve_count,
.shape_card > .shape_view_count,
.shape_card > .shape_rating_count
{
	float:right;
	font-size:12px;
	color:#fff;
}
.shape_card > .shape_resolve_count:before,
.shape_card > .shape_view_count:before,
.shape_card > .shape_rating_count:before
{
	font:normal normal normal 16px FontAwesome;
	padding:4px 4px 4px 8px;
}
.shape_card > .shape_resolve_count:before
{
	content:"\f00c";
}
.shape_card > .shape_view_count:before
{
	content:"\f06e";
}
.shape_card > .shape_rating_count:before
{
	content:"\f007";
}
#showMore
{
	display:block;
	width:100%;
	margin:0px;
}
@media screen and (max-width:520px)
{
	.shape_list #searchForm input[type=text],
	.shape_list #searchForm #sortResults
	{
		display:block;
		margin:4px auto;
		width: 296px;
	}
}

