.listitem-unhatched {
	display: block;
}

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


#unhatched-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;
}


#slctUnhatchedFilter_Order {
	float: left; width: 21%; margin-right: 1%;
}
#slctUnhatchedFilter_Group {
	float: left; width: 27%; margin-right: 1%;
}
#slctUnhatchedFilter_Specie {
	float: left; width: calc(49% - 76px); margin-right: 1%;
}
#btn-filter-unhatched {
	width: 76px;
}






@media only screen and (max-width: 640px) {
	#slctUnhatchedFilter_Order {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#slctUnhatchedFilter_Group {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#slctUnhatchedFilter_Specie {
		width: 100%;
		margin: 0;
		margin-bottom: 4px;
	}
	#btn-filter-unhatched {
		width: 100%;
		margin: 0;
	}
	#btn-filter-unhatched>span {
		line-height: 40px;
		text-align: center;
	}
	
	#btn-filter-unhatched img { display: none;}
}