@media only screen and (min-width : 700px) and (max-width : 799px), only screen and (min-device-width : 700px) and  (max-device-width : 799px){	
		.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;
	}

}