@media only screen and (min-width : 400px) and (max-width : 499px), only screen and (min-device-width : 400px) and  (max-device-width : 499px){	
	
		.ui-result-bit {
		padding:2px 2px 2px 2px;
	/**/	background-color: #76ab4e;
		width: 100%;
		min-height:400px;
		min-width:250px;
		float: left;
		margin-right: 50px;
		margin-bottom: 50px;
	}

}