/* Styles for the GNOME Trash Applet homepage */
body {
  margin: 0px;
}

#body {
	margin: 90px 10px 0px 10px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	width: 64px;
	height: 64px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;
	background-color: #e3ffc3;
	border-bottom: 1px solid #807d74;
}

#nav {
	position: absolute;
	top: 54px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

.monospace {
	font-family: monospace;
	font-size: smaller;
}

.example {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
}
