/**
* VaultWiki 4.0.21 CSS
* Style: 'Primus Blue', ID: 8
**/

.vw-floatcontainer:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 1pt;
	height: 0;
	visibility: hidden;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0') format('embedded-opentype'), url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//harem-battle.club/vault/resources/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0') format('svg');
	font-weight: normal;
	font-style: normal;
}

.vw-font-awesome {
	font-family: FontAwesome;
}

.vw-inline-prefix {
	background: #eaeaea none   ;
	border: 1px solid #dadada;
	border-radius: 0.5em;
	color: #3e3e3e;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.1em 0.3em;
}

.vw-ios-clickable * {
	cursor: pointer;
}

/* ###### BLOCKS ###### */

.vw-blocks {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	z-index: 1;
}

.vw-blocks-controls {
	position: relative;
	z-index: 5;
}

.vw-blocks-controls + .vw-blocks {
	margin-top: -1px;
}

.vw-blocks-main {
	float: left;
	width: 70%;
}

.vw-blocks-side {
	float: right;
	position: relative;
	width: 30%;
}

.vw-blocks-full {
	clear: both;
	float: left;
	width: 100%;
}

.vw-blocks-side .vw-block {
	margin-left: 1em;
}

.vw-block {
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	box-shadow: -2px 2px 3px #c0c0c0;
	background: #fffffa none   ;
	text-align: left;
}

.vw-block:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.vw-block + .vw-block, .vw-block + form > .vw-block:first-child,
.vw-block + .vw-block-group, .vw-block-group + .vw-block-group,
.vw-block-group + form > .vw-block:first-child,
article + .vw-block, article + form > .vw-block:first-child,
article + .vw-block-group {
	margin-top: 0.5em;
}

.vw-blocks-above > div + div {
	margin-top: 1em;
}

.vw-block-inactive {
	color: #f00;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em;
	text-align: center;
}

.vw-block-separator {
	margin: 0.5em 0;
}

.vw-blocks-full + .vw-blocks-full {
	margin-top: 0.5em;
}

.vw-button-box input {
	padding: 0.1em 0.4em;
	font-weight: bold;
	cursor: pointer;
}

.vw-button-box {
	text-align: right;
	margin: 0.3em 0 0.5em;
}

.vw-button-box .vw-button-explain {
	float: left;
}

.vw-block-options {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.vw-block-options label {
	display: block;
}

.vw-block-options-submit {
	height: 2em;
	margin-left: 80%;
	right: 0;
	text-align: right;
}

.vw-block-box {
	background: #fff none   ;
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	clear: both;
	margin-top: 1em;
	padding: 0.5em 0.5em 0.75em;
	padding-left: 1.5em;
}

.vw-block-box-label {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: -0.6em;
}

.vw-block-box-bits {
	padding-left: 0.3em;
}

.vw-block-expandable-opener {
	background: #fafafa;
	border-top: 1px solid #c0c0c0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	bottom: 0;
	box-shadow: 0 0 9em 3em #fffffa;
	cursor: pointer;
	padding-top: 0.2em;
	position: absolute;
	text-align: center;
	width: 100%;
}

.vw-text-ctrls {
	margin: 1em 0;
	margin-right: 0.5em;
}

.vw-text-button {
	background: #49cafa none   ;
	border: 1px solid #009ac6;
	border-radius: 3px;
	box-shadow: 0 3px 8px #dddddd;
	font:   normal 14px Arial, sans-serif;
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 4px 15px 4px 15px;
	white-space: nowrap;
}

.vw-text-button span {
	font-size:15px;
}

.vw-text-button:hover {
	background: #42caeb none   ;
	color: rgb(255, 255, 255)  !important;
	text-decoration: none;
}

.vw-browser-list li {
	display: inline-block;
}

.vw-browser-list li + li {
	margin-left: 0.25em;
}

.vw-browser-list li:after {
	content: ',';
	display: inline-block;
}

.vw-browser-list li:last-child:after {
	content: '';
}

.vw-mask {
	background-color: #fff;
	display: block;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	transition: opacity 3s ease 0.8s;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.vw-overlay {
	display: block;
	left: 50%;
	height: auto;
	max-height: 80%;
	position: fixed;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 5002;
}

.vw-overlay-block {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	text-align: left;
}

.vw-overlay-head {
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 3px 8px;
}

.vw-overlay-scrollable {
	background: #e4e4e4;
	border: 1px solid #fff;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 10px;
	padding: 5px 10px;
}

.vw-overlay-scrollable .blockrow {
	background: inherit;
	height: auto !important;
	padding: 5px 10px;
}

.vw-overlay-buttons {
	background-color: #e4e4e4;
	border-top: 1px solid #fff;
	border-bottom: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 32px;
	padding-right: 24px;
	text-align: right;
}

.vw-overlay-buttons a:first-child {
	padding-right: 10px;
}

.vw-overlay-buttons a {
	background: #16496E none   ;
	border: 0 none ;
	border-radius: 0;
	box-sizing: border-box;
	color: #EDEDED;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.23;
	padding: 5px 25px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
	min-width: 112px;
}

.vw-overlay-buttons a:hover {
	background-image: none;
	color: #EDEDED;
	text-decoration: none;
}

.vw-overlay-buttons a:before {
	background:  url(//harem-battle.club/clientscript/ckeditor/skins/kama/images/sprites.png) repeat-x 0px -500px;
	background-repeat: no-repeat;
	content: "";
	float: right;
	height: 14px;
	margin-top: -3px;
	padding-right: 20px;
	width: 14px;
}

.vw-overlay-buttons .vw-submit-btn:before {
	background-position: right -1219px;
}

.vw-overlay-buttons .vw-cancel-btn:before {
	background-position: right -1245px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
	.vw-blocks-controls + .vw-blocks {
		margin-top: -1.5px;
	}
}

@supports(display:flex) {
	.vw-blocks {
		display: flex;
	}

	.vw-blocks-above {
		display: block;
	}

	.vw-blocks-main {
		float: none;
		flex-grow: 1;
		width: auto;
	}

	.vw-blocks-side {
		float: none;
		max-width: 300px;
		min-width: 267px;
		width: auto;
	}
}

/* ###### LINKS ###### */

.vw-link, .vw-link:hover {
	color: #417394;
}

.vw-link.new, .vw-link.new:hover {
	color: #cc0000;
}

.vw-link-preview {
	background: #fafafa none   ;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	box-shadow: -3px 1px 1px #eaeaea;
	display: block;
	max-width: 300px;
	min-width: 200px;
	padding: 0.5em 1em;
	position: absolute;
	z-index: 1000;
}

.vw-link-preview-icon {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.vw-link-preview-content {
	display: block;
}

.vw-link-preview-more {
	border-top: 1px dotted #c0c0c0;
	display: block;
	font-weight: bold;
	margin-top: 0.5em;
	overflow: hidden;
	padding-top: 0.3em;
	text-align: right;
}

.vw-link-self {
	font-weight: bold;
}

.vw-footnote, .vw-footnote-up {
	font-size: 80%;
	vertical-align: super;
}

.vw-footnote-up {
	padding-right: 0.5em;
}

.vw-footnote-dupe {
	font-style: italic;
}

.vw-widget {
	margin-bottom: 1em;
	margin-top: 1em;
}

.vw-widget-multi {
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}

.vw-widget-multi-page {
	margin: 0 0.5em;
}


.vw-widget .vw-block-content, .vw-content .vw-widget .vw-block-content {
	padding: 0.5em 0.5em 1.5em !important;
}

.vw-widget-multi-page .vw-head {
	font-size: 80%;
}

.vw-widget > .vw-block-content > .vw-list:last-child {
	margin-bottom: 0;
}

.vw-widget .threadstats > li {
	white-space: nowrap;
}

.vw-widget-multi-page > img:first-child {
	padding-right: 0.5em;
}

.vw-widget-multi-page {
	margin-top: 1em;
}

.vw-widget-multi-scroll {
	margin: 0.5em 0 1em;
	position: relative;
	text-align: center;
}

.vw-widget-multi-scroll > * {
	cursor: pointer;
}

.vw-widget-scroll-jump > * {
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.vw-widget-scroll-jump > .vw-widget-scroll-jumped {
	border-color: #444;
}

.vw-widget-scroll-jump > a {
	margin: 0 0.25em;
	padding: 0.25em;
}

.vw-widget-scroll-jump-empty {
	border-color: #c0c0c0;
	border-radius: 1em;
}

.vw-widget-scroll-jump-empty.vw-widget-scroll-jumped {
	background: #444;
}

.vw-widget-scroll-jump > img {
	max-height: 24px;
	max-width: 24px !important;
}

.vw-widget-scroll-before, .vw-widget-scroll-after {
	cursor: pointer;
	padding: 1em 0.5em;
	z-index: 5;
}

.vw-widget-scroll-before:before {
	border-right: 1px dotted #444;
	content: "\f060";
}

.vw-widget-scroll-after:after {
	border-left: 1px dotted #444;
	content: "\f061";
}

.vw-widget-scroll-before:before, .vw-widget-scroll-after:after {
	display: inline-block;
	font-family: FontAwesome;
	padding: 1em 0.5em;
	text-decoration: none;
	z-index: 5;
}

.vw-widget-scroll-before:hover, .vw-widget-scroll-after:hover {
	text-decoration: none;
}

.vw-widget-play-ctrl {
	left: 0.5em;
	position: absolute;
	top: 0.5em;
}

.vw-widget-play-ctrl:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	height: 24px;
	width: 24px;
}

.vw-widget-playing:before {
	content: "\f04c";
}

.vw-widget-paused:before {
	content: "\f04b";
}

.vw-block-sidebar > .vw-block-content > .vw-widget:first-child {
	margin-top: 0;
}

.vw-block-sidebar > .vw-block-content > .vw-widget:last-child {
	margin-bottom: 0;
}

.vw-block-sidebar > .vw-block-content > .vw-widget-multi:first-child {
	border-top: none;
}

.vw-block-sidebar > .vw-block-content > .vw-widget-multi:last-child {
	border-bottom: none;
}

.vw-block-sidebar.vw-widget {
	margin-bottom: 0;
}

.vw-blocks-feed .vw-widget-multi-scroll {
	margin-top: -3.5em;
	font-size: 0.8em;
}

.vw-blocks-feed .vw-widget .vw-block-content {
	padding-bottom: 0.5em !important;
}

.vw-sort-table .vw-sort-order {
	display: none;
}

.vw-sort-table .vw-sort-order:after {
	font-family: FontAwesome;
	padding-left: 0.5em;
}

.vw-sort-table .vw-sort-asc:after {
	content: '\f063';
}

.vw-sort-table .vw-sort-desc:after {
	content: '\f062';
}


.restore, .vw-section, .vw-feed-entry .vw-content, .vw-block-bbcode .vw-block-content {
	overflow: hidden;
	position: relative;
}

/* ###### CONTENT ###### */

.vw-reset {
	font:    13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	color: #3e3e3e;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.vw-content {
	color: #444;
	font:    13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0.5em 1em 1.5em;
}

.vw-block-content {
	padding: 0.5em 1em;
}

.vw-content .vw-block-content {
	padding: 0 !important;
}

.vw-content-top {
	color: #888;
	font-style: italic;
	margin-bottom: 0.5em;
}

.vw-content-only {
	min-height: 100px;
}

.vw-integrate-box .vw-content-only {
	min-height: 1px;
}

.vw-content-separator {
	border-top: 1px solid #a0a0a0;
	margin: 1.5em 0 0.5em;
}

.vw-content-after, .vw-content-after a {
	font-size: 11px;
}

.vw-toc-block {
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	box-shadow: -3px 1px 1px #eaeaea;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	min-width: 200px;
	padding: 0.5em;
}

.vw-toc-block h3 {
	border: none;
	font-size: 1.2em;
}

.vw-toc-block .vw-list {
	margin: 0;
	padding: 0 0.5em;
}

.vw-toc-block .vw-list > li {
	list-style-type: none;
	font-weight: normal;
	margin: 0.5em;
}

.vw-toc-block .vw-list > li.selected {
	font-weight: bold;
}

.vw-toc-number {
	padding-right: 0.5em;
}

.vw-block strong {
	font-weight: bold;
}

.vw-normal-text {
	font-weight: normal;
}

.vw-inline-img {
	display: inline;
	padding: 0 0.5em;
	vertical-align: middle;
}

.vw-inline {
	display: inline-block;
}

.vw-content img, .vw-comment-content img {
	max-width: 100%;
	object-fit: contain;
}

.vw-redirect-text {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0;
	padding-left: 40px;
	background-image: url(//harem-battle.club/vault/resources/images/redirectltr.png);
	background-repeat: no-repeat;
}

.vw-inhibit {
	opacity: 0.3;
}

.vw-inhibit:hover {
	opacity: 0.7;
}

/* ###### HEADLINES ###### */

.vw-head {
	border-bottom: 1px solid #c0c0c0;
	color: #444;
	font-weight: bold;
	margin-bottom: 0.1em;
	overflow: hidden;
	padding-bottom: 0.1em;
	position: relative;
	word-wrap: break-word;
}

.vw-div .vw-head, .vw-span .vw-head, table .vw-head {
	border-bottom: none;
}

.vw-block .vw-soft-head {
	border-bottom: none;
}

.vw-block > .vw-head:first-child, .vw-block > form > .vw-head:first-child {
	background: #16496E url(//harem-battle.club/images/primus/blue/misc/blockhead-bg.jpg) repeat-x  ;
	border: 0 none ;
	color: #EDEDED !important;
	font:   bold 14px 'PT Sans', sans-serif;
	overflow: visible;
	padding: 4px 10px 10px 10px;
	margin: 0;
}

.vw-section + .vw-head, .vw-section .vw-section .vw-head {
	margin-top: 0.5em;
}

.vw-head-links {
	right: 0;
	bottom: 0.2em;
	position: absolute;
}

.vw-head-links a {
	padding-right: 0.5em;
	transition: opacity 0.3s ease 0s;
	opacity: 0.3;
}

.vw-head-links:hover a {
	opacity: 1;
}

.vw-head-links-mover {
	clear: right;
	float: right;
	width: 1px;
}

.vw-head-links-mover + .vw-head-links {
	bottom: 0;
	clear: right;
	float: right;
	position: relative;
}

h1 .vw-head-text {
	font-size: 2.4em;
}

h2 .vw-head-text {
	font-size: 1.85em;
}

h3 .vw-head-text {
	font-size: 1.7em;
}

h4 .vw-head-text {
	font-size: 1.5em;
}

h5 .vw-head-text {
	font-size: 1.3em;
}

h6 .vw-head-text {
	font-size: 1em;
}

.vw-section {
	padding: 0.2em;
}

/* ###### SIDEBAR ###### */

.vw-side-switch {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #eaeaea none   ;
	opacity: 0;
	position: absolute;
	transition: opacity 1s ease 0.5s, background-color 1s ease 0.5s, color 1s ease 0.5s;
	width: 16px;
}

.vw-side-switch:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #222;
	color: #cacaff none   ;
	cursor: pointer;
	opacity: 1;
}

.vw-side-switch p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

.vw-blocks-side-relative > .vw-search-form:not(:first-child) {
	margin-top: 1em;
}

.vw-head .vw-feed-button {
	background: #cc0000;
	border-radius: 0.5em;
	color: #fffffa;
	font-weight: bold;
	margin-top: -0.1em;
	margin-left: 0.5em;
	padding: 0.5em;
	text-decoration: none;
}

.vw-head .vw-feed-button:hover {
	text-decoration: none;
}

.vw-feed-content {
	background: #fffffa none   ;
	border: 1px solid #dadada;
	height: 150px;
	margin-top: -2px;
	max-height: 250px;
	min-height: 150px;
	padding: 0.5em;
	position: relative;
	overflow-y: scroll;
}

.vw-feed-item {
	font-size: 11px;
}

.vw-feed-item + .vw-feed-item {
	margin-top: 0.5em;
}

.vw-feed-item img {
	float: left;
	padding: 0.5em 0.1em;
}

.vw-feed-item p {
	margin-left: 24px;
	word-wrap: break-word;
}

.vw-feed-time {
	color: #888;
	display: block;
	margin-top: 0.2em;
}

.vw-feed-options ~ .vw-feed-content {
	height: 200px;
	margin-top: 0;
}

.vw-feed-options {
	padding: 0.2em;
}

a.vw-feed-selected, a.vw-feed-selected:hover {
	background: transparent;
	border-style: dashed;
	cursor: default;
}

.vw-fact-explain {
	font-size: 11px;
	padding-bottom: 0.5em;
}

.vw-fact-detail {
	margin: 0 0 0.5em;
}

.vw-fact-detail dt {
	float: left;
	margin: 0.5em 1em;
}

.vw-fact-image {
	text-align: right;
}

.vw-fact-image img {
	width: 100%;
	height: 16px;
}

.vw-fact-important {
	font-weight: bold;
}

.vw-fact-ignore {
	color: #888;
}

.vw-fact-large {
	font-size: 2em;
	font-weight: bold;
}

.vw-widget-avatar img {
	height: auto;
	max-width: 30px;
	width: 30px;
}

.vw-widget-userinfo {
	float: left;
	padding: 2px;
}

.vw-widget-content {
	font-size: 12px;
	overflow: hidden;
	padding: 0 6px;
}

.vw-widget-content h4 {
	border: none;
	font-weight: bold;
	padding: 3px 0;
}

.vw-block-similar .vw-widget-content h4 {
	font-weight: normal;
}

.vw-widget-row + .vw-widget-row {
	border-top: 1px dotted #c0c0c0;
}

.vw-widget-row strong {
	display: inline-block;
	padding-top: 0.5em;
}

.vw-widget-info {
	padding: 2px;
	font-size: 11px;
}

.vw-widget-date {
	display: block;
}

.vw-block-share > div + div {
	border-top: 1px dotted #c0c0c0;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

.vw-block-share dl + dl {
	padding-top: 0.5em;
}

.vw-share-bookmark {
	float: left;
	padding-bottom: 0.5em;
	padding-top: 0 !important;
	width: 50%;
}

.vw-share-button .fb_reset {
	display: block;
}

.vw-share-button {
	padding-top: 0.5em;
}

.vw-share-button dd {
	vertical-align: middle;
}

.vw-share-privacy .vw-popuproot {
	vertical-align: bottom;
}

.vw-share-privacy .vw-popupctrl:before {
	content: "\f05a";
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	padding-right: 3px;
}

.vw-share-privacy .vw-popupgroup {
	padding: 0.5em 1em;
}

.vw-share-private {
	border: 1px dotted #c0c0c0;
	display: inline-block;
	margin-bottom: 0.5em;
	opacity: 0.5;
}

.vw-share-private, .vw-share-private-count {
	vertical-align: middle;
}

.vw-share-private i, .vw-share-private-count i {
	bottom: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
}

.vw-share-private-count {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0.5em 5px;
	min-height: 18px;
	min-width: 15px;
	padding: 0 6px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.vw-share-private-count i, .vw-share-private-count i:before {
	background: transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #bbb;
	border-top: 5px solid transparent;
	left: -5px;
	margin-top: -5px;
	position: absolute;
}

.vw-share-private-count i:before {
	content: " ";
	border-bottom-width: 3px;
	border-right-color: #fff;
	border-top-width: 3px;
	left: 0;
	margin-top: -3px;
}

.vw-share-facebook {
	background: #4c69ba;
	background-image: linear-gradient(#4c69ba, #3b55a0);
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 #354c8c;
}

.vw-share-facebook i {
	background: #fff;
	position: relative;
	height: 12px;
	margin-right: 4px;
	margin-top: -2px;
	width: 12px;
	vertical-align: middle;
}

.vw-share-facebook i:before {
	bottom: -2px;
	color: #354c8c;
	content: '\f09a';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 12px;
	padding-right: 4px;
	position: absolute;
	right: -8px;
	width: 12px;
}

.vw-search-form {
	margin-bottom: 1em;
	margin-left: 1em;
}

.vw-search-container {
	box-sizing: border-box;
	height: 24px;
	position: relative;
}

.vw-search-textbox {
	box-sizing: border-box;
	height: 25px;
	position: absolute;
	width: 100% !important;
}

.vw-search-button {
	background: #e9e9e9 url(//harem-battle.club/images/gradients/generic_button.png) repeat-x left top;
	position: absolute;
	right: 2px;
	top: 2px;
}

.vw-search-button-overlay .vw-search-button {
	right: 0;
	top: 0;
}

.vw-search-button-overlay {
	height: 20px;
	width: 22px;
}

.vw-search-button-overlay .vw-search-button, .vw-search-button-overlay:before {
	border: none;
	height: 18px;
	width: 20px;
}

.vw-search-button-overlay {
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	margin-right: 1px;
	margin-top: 2px;
	position: relative;
	text-align: center;
}

.vw-search-button-overlay:before {
	box-sizing: border-box;
	color: #888;
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.vw-search-button-filter:before {
	content: "\f0b0";
}

.vw-search-button-submit:before {
	content: "\f002";
}

.vw-search-button-submit {
	float: right;
	margin-right: 2px;
}

.vw-search-live-filters {
	top: 100%;
}

.vw-search-live-filters li {
	float: left;
	padding-left: 0.5em;
	width: 45%;
}

.vw-search-live-filters label {
	padding: 0.2em 0 !important;
}

.vw-search-live-filters label:hover {
	background: transparent !important;
}

.vw-search-results {
	position: relative;
	top: 100%;
}

.vw-search-live {
	background-color: #FFFEE6;
	border: 1px solid #B1B1B1;
	box-sizing: border-box;
	left: 1px;
	padding: 1px;
	position: absolute;
	width: 99%;
	z-index: 1000;
}

.vw-search-live a {
	color: inherit;
	display: block;
	padding: 2px 6px;
}

.vw-search-live a:hover {
	background: #66aaff none   ;
	color: #fafafa;
	text-decoration: none;
}

.vw-search-highlight {
	font-weight: bold;
}

li + .vw-search-contains {
	border-top: 1px solid #B1B1B1;
}

.vw-search-contains {
	background: #f0f0f0 none   ;
	padding: 4px 6px;
}

.vw-search-contains span {
	font-style: italic;
}

.vw-search-option-switch {
	padding: 0.5em 0;
}

.vw-search-option-switch > ul {
	display: inline-block;
}

.vw-search-option-switch > ul > li {
	display: inline-block;
	padding-left: 0.5em;
}

.vw-search-group {
	display: block;
	float: left;
	height: 22px;
	width: 36px;
}

.vw-search-group-closed {
	background-image: url(//harem-battle.club/images/primus/blue/misc/trees/lp-left.gif);
}

.vw-search-group-open {
	background-image: url(//harem-battle.club/images/primus/blue/misc/trees/lm-left.gif);
}

.vw-search-list {
	border: 1px solid #c0c0c0;
	height: 150px;
	margin-top: 1em;
	max-height: 150px;
	overflow-y: scroll;
	width: 99%;
}

.vw-search-list-item {
	cursor: default;
	display: block;
	line-height: 16px;
}

.vw-search-list-item-line {
	display: block;
	padding: 0.25em 0.5em;
	padding-right: 0;
	position: relative;
}

.vw-search-selected > .vw-search-list-item-line {
	background: #66aaff none   ;
	color: #fafafa;
}

.vw-search-add, .vw-search-remove {
	bottom: 50%;
	cursor: pointer;
	height: 16px;
	line-height: 14px;
	margin-bottom: -8px; 
	margin-top: -8px;
	position: absolute;
	right: 0.5em;
	text-align: center;
	top: 50%;
}

.vw-search-add:before, .vw-search-remove:before {
	color: ;
	content: '\f0fe';
	float: left;
	font-family: FontAwesome;
	height: 16px;
	text-align: center;
	width: 16px;
}

.vw-search-remove:before {
	color: #fc0;
	content: '\f146';
}

.vw-search-add:hover, .vw-search-remove:hover {
	text-decoration: none;
}

.vw-search-summary {
	margin-top: 1em;
}

.vw-search-summary label {
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

.vw-search-chosen {
	display: inline-block;
	width: 100%;
}

.vw-search-chosen div {
	margin: 0.5em;
	width: 100%;
}

.vw-search-choice {
	background: #ddf none   ;
	border: 1px solid #aaf;
	border-radius: 0.5em;
	color: #444;
	cursor: default;
	float: left;
	margin-right: 0.25em;
	padding: 0.25em;
}

.vw-search-choice-label {
	float: left;
	width: 25%;
}

.vw-search-deselect {
	border: 1px solid transparent;
	float: right;
	font-family: FontAwesome;
	font-size: 10px;
	height: 8px;
	line-height: 8px;
	margin: 0 3px;
	padding: 2px;
	text-align: center;
	width: 8px;
}

.vw-search-deselect:after {
	content: '\f00d';
}

.vw-search-deselect:hover {
	background: #aaf;
	border-color: #66f;
	color: #44f;
	text-decoration: none;
}

.vw-search-filters {
	display: flex;
	margin-top: 0.75em;
}

.vw-search-filter-group {
	align-items: center;
	display: flex;
	width: 50%;
}

.vw-search-filter-group:nth-child(odd) {
	justify-content: flex-start;
}

.vw-search-filter-group:nth-child(even) {
	justify-content: flex-end;
}

.vw-search-filter-group dt {
	padding-right: 0.25em;
}

.vw-search-chosen-existing .vw-search-choice {
	background-color: #e0e0e0;
	border-color: #c0c0c0;
}

.vw-search-chosen-existing .vw-search-choice a {
	color: #888;
}

.vw-search-chosen-existing .vw-search-choice a:hover {
	background-color: #d0d0d0;
	border-color: #888;
	color: #666;
}

.vw-search-chosen-existing .vw-search-choice-removed, .vw-search-chosen-remove .vw-search-choice {
	background-color: #fcc;
	border-color: #c00;
}

.vw-search-chosen-existing .vw-search-choice-removed a, .vw-search-chosen-remove .vw-search-choice a {
	color: #c00;
}

.vw-search-chosen-existing .vw-search-choice-removed a:hover, .vw-search-chosen-remove .vw-search-choice a:hover {
	background-color: #faa;
	border-color: #a00;
	color: #a00;
}

.vw-search-chosen-existing .vw-search-choice-removed .vw-search-deselect:after {
	content: '\f067';
}

.vw-search-chosen-nav {
	float: right;
	font-family: FontAwesome;
	font-size: 1.2em;
}

.vw-search-chosen-nav a {
	cursor: pointer;
	display: inline-block;
	padding: 0.2em 0.4em;
}

.vw-search-chosen-nav a:hover {
	text-decoration: none;
}

.vw-search-chosen-prev:before {
	content: '\f060';
}

.vw-search-chosen-next:before {
	content: '\f061';
}

.vw-attach-form .vw-search-volatile {
	display: flex;
	flex-wrap: wrap;
}

.vw-attach-form .vw-search-childless {
	border: 1px solid #c0c0c0;
	display: flex;
	height: 130px;
	margin: 0.2em 0.1em;
	width: 110px;
}

.vw-attach-form .vw-search-childless .vw-search-list-item-line {
	flex-grow: 1;
	overflow: hidden;
	padding: 5px;
}

img.vw-attach-chooser {
	width: 100px;
}

img.vw-attach-chooser + span {
	background: rgba(255, 255, 255, 0.7);
	border: 0.25em solid transparent;
	bottom: 0;
	color: #444;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.vw-attach-form .vw-search-ctrl {
	bottom: auto;
	right: 0;
	margin-bottom: 0;
	margin-top: 0;
	top: 0;
}

.vw-attach-form .vw-search-ctrl:before {
	background: #fff;
	padding: 0.3em 0.3em 0;
	padding-left: 0.1em;
}

.vw-attach-form .vw-search-selected .vw-search-ctrl:before {
	background: #66aaff none   ;
}

.vw-search-form.vw-overlay-scrollable {
	margin-left: 0;
	margin-bottom: 0;
}

.vw-overlay .vw-search-container, .vw-overlay .vw-search-list {
	background: #fff;
}

/* ###### POPUPS ###### */

.vw-popuproot {
	display: inline-block;
	position: relative;
}

td.vw-popuproot {
	display: table-cell;
}

.vw-popuproot .textcontrol, .vw-popuproot .vw-popupctrl {
	display: inline-flex;
	white-space: nowrap;
}

.vw-popupctrl {
	cursor: pointer;
}

.vw-popupgroup {
	display: none;
	background: #fafafa none   ;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	box-shadow: -3px 1px 1px #eaeaea;
	font-size: 11px;
	left: 0;
	position: absolute;
	min-width: 200px;
	text-align: left;
	z-index: 500;
}

.vw-no-js .vw-popupctrl:hover + .vw-popupgroup, .vw-popupctrl-hover + .vw-popupgroup, .vw-no-js .vw-popupgroup:hover {
	display: block;
}

.vw-popupgroup a, .vw-popupgroup label {
	background: #fafafa none   ;
	border: 1px solid #c0c0c0;
	padding: 0.4em 1em;
	text-decoration: none;
}

.vw-popupgroup a:hover, .vw-popupgroup label:hover {
	background: #eaeaea none   ;
	color: #444;
	opacity: 1;
	text-decoration: none;
}

.vw-popupgroup li, .vw-popupgroup a, .vw-popupgroup label {
	display: block;
	border: none;
	white-space: nowrap;
}

.vw-popupgroup label, .vw-popupgroup input {
	cursor: pointer;
}

.vw-popupgroup li + li {
	border: #eaeaea none   ;
}

.vw-popupgroup a {
	cursor: pointer;
	opacity: 1;
}

.vw-popup-noarrow a.vw-popupctrl {
	padding-right: 0;
}

.vw-popupctrl:after {
	content: "\f0dd";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1em;
	padding-left: 0.2em;
	text-align: right;
}

.vw-popup-noarrow .vw-popupctrl:after {
	display: none;
}

.vw-popup-submit {
	background: #eaeaea none   ;
	text-align: right;
}

.vw-popup-submit input {
	padding: 0.3em;
}

/* ###### ICONS ###### */

.vw-head-links a:hover {
	text-decoration: none;
}

.vw-collapse-head .vw-collapse-ctrl {
	float: right;
}

.vw-title-icons .vw-collapse-ctrl {
	float: none;
}

.vw-fa-hide:before {
	content: "\F06E";
	font-family: FontAwesome;
}

.vw-fa-show:before {
	content: "\F070";
	font-family: FontAwesome;
}

.vw-collapse-top:before {
	content: "\F062";
	font-family: FontAwesome;
}

.vw-collapse-perma:before {
	content: "\F13D";
	font-family: FontAwesome;
}

.vw-collapse-edit:before {
	content: "\F040";
	font-family: FontAwesome;
}

.vw-collapse-magnet:before {
	content: "\F076";
	font-family: FontAwesome;
}

.vw-status-icon:before {
	font-family: FontAwesome;
	font-size: 32px;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	vertical-align: middle;
}

.forumicon .vw-status-icon:before {
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.forumlastpost .lastpostlabel .vw-status-icon:before {
	font-size: 13px;
	height: 12px;
	opacity: 0.4;
}

.vw-icon-ctrl {
	opacity: 0.6;
	text-decoration: none;
}

.vw-icon-ctrl:before {
	font-family: FontAwesome;
	font-size: 16px;
}

.vw-icon-ctrl:hover {
	opacity: 1;
	text-decoration: none;
}

.vw-icon-small:before {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	width: 16px;
	-webkit-text-stroke-width: 0 !important;
}

.vw-status-icon:not(.vw-icon-small) {
	border: 1px solid #c0c0c0;
	border-radius: 0.3em;
	box-shadow: 0 0 1px 1px #e0e0f0;
	float: left;
	padding: 3px;
}

.vw-icon-custom-img:not(.vw-icon-small) {
	padding: 1px;
}

.vw-icon-custom-img.vw-lazy-ctrl:before {
	background-image: url(//harem-battle.club/vault/resources/images/upload-progress-120.gif) !important;
}

.vw-icon-large:before {
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.vw-icon-xlarge:before {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	width: 48px;
}

.vw-icon-legend:before {
	content: "\f0c8";
}

.vw-legend-icon:before {
	padding-right: 0.5em;
}

.vw-icon-new:not(.vw-icon-small) {
	border-color: #ffcc00;
	box-shadow: 0 0 1px 1px #e0e0f0;
}

.vw-icon-new:before {
	color: #ffcc00;
	background: -webkit-linear-gradient(top, #ffffff 30%, #ffcc00 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffcc00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 204, 0, 0.5);
	-webkit-text-stroke: 1px #ff8800;
}

.vw-icon-old:before {
	color: #b0b0b0;
	background: -webkit-linear-gradient(top, #ffffff 30%, #888888 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #888888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(176, 176, 176, 0.5);
	-webkit-text-stroke: 1px #c0c0c0;
}

.vw-icon-mod:not(.vw-icon-small) {
	border-color: #cc0000;
	box-shadow: 0 0 1px 1px #e0e0f0;
}

.vw-icon-mod:before {
	color: #cc0000;
	background: -webkit-linear-gradient(top, #ffffff 30%, #aa0000 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #aa0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(204, 0, 0, 0.5);
	-webkit-text-stroke: 1px #aa0000;
}

.vw-icon-area:before {
	content: "\f07b";
}

.vw-icon-attach:before {
	content: "\f0c6";
}

.vw-icon-book:before {
	content: "\f02d";
}

.vw-icon-category:before {
	content: "\f0e8";
}

.vw-icon-categoryitem:before {
	content: "\f1b2";
}

.vw-icon-chapter:before {
	content: "\f02e";
}

.vw-icon-comment:before {
	content: "\f075";
}

.vw-icon-discussion:before {
	content: "\f086";
}

.vw-icon-error:before {
	content: "\f00d";
}

.vw-icon-team:before {
	content: "\f0c0";
}

.vw-icon-teamitem:before {
	content: "\f0c0";
}

.vw-icon-index:before {
	content: "\f015";
}

.vw-icon-island:before {
	content: "\f059";
}

.vw-icon-page:before {
	content: "\f15c";
}

.vw-icon-special:before {
	content: "\f05a";
}

.vw-icon-redirect:before {
	content: "\f076";
}

.vw-icon-revision:before {
	content: "\f044";
}

.vw-icon-template:before {
	content: "\f12e";
}

.vw-icon-product:before {
	content: "\f07a";
}

.vw-icon-poll:before {
	content: "\f012";
}

.vw-icon-user:before {
	content: "\f007";
}

.vw-icon-audio:before {
	content: "\f001";
}

.vw-icon-event:before {
	content: "\f073";
}

.vw-icon-pic:before {
	content: "\f03e";
}

.vw-icon-video:before {
	content: "\f03d";
}

.vw-icon-system:before {
	content: "\f085";
}

.vw-icon-feed:before {
	content: "\f09e";
}

.vw-icon-feeditem:before {
	content: "\f1e0";
}

.vw-icon-disambiguation:before {
	content: "\f074";
}

.vw-icon-views:before {
	content: "\f06e";
}

.vw-icon-tag:before {
	content: "\f02c";
}

.vw-icon-update:before {
	content: "\f017";
}

.vw-icon-downloads:before {
	content: "\f019";
}

.vw-icon-contribs:before {
	content: "\f007";
}

.vw-icon-trash:before {
	content: "\f014";
}

.vw-icon-queue:before {
	content: "\f071";
}

.vw-icon-edit:before {
	content: "\f040";
}

.vw-icon-delete:before, .vw-icon-error:before {
	content: "\f00d";
}

.vw-icon-settings:before {
	content: "\f085";
}

.vw-icon-locked:before {
	content: "\f023";
}

a.vw-icon-locked:hover:before {
	content: "\f13e";
}

.threadinfo .vw-status-icon + .inner {
	margin-left: 36px;
}

.searchbits .vw-status-icon + .inner {
	margin-left: 60px;
}

.searchbits .threadinfo .vw-status-icon {
	margin: 1px 8px;
	margin-top: 4px;
}

.searchbits .threadlastpost .vw-status-icon {
	margin-right: 8px;
}

.searchbits .vw-status-icon:before {
	text-align: center;
}

.vw-content-list-icon + .forumdata .subforum {
	line-height: 16px;
}

.vw-content-list-icon + .forumdata .subforum img {
	vertical-align: middle;
}

.vw-popupgroup .vw-status-icon {
	display: inline-block;
	padding: 0 0.5em;
	padding-left: 0;
	vertical-align: middle;
}

/* ###### TITLE ###### */

.vw-title-box {
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	margin-top: 0;
	padding: 0.5em 1em 0;
}

.vw-title-box-line1 {
	align-items: center;
	display: flex;
}

.vw-title-head {
	border-bottom: 1px solid #c0c0c0;
	display: flex;
	flex-grow: 1;
	word-break: break-word;
}

.vw-title-head h1 {
	align-items: baseline;
	color: #444;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-wrap: wrap;
	font-size: 2.4em;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}

.vw-title-box .vw-status-icon {
	margin-right: 0.5em;
	margin-top: 0.3em;
}

.vw-title-only .vw-status-icon {
	margin-bottom: 0.3em;
}

.vw-title-alone .vw-status-icon + .vw-title-head h1 {
	padding-top: 7px;
}

.vw-title-box + .vw-block, .vw-title-box + form > .vw-block:first-child,
.vw-title-box + .vw-block-group > .vw-block:first-child,
.vw-title-box + .vw-block-group > form:first-child > .vw-block:first-child {
	border-radius: 0 0 4px 4px;
	border-top: none;
	margin-top: 0;
}

.vw-title-box + .vw-block .vw-block-content, .vw-title-box + form > .vw-block:first-child .vw-block-content,
.vw-title-box + .vw-block-group > .vw-block:first-child .vw-block-content {
	padding-bottom: 1.5em;
	padding-top: 0.5em;
}

.vw-title-box + .vw-content {
	padding-top: 0;
}

.vw-title-box + .vw-block-group {
	margin-top: 0;
}

.vw-title-only .vw-title-head {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.vw-title-only + .vw-block-group {
	margin-top: 0.5em;
}

.vw-title-only {
	border-radius: 4px;
}

.vw-title-alone {
	padding-bottom: 0.5em;
}

.vw-title-baseline {
	display: inline-block;
}

.vw-title-before {
	font-size: 0.5em;
}

.vw-title-after {
	font-size: 0.5em;
}

.vw-title + .vw-title-after,
.vw-title-prefixed + .vw-title-after {
	margin-left: 0.5em;
}

.vw-title-before + .vw-title,
.vw-title-before + .vw-title-prefixed {
	margin-left: 0.2em;
}

.vw-title-below {
	display: block;
	font-size: 1.1em;
	padding-bottom: 0.6em;
	padding-left: 1em;
}

.vw-title-prefix {
	font-size: 0.4em;
	font-weight: normal;
}

ol .vw-title {
	line-height: 1em;
}

ol .vw-title-prefix + .vw-title {
	margin-top: -0.1em;
}

.vw-title-icons {
	align-self: flex-end;
	font-size: 14pt;
	white-space: nowrap;
}

.vw-title-icons a {
	opacity: 0.3;
}

.vw-title-icons a:hover {
	opacity: 1;
	text-decoration: none;
}

.vw-title-print:before {
	content: "\f02f";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
}

/* ###### TABS ###### */

ul.vw-tabs {
	margin-top: 1em;
	padding: 0 1em;
	white-space: nowrap;
}

.vw-tabs > li {
	display: inline-block;
}

.vw-tabs > li + li a {
	border-left: none;
}

.vw-tabs a {
	background: #fafafa none   ;
	border: 1px solid #dadada;
	border-bottom: none;
	color: #888;
	display: inline-block;
	opacity: 0.7;
	padding: 0.4em 1em;
	text-decoration: none;
}

.vw-tabs .vw-popup-noarrow a.vw-popupctrl {
	padding: 0.4em 1em;
}

.vw-tabs > li > a:hover, .vw-tabs > li:hover > a, .vw-tabs > li > a.vw-popupctrl-hover {
	background: #eaeaea none   ;
	color: #888;
	opacity: 1;
	text-decoration: none;
}

.vw-tabs .selected a, .vw-tabs .selected a:hover {
	background: #fffffa none   ;
	border: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	color: #000;
	font-weight: bold;
	margin-left: -1px;
	opacity: 1;
	padding-top: 0.6em;
}

.vw-tabs .selected:first-child a {
	border-radius: 4px 0 0 0;
}

.vw-tabs .selected:last-child a {
	border-radius: 0 4px 0 0;
}

.vw-tabs + .vw-blocks{
	margin-top: -1px;
}

.vw-tabs .vw-popupgroup {
	left: -1px;
}

.vw-tabs .vw-popupgroup a {
	border: none;
	display: block;
}

.hbc-mo {
  position: relative;
}
.hbc-mo > img {
  position: absolute;
}
.hbc-mo__init {
  transition: opacity 0.3s ease-in-out;
}
.hbc-mo__init:hover {
  opacity: 0;
}
/* Tab bbtag*/
.tab .tab-navbar {
  margin: 0px;
  padding-left: 5px;
  border-bottom: 1px solid black;
  text-align:left;
}
.tab .tab-navbar > br {
  display: none;
}
.tab-navbar .tab-nav {
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px 5px 0px 0px;
  padding: 5px;
  cursor: pointer;
  margin-right:1px;
  margin-bottom: -1px;
  background-color: #fff;
  transition: background-color 0.3s, border-bottom-color 0.3s;
}
.tab-navbar .tab-nav:hover {
  background-color: #eee;
}
.tab-nav.active {
  cursor: default;
  border-bottom-color: transparent;
}
.tab-nav.active:hover {
  background-color: #fff;
}
.tab-nav .tab-nav-header {
  font-weight: bold;
}
.tab-nav .tab-nav-content {
  display: none;
}
.tab .tab-border {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: black;
  background-color: #fff;
}
.tab.nobborder .tab-border {border-bottom-width:0px;}
.tab .tab-display {
  padding: 5px;
  transition: opacity 0.15s ease-in-out;
}

/* Wiki-Forum integration hotfix */
div.vw-integrate-box>div:nth-child(1) {display:none;}
div.vw-integrate-box>div:nth-child(2) {max-height:900px !important;border-radius:4px;border-top:1px solid #c0c0c0;}
div.vw-integrate-box>div:nth-child(2)>div {padding:5px !important;}
div.vw-integrate-box>div:nth-child(2)>div.vw-block-expandable-opener {display:none;}

.nodec a {color:inherit !important;}
.nodec a:hover {text-decoration:none !important;}

/* Global floatimg */
.fi {display:inline-block;width:100%;}
.fi div {overflow:hidden;float:right;margin:0 0 5px 5px;border-radius:3px;border:1px solid #000;box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);}
.fi div img {max-width:200px;display:block;cursor:pointer;transition:max-width 300ms ease-out;}

/* Global sortbtn */
a.wiki_sortbtn {display:inline-block;border-radius:4px;border:1px solid #5a7f97;background:#7192a8;padding:4px 8px;margin:4px;}
a.wiki_sortbtn span{width:11px;display:inline-block;}
a.wiki_sortbtn:hover {box-shadow: 0px 0px 5px #4ac6ef;}
a.wiki_sortbtn,a.wiki_sortbtn:hover {text-decoration:none;color:#ffffff;}

/* Global listing style */
div.dl {width:210px;display:inline-block;padding:4px;margin:2px 4px 3px 4px;}
div.dl table {width:100%;height:70px;}
div.dl table>tbody>tr:first-child>td:first-child img:first-child {display:flex;}
div.dl table>tbody>tr:first-child>td:first-child {padding-right:4px;width:70px;max-width:70px;vertical-align:top;border-right-width:1px;border-right-style:solid;}
div.dl table>tbody>tr:first-child>td:nth-child(2) {height:18px;text-align:left;border-bottom-width:1px;border-bottom-style:solid;padding:0 0 1px 3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:130px;}
div.dl table>tbody>tr:first-child>td:nth-child(2)>div:first-child {display:inline;position:relative;top:2px;}
div.dl table>tbody>tr:nth-child(n+2)>td {padding-left:3px;text-align:left;vertical-align:top;}
div.dl>a,div.dl>a:hover {text-decoration:none;color:black;}

/* Global table style */
table.twh {width: 100%}
table.twh>tbody>tr>th {padding:3px;height:22px;text-align:center;border-width:0 1px 1px 0;border-style:solid;white-space:nowrap;font-weight:bold;}
table.twh>tbody>tr>th:last-child {border-right-width:1px;border-right-style:solid;}
table.twh>tbody>tr:last-child>th {border-bottom-width:1px;border-bottom-style:solid;}
table.twh>tbody>tr>td {padding:3px;text-align:left;border-width:0 1px 1px 0;border-style:solid;}
table.twh>tbody>tr>th:first-child, table.twh>tbody>tr>td:first-child {border-left-width:1px;border-left-style:solid;}
table.twh>tbody>tr:first-child>th, table.twh>tbody>tr:first-child>td {border-top-width:1px;border-top-style:solid;}
table.twh>tbody>tr:first-child>td {border-top-width:0;}
table.twh>tbody>tr>td:first-child {border-left-width:0;}
table.twh>tbody>tr>td:last-child {border-right-width:0;}

/* KG listing style */
.vw-node-prefix-10 div.dl table>tbody>tr:first-child>td {border-color:#e9ca9f;}
.vw-node-prefix-10 div.dl {border-radius:5px;border:1px solid #e3d4bf;background:#f7eddc;}
.vw-node-prefix-10 div.dl:hover {box-shadow: 0px 0px 5px #4ac6ef;}
.vw-node-prefix-10 div.dl>a>table>tbody>tr:first-child>td:nth-child(2) {color:#927138;text-shadow: 1px 1px 1px rgba(233, 202, 159, 1);}

.vw-node-prefix-10 a.wiki_sortbtn {border-color:#e9ca9f;background:#f7eddc;color:#927138;text-shadow: 1px 1px 1px rgba(233, 202, 159, 1);}
.vw-node-prefix-10 a.wiki_sortbtn:hover {box-shadow: 0px 0px 5px #4ac6ef;}

/* KG table style */
.vw-node-prefix-10 table.twh>tbody tr th {border-color:#f9e9d3;background:#e9ca9f;color:#69460a;}
.vw-node-prefix-10 table.twh>tbody tr td {border-color:#e9ca9f;}

/* Harem Heroes */
.vw-node-prefix-17 table.twh>tbody tr th {border-color:#e7d0aa;background:#d8b781;color:#6f4f3c;}
.vw-node-prefix-17 table.twh>tbody tr td {border-color:#d8b781;}
.vw-node-prefix-17 div.dl table>tbody>tr:first-child>td {border-color:#d8b781;}
.vw-node-prefix-17 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-17 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-17 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-17 div.dl {border-radius:5px;border:1px solid #d8b781;background-color:#eee2ca;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-17 div.dl:hover {box-shadow: 0px 0px 5px #d8b781;}
.vw-node-prefix-17 .n1 {border:1px solid #d8b781;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-17 .n1 a {display:table-cell;}
.vw-node-prefix-17 .tab .tab-navbar {border:none;text-align:right;padding-right:10px;}
.vw-node-prefix-17 .tab-navbar::before {content:'Pictures:';font-weight:bold;font-size:1.12em;padding-right:7px;}
.vw-node-prefix-17 .tab-navbar .tab-nav {border-color:#FFADF2;background-color:#FFEAFD;padding:6px 7px;border-radius:12px;box-shadow: 2px 1px 3px 0px #a3a3a3;}
.vw-node-prefix-17 .tab-navbar .tab-nav:hover {background-color:#FFFFFF;border-color:#EB66FF;}
.vw-node-prefix-17 .tab-navbar .tab-nav.active {background-color:#FFFD69;border-color:#FF5145;}
.vw-node-prefix-17 .tab-navbar .tab-nav.active:hover {background-color:#FFFD69;border-color:#FF5145;}
.vw-node-prefix-17 .tab .tab-border {border:none;background-color:transparent;}
.vw-node-prefix-17 a.wiki_sortbtn {border-color:#d8b781;background:#e7d0aa;color:#593e15;}
.vw-node-prefix-17 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #d8b781;}

/* FKG style */
.vw-node-prefix-15 table.twh>tbody tr th {border-color:#e7d0aa;background:#d8b781;color:#6f4f3c;}
.vw-node-prefix-15 table.twh>tbody tr td {border-color:#d8b781;}
.vw-node-prefix-15 div.dl table>tbody>tr:first-child>td {border-color:#d8b781;}
.vw-node-prefix-15 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-15 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-15 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-15 div.dl {border-radius:5px;border:1px solid #d8b781;background-color:#eee2ca;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-15 div.dl:hover {box-shadow: 0px 0px 5px #d8b781;}
.vw-node-prefix-15 .n1 {border:1px solid #d8b781;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-15 .n1 a {display:table-cell;}
.vw-node-prefix-15 .tab .tab-navbar {border-color:#d8b781;}
.vw-node-prefix-15 .tab-navbar .tab-nav {border-color:#d8b781;background-color:#d8b781;color:#6f4f3c;}
.vw-node-prefix-15 .tab-navbar .tab-nav:hover {background-color:#e7d0aa;}
.vw-node-prefix-15 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-15 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-15 .tab .tab-border {border-color:#d8b781;background-color: #fffffa;}
.vw-node-prefix-15 a.wiki_sortbtn {border-color:#d8b781;background:#e7d0aa;color:#593e15;}
.vw-node-prefix-15 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #d8b781;}

/* IW style */
.vw-node-prefix-18 table.twh>tbody tr th {border-color:#fecbdd;background:#fe86b3;color:#5c5c5c;}
.vw-node-prefix-18 table.twh>tbody tr td {border-color:#fe86b3;}
.vw-node-prefix-18 div.dl table>tbody>tr:first-child>td {border-color:#fe86b3;}
.vw-node-prefix-18 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-18 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-18 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#5c5c5c;font-weight: bold;}
.vw-node-prefix-18 div.dl {border-radius:5px;border:1px solid #fe86b3;background-color:#ffe8f8;box-shadow: 0px 0px 10px rgba(255, 210, 228, 0.4) inset;}
.vw-node-prefix-18 div.dl:hover {box-shadow: 0px 0px 5px #fe86b3;}
.vw-node-prefix-18 .n1 {border:1px solid #fe86b3;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-18 .n1 a {display:table-cell;}
.vw-node-prefix-18 .tab .tab-navbar {border-color:#fe86b3;}
.vw-node-prefix-18 .tab-navbar .tab-nav {border-color:#fe86b3;background-color:#fe86b3;color:#5c5c5c;}
.vw-node-prefix-18 .tab-navbar .tab-nav:hover {background-color:#fecbdd;}
.vw-node-prefix-18 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-18 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-18 .tab .tab-border {border-color:#fe86b3;background-color: #fffffa;}
.vw-node-prefix-18 a.wiki_sortbtn {border-color:#fe86b3;background:#fecbdd;color:#5c5c5c;}
.vw-node-prefix-18 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #fe86b3;}

/* PS style */
.vw-node-prefix-29 table.twh>tbody tr th {border-color:#b56cd7;background:#b541d2;color:#fff8fa;}
.vw-node-prefix-29 table.twh>tbody tr td {border-color:#b541d2;}
.vw-node-prefix-29 div.dl table>tbody>tr:first-child>td {border-color:#b541d2;}
.vw-node-prefix-29 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-29 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-29 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-29 div.dl {border-radius:5px;border:1px solid #b541d2;background-color:#e68cf5;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-29 div.dl:hover {box-shadow: 0px 0px 5px #b541d2;}
.vw-node-prefix-29 .n1 {border:1px solid #b541d2;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-29 .n1 a {display:table-cell;}
.vw-node-prefix-29 .tab .tab-navbar {border-color:#b541d2;}
.vw-node-prefix-29 .tab-navbar .tab-nav {border-color:#b541d2;background-color:#b541d2;color:#fff8fa;}
.vw-node-prefix-29 .tab-navbar .tab-nav:hover {background-color:#b56cd7;}
.vw-node-prefix-29 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-29 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-29 .tab .tab-border {border-color:#b541d2;background-color: #fffffa;}
.vw-node-prefix-29 a.wiki_sortbtn {border-color:#b541d2;background:#b56cd7;color:#593e15;}
.vw-node-prefix-29 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #b541d2;}

/* XOverd style */
.vw-node-prefix-30 table.twh>tbody tr th {border-color:#b4cdd5;background:#1c7988;color:#b4cdd5;}
.vw-node-prefix-30 table.twh>tbody tr td {border-color:#1c7988;}
.vw-node-prefix-30 div.dl table>tbody>tr:first-child>td {border-color:#1c7988;}
.vw-node-prefix-30 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-30 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-30 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-30 div.dl {border-radius:5px;border:1px solid #1c7988;background-color:#e68cf5;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-30 div.dl:hover {box-shadow: 0px 0px 5px #1c7988;}
.vw-node-prefix-30 .n1 {border:1px solid #1c7988;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-30 .n1 a {display:table-cell;}
.vw-node-prefix-30 .tab .tab-navbar {border-color:#1c7988;}
.vw-node-prefix-30 .tab-navbar .tab-nav {border-color:#1c7988;background-color:#1c7988;color:#b4cdd5;}
.vw-node-prefix-30 .tab-navbar .tab-nav:hover {background-color:#b4cdd5;}
.vw-node-prefix-30 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-30 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-30 .tab .tab-border {border-color:#1c7988;background-color: #fffffa;}
.vw-node-prefix-30 a.wiki_sortbtn {border-color:#1c7988;background:#b4cdd5;color:#593e15;}
.vw-node-prefix-30 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #1c7988;}

/* BGR style */
.vw-node-prefix-22 table.twh>tbody tr th {border-color:#1b73c5;background:#1b5a86;color:#ded7d6;}
.vw-node-prefix-22 table.twh>tbody tr td {border-color:#1b5a86;}
.vw-node-prefix-22 div.dl table>tbody>tr:first-child>td {border-color:#1b5a86;}
.vw-node-prefix-22 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-22 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-22 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-22 div.dl {border-radius:5px;border:1px solid #1b5a86;background-color:#eee2ca;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-22 div.dl:hover {box-shadow: 0px 0px 5px #1b5a86;}
.vw-node-prefix-22 .n1 {border:1px solid #1b5a86;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-22 .n1 a {display:table-cell;}
.vw-node-prefix-22 .tab .tab-navbar {border-color:#1b5a86;}
.vw-node-prefix-22 .tab-navbar .tab-nav {border-color:#1b5a86;background-color:#1b5a86;color:#ded7d6;}
.vw-node-prefix-22 .tab-navbar .tab-nav:hover {background-color:#1b73c5;}
.vw-node-prefix-22 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-22 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-22 .tab .tab-border {border-color:#1b5a86;background-color: #fffffa;}
.vw-node-prefix-22 a.wiki_sortbtn {border-color:#1b5a86;background:#1b73c5;color:#593e15;}
.vw-node-prefix-22 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #1b5a86;}

/* Kamihime style */
.vw-node-prefix-32 table.twh>tbody tr th {border-color:#7c7061;background:#bca388;color:#fff5eb;}
.vw-node-prefix-32 table.twh>tbody tr td {border-color:#bca388;}
.vw-node-prefix-32 div.dl table>tbody>tr:first-child>td {border-color:#bca388;}
.vw-node-prefix-32 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-32 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-32 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-32 div.dl {border-radius:5px;border:1px solid #bca388;background-color:#eee2ca;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-32 div.dl:hover {box-shadow: 0px 0px 5px #bca388;}
.vw-node-prefix-32 .n1 {border:1px solid #bca388;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-32 .n1 a {display:table-cell;}
.vw-node-prefix-32 .tab .tab-navbar {border-color:#bca388;}
.vw-node-prefix-32 .tab-navbar .tab-nav {border-color:#bca388;background-color:#bca388;color:#fff5eb;}
.vw-node-prefix-32 .tab-navbar .tab-nav:hover {background-color:#7c7061;}
.vw-node-prefix-32 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-32 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-32 .tab .tab-border {border-color:#bca388;background-color: #fffffa;}
.vw-node-prefix-32 a.wiki_sortbtn {border-color:#7c7061;background:#bca388;color:#fff5eb;}
.vw-node-prefix-32 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #7c7061;}

/* Phantasma style */
.vw-node-prefix-34 table.twh>tbody tr th {border-color:#8d76a3;background:#634886;color:#ebe7ee;}
.vw-node-prefix-34 table.twh>tbody tr td {border-color:#634886;}
.vw-node-prefix-34 div.dl table>tbody>tr:first-child>td {border-color:#634886;}
.vw-node-prefix-34 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-34 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-34 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#634886;font-weight: bold;}
.vw-node-prefix-34 div.dl {border-radius:5px;border:1px solid #634886;background-color:#ebe7ee;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-34 div.dl:hover {box-shadow: 0px 0px 5px #634886;}
.vw-node-prefix-34 .n1 {border:1px solid #634886;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-34 .n1 a {display:table-cell;}
.vw-node-prefix-34 .tab .tab-navbar {border-color:#634886;}
.vw-node-prefix-34 .tab-navbar .tab-nav {border-color:#634886;background-color:#634886;color:#ebe7ee;}
.vw-node-prefix-34 .tab-navbar .tab-nav:hover {background-color:#8d76a3;}
.vw-node-prefix-34 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-34 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-34 .tab .tab-border {border-color:#634886;background-color: #fffffa;}
.vw-node-prefix-34 a.wiki_sortbtn {border-color:#8d76a3;background:#634886;color:#ebe7ee;}
.vw-node-prefix-34 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #8d76a3;}

/* SG style */
.vw-node-prefix-16 table.twh>tbody tr th {border-color:#837360;background:#cbb9a7;color:#4b3d2e;}
.vw-node-prefix-16 table.twh>tbody tr td {border-color:#cbb9a7;}
.vw-node-prefix-16 div.dl table>tbody>tr:first-child>td {border-color:#837360;}
.vw-node-prefix-16 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-16 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-16 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#4b3d2e;font-weight: bold;}
.vw-node-prefix-16 div.dl {border-radius:5px;border:1px solid #837360;background-color:#e68cf5;box-shadow: 0px 0px 7px rgba(131, 115, 96, 0.4) inset;}
.vw-node-prefix-16 div.dl:hover {box-shadow: 0px 0px 5px #837360;}
.vw-node-prefix-16 .n1 {border:1px solid #cbb9a7;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-16 .n1 a {display:table-cell;}
.vw-node-prefix-16 .tab .tab-navbar {border-color:#cbb9a7;}
.vw-node-prefix-16 .tab-navbar .tab-nav {border-color:#cbb9a7;background-color:#cbb9a7;color:#4b3d2e;}
.vw-node-prefix-16 .tab-navbar .tab-nav:hover {background-color:#837360;}
.vw-node-prefix-16 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-16 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-16 .tab .tab-border {border-color:#cbb9a7;background-color: #fffffa;}

/* Mononofu style */
.vw-node-prefix-33 table.twh>tbody tr th {border-color:#837360;background:#cbb9a7;color:#4b3d2e;}
.vw-node-prefix-33 table.twh>tbody tr td {border-color:#cbb9a7;}
.vw-node-prefix-33 div.dl table>tbody>tr:first-child>td {border-color:#837360;}
.vw-node-prefix-33 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-33 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-33 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#4b3d2e;font-weight: bold;}
.vw-node-prefix-33 div.dl {border-radius:5px;border:1px solid #837360;background-color:#e68cf5;box-shadow: 0px 0px 7px rgba(131, 115, 96, 0.4) inset;}
.vw-node-prefix-33 div.dl:hover {box-shadow: 0px 0px 5px #837360;}
.vw-node-prefix-33 .n1 {border:1px solid #cbb9a7;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-33 .n1 a {display:table-cell;}
.vw-node-prefix-33 .tab .tab-navbar {border-color:#cbb9a7;}
.vw-node-prefix-33 .tab-navbar .tab-nav {border-color:#cbb9a7;background-color:#cbb9a7;color:#4b3d2e;}
.vw-node-prefix-33 .tab-navbar .tab-nav:hover {background-color:#837360;}
.vw-node-prefix-33 .tab-navbar .tab-nav.active {background-color: #fffffa;border-bottom-color:transparent;}
.vw-node-prefix-33 .tab-navbar .tab-nav.active:hover {background-color: #fffffa;}
.vw-node-prefix-33 .tab .tab-border {border-color:#cbb9a7;background-color: #fffffa;}

/* QoV style */
.vw-node-prefix-14 table.twh>tbody tr th {border-color:#dbc5b0;background:#c4a588;color:#755535;}
.vw-node-prefix-14 table.twh>tbody tr td {border-color:#c4a588;}
.vw-node-prefix-14 div.dl table>tbody>tr:first-child>td {border-color:#c4a588;}
.vw-node-prefix-14 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-14 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-14 div.dl {border-radius:5px;border:1px solid #c4a588;}

/* Aigis table style */
.vw-node-prefix-4 table.twh>tbody tr th {border-color:#405f99;background:#173469;color:#e7c95f;}
.vw-node-prefix-4 table.twh>tbody tr td {border-color:#173469;}
.vw-node-prefix-4 table.twh>tbody>tr>td:last-child {border-right-width:1px;}

/* PPS style */
.vw-node-prefix-3 table.twh>tbody tr th {border-color:#f181ac;background:#e23e7d;color:#ffe6ef;}
.vw-node-prefix-3 table.twh>tbody tr td {border-color:#e23e7d;}
.vw-node-prefix-3 div.dl table>tbody>tr:first-child>td {border-color:#e23e7d;}
.vw-node-prefix-3 div.dl table {height:60px;}
.vw-node-prefix-3 div.dl table>tbody>tr:first-child>td:first-child {width:60px;max-width:60px;position:relative;}
.vw-node-prefix-3 div.dl table>tbody>tr:first-child>td:first-child img:nth-child(2){position:absolute;top:45px;left:-4px;}
.vw-node-prefix-3 div.dl {width:190px;}
.vw-node-prefix-3 div.dl table>tbody>tr:first-child>td:nth-child(2) {max-width:110px;}
.vw-node-prefix-3 a.wiki_sortbtn {border-color:#f181ac;background:#e23e7d;color:#ffe6ef;}
.vw-node-prefix-3 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #f181ac;}

/* PPS Rarity and Type icons */
.vw-node-prefix-3 div.sR {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sR span {background:none left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sRN {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sRN span {background:url(https://i.harem-battle.club/images/2016/01/06/4cfUm.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sRR {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sRR span {background:url(https://i.harem-battle.club/images/2016/01/06/9pkjdtRQ.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sRSR {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sRSR span {background:url(https://i.harem-battle.club/images/2016/01/06/PiLOU5GnT.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}

.vw-node-prefix-3 div.sT {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sT span {background:none left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sTSexy {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sTSexy span {background:url(https://i.harem-battle.club/images/2016/01/06/CjN4i.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sTBabe {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sTBabe span {background:url(https://i.harem-battle.club/images/2016/01/06/vIsthR.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-3 div.sTMoe {display:inline;position:relative;top:2px;}
.vw-node-prefix-3 div.sTMoe span {background:url(https://i.harem-battle.club/images/2016/01/06/WECjl1HS5D.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}

/* Hitsuji table style */
.vw-node-prefix-12 table.twh>tbody tr th {border-color:#815c4f;background:#633a2c;color:#d3c5c1;}
.vw-node-prefix-12 table.twh>tbody tr td {border-color:#633a2c;}
.vw-node-prefix-12 div.dl table>tbody>tr:first-child>td {border-color:#633a2c;}

/* Girls Kingdom style */
.vw-node-prefix-6 table.twh>tbody tr th {border-color:#e6dbcd;background:#cdad98;color:#61422d;}
.vw-node-prefix-6 table.twh>tbody tr td {border-color:#cdad98;}
.vw-node-prefix-6 div.dl table>tbody>tr:first-child>td {border-color:#cdad98;}

/* Osawari Island style */
.vw-node-prefix-7 table.twh>tbody tr th {border-color:#a24dea;background:#8120d0;color:#fee7fe;}
.vw-node-prefix-7 table.twh>tbody tr td {border-color:#8321d4;}
.vw-node-prefix-7 div.dl table>tbody>tr:first-child>td {border-color:#8321d4;}

/* Osawari Island Mobile style */
.vw-node-prefix-19 table.twh>tbody tr th {border-color:#a24dea;background:#8120d0;color:#fee7fe;}
.vw-node-prefix-19 table.twh>tbody tr td {border-color:#8321d4;}
.vw-node-prefix-19 div.dl table>tbody>tr:first-child>td {border-color:#8321d4;}

/* DP table style */
.vw-node-prefix-11 table.twh>tbody tr th {border-color:#4d93c8;background:#00589a;color:#e6f0f7;}
.vw-node-prefix-11 table.twh>tbody tr td {border-color:#00589a;}
.vw-node-prefix-11 div.dl table>tbody>tr:first-child>td {border-color:#00589a;}

/* Navigation class - KG */
.vw-node-prefix-10 .n1 {border:1px solid #e9ca9f;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:10px;margin:10px 0;}
.vw-node-prefix-10 .n1 a {display:table-cell;}

/* KG Classes */
.vw-node-prefix-10 span.Archer    {background:url(https://i.harem-battle.club/images/2015/11/01/pj5IOgG3f.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Magician  {background:url(https://i.harem-battle.club/images/2015/11/01/E2TpI.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Soldier   {background:url(https://i.harem-battle.club/images/2015/11/01/qRWzrc.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Cleric    {background:url(https://i.harem-battle.club/images/2015/11/01/KaTZdI.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Warrior   {background:url(https://i.harem-battle.club/images/2015/11/01/r1nH83gB.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Rogue     {background:url(https://i.harem-battle.club/images/2015/11/01/nYOiwT0K.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Ronin     {background:url(https://i.harem-battle.club/images/2015/11/01/eEDnp.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Fighter   {background:url(https://i.harem-battle.club/images/2015/11/01/QvtSj3.jpg) left top;width:13px;height:13px;display:inline-block;}
.vw-node-prefix-10 span.Universal {background:url(https://i.harem-battle.club/images/2015/11/01/7ZOLX3VWq.jpg) left top;width:13px;height:13px;display:inline-block;}

/* KG Elements */
.vw-node-prefix-10 div.Fire {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Fire span {background:url(https://i.harem-battle.club/images/2015/11/14/L2Rbp.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.Water {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Water span {background:url(https://i.harem-battle.club/images/2015/11/14/QEGfDbBVA.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.Wind {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Wind span {background:url(https://i.harem-battle.club/images/2015/11/14/CM7NvEAm.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.Earth {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Earth span {background:url(https://i.harem-battle.club/images/2015/11/14/T6xFSucE.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.Dark {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Dark span {background:url(https://i.harem-battle.club/images/2015/11/14/fRk2Y.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.Light {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.Light span {background:url(https://i.harem-battle.club/images/2015/11/14/ep6Em1G4I.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}

.vw-node-prefix-10 div.sEl {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sEl span {background:url(https://i.harem-battle.club/images/2015/12/13/kENqrR.png);width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElFire {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElFire span {background:url(https://i.harem-battle.club/images/2015/11/14/L2Rbp.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElWater {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElWater span {background:url(https://i.harem-battle.club/images/2015/11/14/QEGfDbBVA.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElWind {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElWind span {background:url(https://i.harem-battle.club/images/2015/11/14/CM7NvEAm.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElEarth {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElEarth span {background:url(https://i.harem-battle.club/images/2015/11/14/T6xFSucE.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElDark {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElDark span {background:url(https://i.harem-battle.club/images/2015/11/14/fRk2Y.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}
.vw-node-prefix-10 div.sElLight {display:inline;position:relative;top:2px;}
.vw-node-prefix-10 div.sElLight span {background:url(https://i.harem-battle.club/images/2015/11/14/ep6Em1G4I.png) left top;width:14px;height:14px;display:inline-block;margin-right:2px;}


/* KG Mini Equipment+Items */
.vw-node-prefix-10 .m2 {width:180px;padding:3px;margin:1px 3px 2px 3px;}
.vw-node-prefix-10 .m2 tr:first-child>td:first-child {padding-right:3px;}
.vw-node-prefix-10 .m2 table {height:40px;}
.vw-node-prefix-10 .m2 table tr:first-child td:first-child {width:40px;max-width:40px;}
.vw-node-prefix-10 .m2 table tr:first-child td:nth-child(2) {max-width:130px;}

/* KG Equipment */
.vw-node-prefix-10 .m1 table tr:nth-child(2) td:first-child {width:19px;height:17px;}
.vw-node-prefix-10 .m1 table tr:nth-child(2) td:nth-child(2) {width:43px;}
.vw-node-prefix-10 .m1 table tr:nth-child(2) td:nth-child(3) {width:19px}
.vw-node-prefix-10 .m1 table tr:nth-child(3) td:first-child {height:17px;}
.vw-node-prefix-10 .m1 table tr:nth-child(2) td:nth-child(1) span {background:url(https://i.harem-battle.club/images/2015/10/31/9utNRE5.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m1 table tr:nth-child(2) td:nth-child(3) span {background:url(https://i.harem-battle.club/images/2015/10/31/BJsox.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m1 table tr:nth-child(3) td:nth-child(1) span {background:url(https://i.harem-battle.club/images/2015/10/31/6dimkWt70.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m1 table tr:nth-child(3) td:nth-child(3) span {background:url(https://i.harem-battle.club/images/2015/10/31/rkwA8jO.png) left top;width:10px;height:10px;display:inline-block;}

/* KG Employees */
.vw-node-prefix-10 .m3 tr:first-child>td:first-child img:first-child {box-shadow:1px 1px #d1c9bb;margin-bottom:4px;}
.vw-node-prefix-10 .m3 table tr:nth-child(2) td:first-child {width:19px;height:17px;}
.vw-node-prefix-10 .m3 table tr:nth-child(2) td:nth-child(2) {width:43px;}
.vw-node-prefix-10 .m3 table tr:nth-child(2) td:nth-child(3) {width:19px;}
.vw-node-prefix-10 .m3 table tr:nth-child(3) td:first-child {height:17px;}
.vw-node-prefix-10 .m3 table tr:nth-child(4) td:first-child {height:17px;}
.vw-node-prefix-10 .m3 table tr:nth-child(5) td:first-child {background:none no-repeat center;background-size:contain;}
.vw-node-prefix-10 .m3 table tr:nth-child(2) td:nth-child(1) span {background:url(https://i.harem-battle.club/images/2015/10/31/7ymIC.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m3 table tr:nth-child(3) td:nth-child(1) span {background:url(https://i.harem-battle.club/images/2015/10/31/9utNRE5.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m3 table tr:nth-child(3) td:nth-child(3) span {background:url(https://i.harem-battle.club/images/2015/10/31/BJsox.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m3 table tr:nth-child(4) td:nth-child(1) span {background:url(https://i.harem-battle.club/images/2015/10/31/6dimkWt70.png) left top;width:10px;height:10px;display:inline-block;}
.vw-node-prefix-10 .m3 table tr:nth-child(4) td:nth-child(3) span {background:url(https://i.harem-battle.club/images/2015/10/31/rkwA8jO.png) left top;width:10px;height:10px;display:inline-block;}

/* KG Quests */
.vw-node-prefix-10 .m4 {width:210px;height:19px;text-align:left;vertical-align:middle;margin:3px;display:inline-block;position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:210px;border-radius:3px;border:1px solid #e3d4bf;}
.vw-node-prefix-10 .m4 span {z-index:1;padding:3px;position:relative;color:#927138;text-shadow: 1px 1px 1px rgba(233, 202, 159, 1), 0 0 7px #fff;}
.vw-node-prefix-10 .m4 a{color:#927138;}
.vw-node-prefix-10 .m4 a:hover {text-decoration:none;}
.vw-node-prefix-10 .m4:hover {box-shadow: 0px 0px 5px #4ac6ef;}
.vw-node-prefix-10 .m4 div {display:block;position:absolute;opacity:0.2;width:100%;height:100%;background-position:0 -10px;}

/* Gay Harem */
.vw-node-prefix-44 table.twh>tbody tr th {border-color:#e7d0aa;background:#d8b781;color:#6f4f3c;}
.vw-node-prefix-44 table.twh>tbody tr td {border-color:#d8b781;}
.vw-node-prefix-44 div.dl table>tbody>tr:first-child>td {border-color:#d8b781;}
.vw-node-prefix-44 div.dl table>tbody>tr:first-child>td:first-child {text-align:center;}
.vw-node-prefix-44 div.dl table>tbody>tr:first-child>td:first-child>img:first-child {padding-bottom:2px;}
.vw-node-prefix-44 div.dl table>tbody>tr:first-child>td:nth-child(2) {color:#593e15;font-weight: bold;}
.vw-node-prefix-44 div.dl {border-radius:5px;border:1px solid #d8b781;background-color:#eee2ca;box-shadow: 0px 0px 10px rgba(216, 183, 129, 0.4) inset;}
.vw-node-prefix-44 div.dl:hover {box-shadow: 0px 0px 5px #d8b781;}
.vw-node-prefix-44 .n1 {border:1px solid #d8b781;text-align:center;border-radius: 4px;box-shadow: 1px 1px 3px #c0c0c0;display:table;width:100%;border-spacing:0;margin:10px 0;}
.vw-node-prefix-44 .n1 a {display:table-cell;}
.vw-node-prefix-44 .tab .tab-navbar {border:none;text-align:left;padding-right:10px;}
.vw-node-prefix-44 .tab-navbar::before {content:font-weight:bold;font-size:1.12em;padding-right:7px;}
.vw-node-prefix-44 .tab-navbar .tab-nav {border-color:#698CFF;background-color:#1C012E;padding:6px 7px;border-radius:12px;box-shadow: 2px 1px 3px 0px #a3a3a3;}
.vw-node-prefix-44 .tab-navbar .tab-nav:hover {background-color:#854EA8;border-color:#698CFF;}
.vw-node-prefix-44 .tab-navbar .tab-nav.active {background-color:#57336D;border-color:#698CFF;}
.vw-node-prefix-44 .tab-navbar .tab-nav.active:hover {background-color:#57336D;border-color:#698CFF;}
.vw-node-prefix-44 .tab .tab-border {border:none;background-color:transparent;}
.vw-node-prefix-44 a.wiki_sortbtn {border-color:#d8b781;background:#e7d0aa;color:#593e15;}
.vw-node-prefix-44 a.wiki_sortbtn:hover {box-shadow: 0px 0px 8px #d8b781;}