.icon-noun {
	height: 1em;
	width: 1em;
	/*margin-top: 0.1em;*/
}

article {
	padding-bottom: 20vh;
}

article > div {
	margin-top: 1em;
}

article a {
	border-radius: 0.25em;
	color: #7ebc6f;
	display: block;
	font-weight: 600;
	padding: 0.5em;
}

article .warning-box a {
	display: inline-block;
}

article a:hover {
	background-color: #7ebc6f;
	color: #fff;
	text-decoration: none;
}

.lang-selector {
	text-align: right;
}

select {
	background: white;
	border: solid 1px #7ebc6f !important;
	margin-left: 1ch !important;
	padding: 0.5em;
}

.tabs-heading .tab-choice {
	border-radius: 3px;
	cursor: pointer;
	padding: 1rem;
}

.tabs-heading .tab-choice.active {
	border-bottom: 1px solid #7ebc6f;
}

.tabs-body .tab-item {
	height: 0;
	overflow: hidden;
	width: 0;

}

.tabs-body .tab-item.active {
	height: auto;
	padding: 2rem;
	width: auto;
}

.tabs-box {
	border: solid 1px #ccc;
	border-left: solid 3px #ccc;
	padding-left: 1em;
	padding-top: 1em;
}