body {
	margin: 0;
	padding: 1px;
	word-wrap: break-word;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.25em;
}

img {
    border: 0px none;	
}

.block {
	position: relative;
	margin: 0;
	border-bottom: 1px solid transparent; /* Fix collapsing margin. */
	border-radius: 4px;
	border: 1px solid #d6dae0;
	background: white;
	box-sizing: border-box;
}

h3 {
	margin: 0;
	padding: 1em;
	border-radius: 4px 4px 0 0;
	font-size: 1.3em;
	font-weight: 500;
}

h3 a:hover, h3 a:visited:hover {
	text-decoration: none;
}

ol {
	margin: 0;
	padding-left: 2.5em;
	list-style-type: none;
	counter-reset: li;
}

li {
	position: relative;
}

li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	height: 1.25em;
	width: 1.75em;
	text-align: right;
	letter-spacing: -1px;
	color: #a2a7aa;
	margin-top: .25em;
}

li.promoted:before {
	color: #535454;
}

li a {
	display: block;
	padding: .25em 0;
	line-height: 1.25em;
}

p {
	padding: 0 1em;
}

a {
	display: block;
	text-decoration: none;
}

a:active {
	background: inherit; /* IE. */
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

[class^='favicon-'] {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url("//zeef.io/resources/widget/images/default_favicon.png.xhtml?ln=zeef");
}

[class^='favicon-page-'] {
	background-image: url("//zeef.io/resources/widget/images/default_favicon_page.png.xhtml?ln=zeef");
}

.title {
	display: block;
	padding-left: 1.75em;
}

.small {
	font-size: .8em;
}

.clear {
	clear: both;
}

.promoted {
	font-weight: 700;
}

.tip {
	background-color: #efc439;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	line-height: 1em;
	vertical-align: baseline;
	padding: 1px 3px;
	font-size: .8em;
}

#footer {
	margin: 1em;
	line-height: 2em;
	text-align: right;
}

#footer img {
	vertical-align: middle;
}

#footer-expert {
	float: left;
}

#footer-expert img {
	margin-right: 5px;
	border-radius: 50px;
}
