@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lifehacker.com") {
.toplevel_comment {				/*______For any comment not in reply to another comment:_____*/
	-moz-border-radius: 5px;		/* <- Corners for Firefox */
	-webkit-border-radius: 5px;		/* <- Corners for Chrome and Safari */
	-moz-box-shadow: 0 0 5px #9d5;		/* <- Shadows for Firefox */
	-webkit-box-shadow: 0 0 5px #9d5;	/* <- Shadows for Chrome and Safari */
}
.replylevel_comment {				/*________For reply comments:________*/
	-moz-border-radius: 3px;		/* <- Corners for Firefox */
	-webkit-border-radius: 3px;		/* <- Corners for Chrome and Safari */
	-moz-box-shadow: 0 0 3px #282;		/* <- Shadows for Firefox */
	-webkit-box-shadow: 0 0 3px #282;	/* <- Shadows for Chrome and Safari */
	margin-left: 5em !important;		/* <- The actual reply shifter */
}
}