@-moz-document domain(iconbuffet.com) {

/*Crunch the friend & delivery messages on your profile page.*/
/*http://www.iconbuffet.com/people/mik*/

.my-icons div#messages {
	max-height: 185px; /*adjust height (185, 140, 235px)*/
	overflow:auto;
	border: 1px solid #ccc;
	margin-bottom: 5px !important;
	}

.my-icons div#messages .message {
	width: 237px;
	float: left;
	height:43px;
	margin:1px !important;
	}

.my-icons div#messages p {
	font-size: 0.9em !important;
	line-height: 1em !important;
	height: auto !important;
	}

.my-icons div#messages p.accept {
	margin-left:40px !important;
	padding-left:3px !important;
	}
	
.my-icons div#messages a.trash {
	z-index:10;
	}
}