.wikimimeu {
    color: #999999;
    font-weight: bold;
}

.wikimimeu-link {
	text-decoration: underline;
}

.tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
	color: #000000;
    background: #fafafa;
    border: 1px solid #ccc;
}

.tribute-container li.highlight {
    background: #ddd;
}

/* Wiki Magia i Miecz - Modal */

.headerspace {
	display: none;
}

#abubu-wikimimeu-bg {
	display: none;
	position: fixed;
	background: #000000;
	opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: 49;
}

#abubu-wikimimeu-pn {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 60%;
	max-height: 60%;
	max-width: 100%;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 50;
	font-size: 1.2em;
}

#abubu-wikimimeu-pn .inner {
	max-height: calc(100% - 60px);
	overflow-y: auto;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#abubu-wikimimeu-pn .content {
	margin: 0;
	padding: 10px;
}

#abubu-wikimimeu-pn .toctogglespan {
	display: none;
}

#abubu-wikimimeu-pn h2 {
	margin: 1rem 0rem 1rem 0;
	font-size: 1.2rem;
	font-weight: bold;
}

#abubu-wikimimeu-pn h2.abubu-wikimimeu-name {
	font-size: 1.2rem;
	font-weight: bold;
	min-height: 25px;
	margin: 10px 30px 10px 10px;
	padding: 0;
	border: none;
}

#abubu-wikimimeu-pn .close {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 12px;
	height: 12px;
	background: transparent url("./images/close.png") no-repeat 0 0;
	opacity: 0.4;
}

#abubu-wikimimeu-pn .close:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#abubu-wikimimeu-pn {
		width: auto;
		top: 10%;
		height: 80%;
		max-height: 100%;
	}
}

@media only screen and (max-width: 360px), only screen and (max-device-width: 360px)
{
	#abubu-wikimimeu-pn {
		width: auto;
		top: 10%;
		height: 80%;
		max-height: 100%;
	}
}

/* WIKI */
#abubu-wikimimeu-pn div.tright {
    margin: 0.5em 0 1.3em 1.4em;
}
#abubu-wikimimeu-pn div.thumb {
    margin-bottom: 0.5em;
    width: auto;
    background-color: transparent;
}
#abubu-wikimimeu-pn div.tright,
#abubu-wikimimeu-pn div.floatright,
#abubu-wikimimeu-pn table.floatright {
    clear: right;
    float: right;
}
#abubu-wikimimeu-pn div.thumbinner {
    border: 1px solid #c8ccd1;
    padding: 3px;
    background-color: #f8f9fa;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
#abubu-wikimimeu-pn .thumbimage {
    background-color: #fff;
    border: 1px solid #c8ccd1;
}
#abubu-wikimimeu-pn .thumbcaption {
    border: 0;
    line-height: 1.4em;
    padding: 3px;
    font-size: 94%;
    text-align: left;
}
#abubu-wikimimeu-pn .magnify {
    float: right;
    margin-left: 3px;
    margin-right: 0;
}
#abubu-wikimimeu-pn div.magnify a {
    display: block;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 11px;
    background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
