@media only screen and (max-width: 836px) {

	img, input {
		max-width: 100% !important;
	}

	iframe, object, embed {
		display: inline-block;
		max-width: 100%;
	}
}

.spoilertitle { cursor: pointer; padding-left: 10px; background-color: #7C6C50; background-image: linear-gradient(to right, #AB966F, #000); color: #EEE; font-size: 15px; font-weight: bold; line-height: 24px }
.spoilercontent { height: 0px; overflow: hidden; transition: height 0.5s ease 0s }

@media only screen and (max-width: 860px) {
	.wiki_table {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0px auto;
		max-width: 100%;
		display: block;
}}
.infobox .wiki_table {
	display: table;
}

@media screen and (max-width: 480px) {
    .page-segment h1{
max-width:75%
    }
.span_2_of_6 {
    width: 33%;
    border-style: solid;
    margin: 0.2%;
}

#wiki-content-block #ifrmDiv{position:absolute !important;}
