@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("friendfeed.com") {

body, input, textarea, select, option, button, th, td {
	font-family: Tahoma !important;
	font-size: 12px !important;
}

a {
	text-decoration: none !important;
}

.header .stat a {
	font: 12px Tahoma !important;
}

#container {
	background-color: #e5e5e5 !important;
}

.entry {
	background-color: #f8f8f8 !important;
	border: none !important;
	padding: 10px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	margin-bottom: 45px !important;
}

.entry .title .name a.l_profile {
	font: 12px Tahoma !important;
}

.entry .body .title .text {
	font: bold 17px Arial; !important;
	color: #555;
}

.entry .comment {
	font: 12px Tahoma !important;
	line-height: 180% !important;
}

#feed .comments {
	font: 12px Tahoma !important;
}

.friend {
	background-color: #f0f0f0 !important;
	border: 1px solid #eaeaea!important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.owner {
	background-color: #effeff !important;
	border: 1px solid #d8f6f8!important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

#feed .comments .content {
	overflow: hidden;
}

}