log {
	margin: 4px 0 5px 0;
	color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: white;
}

i {
	background-color: black;
	color: white;
	font-style: normal;
}

event:before {
	color: #c0c;
	content: '\00BB' attr(occurred) ': ';
}

envelope {
	overflow: hidden;
}

envelope[highlight] {
	background-color: #ccd;
}

envelope > sender {
	overflow: hidden;
	display: block;
	padding-left: 1ex;
	width: 14ex;
	float: left;
	text-align: right;
	text-decoration: none;
	color: #00f;
}

envelope > sender[self=yes] {
	color: #F00;
}

envelope > sender:before {
	content: "<";
	white-space: nowrap;
}

envelope > sender:after {
	content: ">";
	white-space: nowrap;
}

action > sender:before {
	content: "\2022";
	margin-right: 0.5ex;
}

action > sender:after {
	margin-left: 0;
	content: "";
}

message > sender {
	margin-left: 0;
	text-decoration: none !important;
	color: inherit !important;
}

event {
	display: block;
	text-align: left;
	margin: 1em 0 1em 16ex;
}

message {
	display: block;
	text-align: left;
	margin-left: 16ex;
	margin-right: 9ex;
}

event > * {
  display: none;
}

event > message, event > by {
  margin: 0 1em 0 1em;
  display: inline;
}

timestamp {
	float: right;
	margin-right: 1ex;
	margin-left: 1ex;
}
