* {
	-webkit-font-smoothing: antialiased;
	zoom: 1;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

article {
	margin: 10px;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border: 1px solid #dedede;
	background-color: #fdfdfd;
}

h1 {
	margin: 0;
	padding: 0 8px;
	border-bottom: 1px solid #dedede;
	background: #f2f2f2;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

h1.bold {
	font-weight: bold;
	color: #444;
}

h1 time {
	float: right;
	font-size: 12px;
	color: #555;
}

h2 {
	margin-left: 10px;
	padding-left: 15px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 130px 0px 0px;
	color: #333;
}

h3 {
	padding-left: 15px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin: 0px 130px 0px 0px;
	color: #333;
}

ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #777;
	font-size: 12px;
}

ul li {
	line-height: 18px;
	margin-left: 95px;
}

ul li.nomargin {
	margin-left: 0;
}



ul.square {
	margin-left: 15px;
	list-style: square;
}

ul.square li {
	margin-left: 0;
}


p {
	margin: 10px 15px 0 15px;
	text-align: justify;
	color: #777;
	font-size: 12px;
}

ul li p {
	margin: 0 15px 15px 3px;
}

.red {
	color: red;
}

#legend {
	width: 130px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	border-left: 1px solid #dfdfdf;
}

#legend ul {
	margin: 0;
	padding: 20px 0 0 0;
}

#legend li {
	padding: 0 0 5px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

span.new,
span.improved,
span.changed,
span.fixed,
span.removed {
	width: 85px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	margin-left: -95px;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
}

span.new:after,
span.improved:after,
span.changed:after,
span.fixed:after,
span.removed:after {
	padding: 0 6px 1px 6px;
	border-radius: 3px;
	color: white;
}

span.new:after { content: 'new'; background: #FFB200; }
span.improved:after { content: 'improved'; background: #2CB0FE; }
span.changed:after { content: 'changed'; background: #2CB0FE; }
span.fixed:after { content: 'fixed'; background: #67C200; }
span.removed:after { content: 'removed'; background: #ff2f00; }

code {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #bbb;
	padding: 0px 4px;
	border-radius: 3px;
	white-space: nowrap;
}