/**
*
* @package phpBB Extension - Metainfo by Chris1278
* @copyright (c) 2021 (christian-esch.de)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

legend {
	background: inherit;
	margin: 2px 0px 0px -11px;
	border-top: inherit;
	border-left: inherit;
	border-radius: 3px 3px 0 0;
	padding: 2px 10px;
	top: 0;
}

.mt-overview {
	margin-top: 5px;
}

.ov-th1 {
	width: 25%;
}

.ov-th2 {
	width: 25%;
}

.ov-th3 {
	width: 35%;
}

.ov-th4 {
	width: 15%;
}

#cmi-title {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}

#cmi-warning {
	background-color: #FE9A2E;
}

#warning-cmi {
	color: #bf1b1b;
	font-weight: bold;
}

.metainfo-page-title  {
	font-size: 2.4em;
}

.metainfo-set-title {
	font-size: 1.4em;
	font-style: italic;
	text-align:center;
	color: #bf1b1b;
	line-height: 1.2em;
}

.metainfo_acp_copyright {
	margin-top: 1em;
	text-align: center;
	font-size: .75em;
}


.overview-info {
	border-radius: 5px;
}

.overview-info {
	background-color: #D8D8D8;
}

.meta-mark {
	color: #FE9A2E;
}

.acp-green {
	color: #088A29;
}

.acp-ov-col {
	color: #da532c;
}
