html, body {
	font-family: Verdana,sans-serif;
	font-size: 14px;
	line-height: 20px;
	
	background-color: #8B8B7A;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

pre, code {
	padding: 1px;
	
	font-family: "Courier New",Courier,fixed;
	background-color: #444444;
	color: whitesmoke;
	
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

pre {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

pre.allow-wrap {
	white-space: pre-wrap;
}

pre code {
	border: 0;
	padding: 0;
}

h1 {
	color: #FEF5CA;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

h2 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

td, th {
	vertical-align: top;
}

.outercontainer {
	width: 80%;
	min-width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
}

.innercontainer {
	padding: 5px;
	border-radius: 10px;
	
	background-color: #FEF5CA;
}

.no-wrap {
	white-space: nowrap;
}

.box-warning {
	margin: 1em;
	padding: 1em 1em 1em 50px;
	border: 1px solid black;
	border-radius: 5px;
}

.box-warning::before {
	position: absolute;
	margin-top: 5px;
	margin-left: -40px;
	
	content: '\26A0'; /* warning sign */
	font-family: emoji;
	font-size: 25px;
}

table.ebuilds {
	border-collapse: collapse;
}

table.ebuilds tr>* {
	border-left: 1px solid black;
	padding: 2px 5px 2px 5px;
}

table.ebuilds tr {
	border-top: 1px solid black;
}

table.ebuilds tr:first-child {
	border-top: none;
}

table.ebuilds td:first-child {
	white-space: nowrap;
}

table.ebuilds th:first-child, table.ebuilds td:first-child {
	border-left: none;
}

table.ebuilds p:first-child {
	margin-top: 0;
}

table.ebuilds p:last-child {
	margin-bottom: 0;
}

table.ebuilds td:nth-child(2) {
	white-space: nowrap;
}
