html {
	xoverflow-y: scroll;
	xoverflow: hidden;
	height: 100%;
	
}

body {
	background: #000000 url("https://i.imgur.com/bJcaHan.jpeg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:		Arial;	
	xmax-width: 			1800px;
	margin: auto;
	xfont-family: 'Open Sans', sans-serif;
	
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
  
}

@font-face{
    font-family: "CaslonAntique";
	src: url('https://chazu.arkku.net/files/font/CaslonAntique.ttf'),
    url('https://chazu.arkku.net/files/font/CaslonAntique.eot'); /* IE */
}


@font-face{
    font-family: "Friz Quadrata Bold";
    src: url('https://chazu.arkku.net/files/font/Friz Quadrata Bold.otf'),
    url('https://chazu.arkku.net/files/font/Friz Quadrata Bold.eot'); /* IE */
}



.pageTitleCon{
	display:inline-block;
	border:  5px solid #6e6e6e; /* harmaa  */
	border-style: inset;
	
	moz-box-shadow:    inset 0 0 100px #000000;
	webkit-box-shadow: inset 0 0 100px #000000;
	box-shadow:  	inset 0 0 15px #000000;
	background-image: url('https://i.imgur.com/pUTbdEv.jpeg');
	

}

.pageTitleCon:before { /* toinen border; saadaan hieno efekti inset/outset tyyleillä*/

	content: " ";
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 5px solid #6e6e6e;
	border-style: outset;

	xwebkit-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.75);
	xmoz-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.75);
	xbox-shadow: 10px 10px 16px -1px rgba(0,0,0,0.75);
	width: 675px;
}

.pageTitle{
	font-family: "Friz Quadrata Bold";
	font-size: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
	color: white;
	background: -webkit-linear-gradient( #fdfeff, #20593e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.reloadButton{
	margin-bottom: 5px;
	float:right;
}

#content {
	xborder:5px solid lime;
	background: rgba(0,0,0,0.90);
	max-width: 850px;
	min-height:70vh;

	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 15px;
	color:	#afafaf;    	
}

#topBar{
	max-width: 850px;
	margin:auto;
	margin-top: 20px;
	xborder: 1px solid purple;
	position:relative;
}


#upperContainer{
	xborder: 1px solid green;
	
	
}

#avatar {

	background-size: cover;

display:inline-block;
	width: 95px;
	height: 126px;

	float: left;
	margin-right: 5px;
	

	border:  5px solid #6e6e6e; /* harmaa  */
	border-style: outset;
	moz-box-shadow:    inset 0 0 100px #000000; /*sisäänpäin tuleva varjo*/
	webkit-box-shadow: inset 0 0 100px #000000; /*sisäänpäin tuleva varjo*/
	box-shadow:        inset 0 0 15px #000000;  /*sisäänpäin tuleva varjo*/
	
}









#profileBanner {
	xbackground: rgba(0,0,0,0.10);
	xborder: 1px solid black;
	padding: 5px;
	xfloat:left;
	width: 87%;
	display: inline-block;
	
	
}

.lordNameCon {
	
    font-weight: normal;
	font-size: 30px;
	font-family: "CaslonAntique";
	 text-transform: uppercase;
}

.lordNameMini{
	
}

#totalPointsContainer{
	float: right;
	font-size: 30px;
	font-family: "CaslonAntique";
	
}

#statsContainer {
	xmargin-left: 50px;
	xborder: 1px solid grey;
	display: inline;
	text-align: center;
	margin:auto;
	
}

.stat {
	xposition: relative;
	xborder: 1px solid black;
	text-align: center;
	xfloat: left;
	padding: 2px;

}

.WS, .BS, .S, .T, .W, .I, .A, .Ld, .Sv {
	xborder: 1px solid black;
	xtext-align: center;

}



#lowerContainer {
	xborder: 1px solid orange;
	xbackground: rgba(0,0,0,0.10);
	margin-top: 10px;
	xposition: relative;
	padding: 5px;
	xmin-height: 250px;
	display:inline-block;
	width: 100%;
}

#loreSection {
	xborder: 1px solid purple;
	float: left;
	xwidth: 200px;
	width: 28%;
	xbackground: rgba(0,0,0,0.10);
	padding: 10px;
	
}

.factionCon{
margin-bottom: 20px;
	
}

.facTit{
	xfont-weight:bold;
}

.deedTit{
	xfont-weight:bold;
}


#itemSection {
	xborder: 1px solid green;
	float:right;
	width: 70%;
	display: inline-block;
	
}




.itemTitle{
	font-weight:bold;
	
}

.wargearCon {
	xfloat: left;
	xborder: 1px solid red;	
	width: 220px;
	
	clear: right;
	
	
}
.warGear {
	margin-left: -15px;
	
}


.miniCon {
	float:left;
	display: inline-block;
	xborder: 1px solid orange;	
	xmargin-left:15px;
}






.chaosArtefactsCon {
	xfloat: left;
	xborder: 1px solid cyan;	
	width: 220px;
	display:block;
	
}

.chaosArtefacts{
	margin-left: -15px;
}



.specialRulesCon {
	display: inline-block;
	float: left;
	xborder: 1px solid red;	
	width: 320px;
}






    
.name{
	xborder: 1px solid white;
	width: 160px;
	display: inline-block;
	vertical-align: bottom;
	overflow:hidden;
	white-space: nowrap;
	margin-left: -25px;
}
	
.name:before {
    content:"- ";
}

	
.name:after{
    content: "...........................................................................";
} 
    
.pts{
	xborder: 1px solid orange;
	width: 50px;
	display: inline-block;
	font-style:italic;
	margin-left: -5px;
	
    
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.ruleName{
	xborder: 1px solid white;
	width: 200px;
	display: inline-block;
	vertical-align: bottom;
	overflow:hidden;
	white-space: nowrap;
	margin-left: -25px;
}

.rulePts{
	xborder: 1px solid orange;
	width: 90px;
	display: inline-block;
	font-style:italic;
    
}
	
.ruleName:before {
    content:"- ";
}

	
.ruleName:after{
    content: "...........................................................................";
} 

.note{
	font-style:italic;
	font-size: 13px;
}


.unitTypeCon{
	margin-left: 10px;

	xfloat:right;
}

.italic {
	font-style:italic;
	}



#info {
	display:none;
	xborder: 1px solid white;
	margin-left:	auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: -15px;
	max-width: 800px;
	background: rgb(0,0,0); /* for IE */
	background: rgba(0,0,0,0.75);
	padding: 10px;
	color:	#afafaf; 
	
	
}
#infoButton{
float: right;
margin-right: 5px;
}

































