/* 
OverClocked ReMix - General Ad-Cleaning
by Douglas "Ramaniscence" Arley
============================================
*/

@-moz-document url-prefix(http://www.ocremix.org/)
{
/* === GENERAL AD REMOVAL === */
	/* Remove Center ad */
	table.layout td[width="125"] { display: none !important; }

	/* Remove mix write-up ad */
    div#panel-writeup div { display: none !important; }
	
	input[type="text"], textarea {
		background: #FFF !important;
		color: #000 !important;
		border: 1px solid #000 !important;
	}

}

@-moz-document url-prefix(http://www.ocremix.org/remix/) {
/* Hide Amazon Ad on Mix page */
	iframe[height="600"] { display: none !important; }
}