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

}