@media not all and (max-width: 768px)
{
	#wikimenu
	{
		z-index: 15;
		position: absolute;
		border-radius: 20px;
		left: 45px;
		padding: 0px;
		top: 23px;
	}
	#wikicontent
	{
		position: absolute;
		left: 0px;
		right: 0px;
		top: 50px;
		bottom: 0px;
		padding: 10px 100px 10px 100px;
		overflow: auto;
	}
	#wikinavmenu
	{
		z-index: 10;
		position: absolute;
		left: 0px;
		width: 37px;
		top: 0px;
		height: 50px;
		overflow: hidden;
		background-color: rgba(31, 37, 43, 1);
		border-right: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikinavmenu:HOVER
	{
		z-index: 50;
		position: absolute;
		left: 0px;
		width: 200px;
		top: 0px;
		height: auto;
		border-bottom: 3px double rgba(234, 131, 38, 0.75);
		border-bottom-right-radius: 20px;
	}
	#wikinavmenu a
	{
		display: block;
		font-size: 50;
		text-align: center;
		padding: 5px 0px 5px 0px;
		font-weight: bold;
	}
	#wikitop
	{
		position: absolute;
		top: 0px;
		right: 0px;
		left: 0px;
		height: 30px;
		padding: 12px 15px 5px 15px;
		background-color: rgba(31, 37, 43, 0.75);
		border-bottom: 3px double rgba(234, 131, 38, 0.75);
		background-color: rgba(31, 37, 43, 0.75);
		background-image: url('space/banner.png');
		background-size: 400px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	#wikimenubutton
	{
		font-size: 24px;
		display: block;
		text-align: center;
		position: relative;
		height: 37px;
		padding: 5px;
		border-bottom: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikitopsearch
	{
		position: absolute;
		top: 12px;
		right: 15px;
		z-index: 10;
		width: 35%;
	}
	#wikitopsearch input
	{
		height: 100%;
	}
	#wikisearchfield
	{
		position: absolute;
		left: 0px;
		right: 112px;
	}
	#wikisearchbutton
	{
		width: 100%;
		height: 100%;
	}
	#wikisearchbutton2
	{
		display: none;
	}
	#wikisearchbuttonfield
	{
		position: absolute;
		right: 0px;
		width: 100px;
	}
	#wikinavanchor
	{
		position: relative;
		display: inline-block;
	}
	#wikinav
	{
		z-index: 15;
		position: absolute;
		border-radius: 20px;
		overflow: hidden;
		width: 150px;
		height: 20px;
		top: -16px;
		left: 0px;
		padding: 1px;
		background-color: rgba(31, 37, 43, 0.5);
	}
	#wikinav:HOVER
	{
		z-index: 50;
		position: absolute;
		border-radius: 20px;
		overflow: none;
		height: auto;
		padding: 5px;
		background-color: rgba(31, 37, 43, 1);
		border-radius: 10px;
		border: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikinav a
	{
		display: block;
	}
	#wikiwelcome
	{
		position: absolute;
		top: 5px;
		left: 45px;
		z-index: 9;
	}
	#wikimenu
	{
	}
	#wikilock
	{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	abbr
	{
		text-decoration-style: dashed;
		text-decoration-color: rgba(234, 131, 38, 0.75)
	}
	
	.wikilink, .allwiki a
	{
	}
	.badwiki
	{
		color: red;
	}
	.wikiarea
	{
		position: relative;
		min-height: 90%;
		padding: 10px;
	}
	.wikiarea h2
	{
		border-bottom: 2px ridge #666666;
	}
	div.wikititle
	{
		font-weight: bold;
		font-size: 24px;
		width: 70%;
		border-bottom: 2px ridge #666666;
	}
	
	div.wikicontents
	{
		width: 15%;
		padding: 5px;
		margin: 10px;
		background-color: rgba(234, 131, 38, 0.15);
		border: 1px solid #EA8326;
	}
	div.wikicontents div
	{
		display: none;
	}
	table.wikiheadtable
	{
		margin-bottom: 20px;
		width: 500px;
		padding: 0px;
		border-spacing: 2px;
		table-layout:fixed;
		float: right;
		position: relative;
		z-index: 10;
	}
	table.wikiheadtable th
	{
		background-color: rgba(234, 131, 38, 1);
	}
	table.wikiheadtable td
	{
		background-color: rgba(31, 37, 43, 1);
		text-align: center;
		vertical-align: top;
	}
	table.wikiheadtable img
	{
		max-width: 500px;
		max-height: 500px;
	}
	.wiki-content
	{
		border-bottom: 1px solid #ff0000;
		border-left: 1px solid #ff0000;
		width: 50%;
		height: 20px;
		vertical-align: top;
		font-family: cust;
		font-style: normal;
		padding: 3px;
	}
	table.widetable
	{
		margin-bottom: 10px;
		width: 100%;
		padding: 0px;
		border: 4px ridge #4ad3e2;
		border-radius:10px;
		text-align: left;
		vertical-align: top;
		font-size: small;
		font-family: Verdana;
		font-style: normal;
	}
	.wikirecent
	{
		width: 15%;
	}
	#wikimainsearch
	{
		width: 90%;
	}
	#wikimainsearchbutton
	{
		width: 9%;
	}
	#wikicount
	{
		font-size: xlarge;
	}
	.characterside
  {
		display: inline-block;
		width: 195px;
		position: absolute;
		height: 100%;
		background-color: rgba(31, 37, 43, 1);
		border-right: 4px ridge #FD9604;
  }
  .charactermain
	{
	 box-sizing: border-box;
	 position: relative;
	 left: 200px;
	 width: calc(100% - 200px);
	 vertical-align: top;
	 color: #ffffff;
	 background-color: rgba(31, 37, 43, 0.75);
	 padding-left: 5px;
	 padding-right: 6px;
  }
}
@media all and (max-width: 768px)
{
	#wikimenu
	{
		z-index: 15;
		position: absolute;
		border-radius: 20px;
		right: 0px;
		width: 90px;
		padding: 0px;
		top: 23px;
		overflow: hidden;
		height: 20px;
		text-align: right;
	}
	#wikimenu a
	{
		display: block;
	}
	#wikimenu:HOVER
	{
		text-align: left;
		width: 150px;
		z-index: 50;
		border-radius: 20px;
		overflow: none;
		height: auto;
		background-color: rgba(31, 37, 43, 1);
		border-radius: 10px;
		padding: 5px;
		border: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikicontent
	{
		position: absolute;
		left: 0px;
		right: 0px;
		top: 50px;
		bottom: 0px;
		padding: 0px;
		overflow: auto;
	}
	#wikinavmenu
	{
		z-index: 10;
		position: absolute;
		left: 0px;
		width: 37px;
		top: 0px;
		height: 50px;
		overflow: hidden;
		background-color: rgba(31, 37, 43, 1);
		border-right: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikinavmenu:HOVER
	{
		z-index: 50;
		position: absolute;
		left: 0px;
		width: 200px;
		top: 0px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#wikinavmenu a
	{
		display: block;
		font-size: 50;
		text-align: center;
		padding: 5px 0px 5px 0px;
		font-weight: bold;
	}
	#wikitop
	{
		position: absolute;
		top: 0px;
		right: 0px;
		left: 0px;
		height: 30px;
		padding: 12px 15px 5px 15px;
		background-color: rgba(31, 37, 43, 0.75);
		border-bottom: 3px double rgba(234, 131, 38, 0.75);
		background-color: rgba(31, 37, 43, 0.75);
	}
	#wikimenubutton
	{
		font-size: 24px;
		display: block;
		text-align: center;
		position: relative;
		height: 37px;
		padding: 5px;
		border-bottom: 3px double rgba(234, 131, 38, 0.75);
	}
	#wikitopsearch
	{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 10;
		left: 40px;
	}
	#wikisearch
	{
		position: relative;
		width: 84%;
	}
	#wikisearchfield
	{
		position: absolute;
		left: 0px;
		right: 50px;
	}
	#wikisearchbutton
	{
		display: none;
	}
	#wikisearchbuttonfield
	{
		position: absolute;
		right: 0px;
		width: 45px;
	}
	#wikisearchbutton2
	{
		width: 100%;
	}
	#wikinavanchor
	{
		position: relative;
		display: inline-block;
	}
	#wikimessage
	{
		display: none;
		display: hidden;
	}
	#wikiwelcome
	{
		position: absolute;
		top: 25px;
		left: 45px;
		z-index: 9;
		right: 90px;
		overflow: hidden;
	}
	#wikimenu
	{
	}
	#wikilock
	{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	abbr
	{
		text-decoration: none;
	}
	
	.wikilink, .allwiki a
	{
	}
	.badwiki
	{
		color: red;
	}
	.wikiarea
	{
		position: relative;
		min-height: 90%;
	}
	.wikiarea h2
	{
		border-bottom: 2px ridge #666666;
	}
	div.wikititle
	{
		font-weight: bold;
		font-size: 24px;
		width: 70%;
		border-bottom: 2px ridge #666666;
	}
	
	div.wikicontents
	{
		width: 100%;
		padding: 5px;
		background-color: rgba(234, 131, 38, 0.15);
		border: 1px solid #EA8326;
	}
	div.wikicontents div
	{
		display: none;
	}
	table.wikiheadtable
	{
		margin-bottom: 20px;
		width: 100%;
		padding: 0px;
		border-spacing: 2px;
		table-layout:fixed;
	}
	table.wikiheadtable th
	{
		background-color: rgba(234, 131, 38, 1);
	}
	table.wikiheadtable td
	{
		background-color: rgba(31, 37, 43, 1);
		text-align: center;
		vertical-align: top;
	}
	table.wikiheadtable img
	{
		max-width: 500px;
		max-height: 500px;
	}
	.wiki-content
	{
		border-bottom: 1px solid #ff0000;
		border-left: 1px solid #ff0000;
		width: 50%;
		height: 20px;
		vertical-align: top;
		font-family: cust;
		font-style: normal;
		padding: 3px;
	}
	table.widetable
	{
		margin-bottom: 10px;
		width: 100%;
		padding: 0px;
		border: 4px ridge #4ad3e2;
		border-radius:10px;
		text-align: left;
		vertical-align: top;
		font-size: small;
		font-family: Verdana;
		font-style: normal;
	}
	.wikirecent
	{
		width: 15%;
	}
	#wikimainsearch
	{
		width: 73%;
	}
	#wikimainsearchbutton
	{
		width: 25%;
	}
	#wikicount
	{
		font-size: 14px;
	}
  .characterside
  {
		display: none;
  }
  .charactermain
  {
  	box-sizing: border-box;
  	position: relative;
  	left: 0px;
  	width: 100%;
  	vertical-align: top;
  	color: #ffffff;
  	background-color: rgba(31, 37, 43, 0.75);
  	padding-left: 5px;
  	padding-right: 6px;
  }
}

.charactermaster
{
	position: relative;
	z-index: 1;
}
.charactername
{
	text-align: center;
	box-sizing: border-box;
  display: block;
  font-size: 2em;
  font-weight: bold;
	border-bottom: 1px solid white;
}
.characterside ul
{
	padding-left: 10px;
}
.biglistlabel
{
	display: none;
	position: relative;
	left: 10px;
}
.biglistside
{
	box-sizing: border-box;
}
.formnum
{
	width: 70px;
}
.formdesc
{
	width: 100%;
}