@media (max-width: 990px) {
	/* http://meron.ph/ */
	img {
	    max-width: 100%;
	    display: block;
	}
	
	/* http://meron.ph/ */
	.top-banner {
	    height: auto;
	}
			
	/* http://linux/ */
	.tiles .cell-4 {
	    width: 50%;
	    height: 0px;
	    padding-bottom: 50%;
	}
	
	/* http://linux/ */
	.ad.tile .price {
	    font-size: 15px;
	}
	
	/* http://linux/ */
	.sections .icon {
	    width: 33%;
	}
	
	/* http://linux/ */
	.front .right {
	    width: 100%;
	}
	
	/* mobile.css (14, 21) */
	/*@media all and (max-width:990px)*/
	.front .left {
	    width: 100%;
	    padding-right: 0px;
	}
	
	.table-12 > .center {
    width: 99%;
    max-width: 660px;
	}
	
	/* http://linux/ads/edit/10 */
	.form.singlecolumn {
	    margin: 0px 1%;
	}
	
	/* http://linux/ads/edit/10 */
	.form.singlecolumn li label {
	    position: static;
	    font-size: 80%;
	    margin: 5px 0px;
	}
	
	/* http://linux/ads/edit/10 */
	.form .field :nth-of-type(n+2).radio {
	    margin: 5px 0px 0px 0px;
	}
	
}