body {
    background: #899FC6;
	padding: 0;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 300;
	font-family: sans-serif;
}
a {
	color: #4060F0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	background: #ffffff;
	max-width: 700px;
	margin: 20px auto;
	padding: 10px 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.topmenu {
	margin-bottom: 4px;
}
::-webkit-input-placeholder { color: #ddd; }
:-moz-placeholder { color: #ddd; }
::-moz-placeholder { color: #ddd; }
:-ms-input-placeholder { color: #ddd; }
form.search {
	position: relative;
}
input.search {
	width: calc(95%);
	width: calc(100% - 12px);
	margin: 0 auto;
	font-size: 18px;
	padding: 5px 5px;
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
input.search:focus {
	border-color: #bbb;
}
.completion {
	position: absolute;
	top: 32px;
	background: white;
	background: rgba(255, 255, 255, 0.95);
	height: 200px;
	width: calc(95%);
	width: calc(100% - 2px);
	padding: 5px 0;
	border-radius: 0 0 2px 2px;
	border: 1px solid #bbb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
	overflow-y: scroll;
	z-index: 1;
	display: none;
}
.completion a {
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
	padding-left: 4px;
}
.completion a:hover {
	background-color: rgba(170, 170, 170, 0.2);
}
.content {
	margin-top: 10px;
}
.about {
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 85%;
	padding-top: 4px;
	margin: 0 20px;
	margin-top: 10px;
}
h1, h2, h3 {
	margin: 0;
	margin-top: 8px;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
}
table {
	width: 100%;
	border-spacing: 0;
}
table td {
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	border-bottom: 1px solid #f3f3f3;
}
span.icon, span.thumb {
	display: inline-block;
	background-repeat: no-repeat;
}
span.icon {
	width: 40px;
	height: 40px;
}
span.thumb {
	width: 20px;
	height: 20px;
	background-size: 640px;
	position: relative;
	top: 5px;
	margin-top: -5px;
}
span.icon.fit {
	background-size: 40px;
	width: 32px;
	height: 32px;
	border: 4px solid transparent;
}
span.thumb.fit {
	background-size: 20px;
	width: 16px;
	height: 16px;
	border: 2px solid transparent;
}
span.icon.fit, span.thumb.fit {
	background-position: center;
	background-size: contain;
}
/* page */
.item-title {
	border-bottom: 1px solid #ddd;
	font-size: 27px;
	line-height: 40px;
	margin-bottom: 4px;
}
.item-title .icon {
	float: left;
}
.item-title a {
	text-decoration: none;
}
ul.item {
	margin: 4px 0;
	padding-left: 20px;
	list-style: circle;
}
ul.item .look {
	list-style: none;
}
ul.item .what {
	list-style: disc;
}
ul.item .where {
	list-style: disc;
}
.recipe, .itemrow {
	line-height: 20px;
	padding: 3px 0;
}
a .tooltip {
	display: none;
	position: relative;
	left: 0px;
	top: 20px;
}
a:hover .tooltip {
	display: block;
}
/* search */
a.search-result {
	display: block;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	/*text-decoration: none;
	color: #555;*/
}
a.search-result:hover {
	background-color: rgba(170, 170, 170, 0.2);
}
a.search-result span {
	float: left;
}