.rpgstatistic_chart_headline {
	margin-bottom: 5px;
	color: #333;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.rpgstatistic_chart {
	height: 150px;
	width: 100%;
}

.rpgstatistic_chart canvas {
	width: 100% !important;
	height: 100% !important;
}

.rpgstatistic_chart_word_bit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.rpgstatistic_chart_word_count {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
}

.rpgstatistic_chart_word_name {
	color: #293340;
	font-weight: bold;
	text-transform: uppercase;
}

.rpgstatistic_wob {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.rpgstatistic_wob-headline {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.rpgstatistic_wobcharas {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
	padding: 10px 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.rpgstatistic_wobcharas_character {
	width: 30%;
	text-align: center;
}

.rpgstatistic_wobcharas_username {
	font-size: 16px;
	font-weight: bold;
}

.rpgstatistic_wobcharas_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.rpgstatistic_overviewtable {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.rpgstatistic_overviewtable_headline {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.rpgstatistic_overviewtable_content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #f5f5f5;
}

.rpgstatistic_overviewtable_bit {
	width: 100%;
}

.rpgstatistic_overviewtable_bit-headline {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
}

.rpgstatistic_overviewtable_bit-content {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	padding: 5px 3px;
}

.rpgstatistic_overviewtable_bit-item.user {
	text-align: end;
}

.rpgstatistic_page_subline {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.rpgstatistic_page_statistic {
	display: flex;
	flex-flow: wrap;
	margin: 10px 0;
	justify-content: space-around;
}

.rpgstatistic_page-stat {
	padding: 10px 5px;
	width: 30%;
}

.rpgstatistic_page-stat_answer {
	text-align: center;
	color: #333;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
}

.rpgstatistic_page-stat_question {
	text-align: center;
}

.rpgstatistic_page_range {
	width: 33%;
}

.rpgstatistic_page_range-headline {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.rpgstatistic_page_range-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #f5f5f5;
	justify-content: space-around;
	font-size: 11px;
	padding: 5px 3px;
}

.rpgstatistic_page_top_range-user {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #f5f5f5;
	justify-content: space-around;
	font-size: 11px;
	padding: 5px 3px;
}

.rpgstatistic_page_range-item {
	width: 50%;
	text-align: center;
}

.rpgstatistic_page_top_range_user-item {
	width: 50%;
	text-align: center;
}

.rpgstatistic_page_chart {
	width: 50%;
}


:root { 
--b6: rgb(138 168 155);
--b16: rgb(151 143 132);
--b8: rgba(117,147,166);
--b15: rgba(84,84,84);
--b7: rgba(67,92,129);
--b12: rgba(112,31,70);
--b14: rgba(166,59,45);
--b13: rgba(68,85,32);
--b3: rgba(90,73,111);
--b11: rgba(233,159,49);
}