body
{
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	background-color: #ccd9cb;
	font-family: "Segoe UI";
	color: #121516;
	text-decoration: none;
}

hr
{
	color: #a4b5a1;
}

a, a:visited
{
	color: #121516;
	text-decoration: none;
}
nav, article
{
	box-shadow: 0px 3px 5px #a3b9a2;
}
nav
{
	border: 1px solid #a4b5a1;
	border-radius: 5px;

	padding: 5px;
	margin-bottom: 5px;
}
nav .navspacer
{
	width: 0px;
	border: 1.5px solid #a4b5a1;
}
nav .navbutton
{
	display: inline-block;
	/*border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: #a4b5a1;
	border-right-color: #a4b5a1;*/
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
nav .navbutton:hover
{
	text-decoration: underline;
}

article
{
	padding: 20px;
	border: 1px solid #a4b5a1;
	border-radius: 5px;
}
article h2
{
	margin-top: 0px;
	margin-bottom: 5px;
}

article h3
{
	margin-top: 15px;
	margin-bottom: 5px;
}

article div
{
	border: 0px solid red;
	margin-left: 5px;
}

a.shortcut
{
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px 3px;
	border: 1px solid #a4b5a1;
	border-radius: 5px;
	box-shadow: 0px 2px 3px #a3b9a2;
}
a.shortcut:hover
{
	box-shadow: 0px 2px 3px #a3b9a2 inset;
}
article#warframe ul
{
	display: block;
	width: 300px;
}
article#warframe ul li
{
	margin-bottom: 5px;
}
article#warframe ul a.wikialistremove
{
	float: right;
	padding: 0px 5px 0px 5px;
	border: 1px solid #a4b5a1;
	border-radius: 30px;
	box-shadow: 0px 2px 3px #a3b9a2;
}

#warframe #foundryedit
{
	display: none;
}

#warframe #foundrytab
{
	border: 1px solid #a4b5a1;
	border-radius: 5px;
}
#warframe #foundrytab th
{
	text-align: left;
	border-bottom: 1px solid #a4b5a1;
}
#warframe #foundrytab th.name
{
	width: 220px;
}
#warframe #foundrytab th.blueprint
{
	width: 40px;
}
#warframe #foundrytab th.ingredient
{
	width: 170px;
}
#warframe #foundrytab button
{
	background-color: transparent;
	border: 1px solid #a3b9a2;
	border-radius: 5px;
	margin-right: 5px;
}
#warframe #foundrytab tr:nth-child(even), #warframe #foundrytab th
{
	background-color: #c8d5c7;
}
#warframe #foundrytab td
{
	font-size: 0.8em;
}
#warframe #foundrytab td.ingredient
{
	font-weight: bold;
}
#warframe #foundrytab td.blueprint::after
{
	content: '\00d7';
}
#warframe #foundrytab td.ingredient.checked
{
	font-weight: normal;
}
#warframe #foundrytab td.ingredient.unchecked::after
{
	content: ' \2715';
}
#warframe #foundrytab td.ingredient.checked::after
{
	content: ' \2713';
}