.listitem-recentlyhatched {
	display: block;
}

.listitem-recentlyhatched .column1 {
	float: left;
	padding: 5px;
	display: block;
	width: 294px;
}
.listitem-recentlyhatched .column1 img {
	float: left;
	margin-right: 2px;
}
.listitem-recentlyhatched .column2 {
	float: left;
	padding: 5px;
	display: block;
	width: 90px;
}
.listitem-recentlyhatched .column3 {
	float: left;
	padding: 5px;
	display: block;
	width: 180px;
}
.listitem-recentlyhatched .column4 {
	float: left;
	padding: 5px;
	display: block;
	width: 130px;
}

#hatched-filter-wrapper {
    background-color: #3C2C22;
    border-bottom: 1px solid #2B231D;
    border-top: 1px solid #4D4036;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px 5px;
}




#slctHatchedFilter_Order {
	float: left; width: 21%; margin-right: 1%;
}
#slctHatchedFilter_Group {
	float: left; width: 27%; margin-right: 1%;
}
#slctHatchedFilter_Specie {
	float: left; width: calc(49% - 76px); margin-right: 1%;
}
#btn-filter-hatched {
	width: 76px;
}




@media screen and (max-width: 767px) {
	#slctRecentlyHatchedFilter_Order {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#slctRecentlyHatchedFilter_Group {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#slctRecentlyHatchedFilter_Specie {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#btn-filter-recentlyhatched {
		width: 100%;
		margin: 0;
	}
	#btn-filter-recentlyhatched>span {
		line-height: 40px;
		text-align: center;
	}
}