
html, body { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}
	

#infoBox {
	display: inline-block;
	position:absolute;
	left:0;
	top:0;
	width: 400px;
	background-color: rgba(255,187,115,1);
	padding:5px;
	border-radius:20px;
	overflow:hidden;
	margin:5px;
	opacity:0.7;
}
#infoBorder {
	border-style:solid;
	border-width:3px;
	border-radius:15px;
	border-color:rgba(232,138,93,1);
	padding:3px;
	overflow:hidden;
}
#infoContent {
	border-style:solid;
	border-width:2px;
	border-color: rgba(232,138,93,1);
	border-radius:10px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:scroll;
	max-height:500px;
}
#infoContent::-webkit-scrollbar { 
	display: none; 
} 

#infoImage img {
	width:100%;
	height:auto;
}

#bottomBox {
	border-style: none solid solid solid;
	border-width: 3px;
	border-radius: 0 0 15px 15px;
	border-color: rgba(232,138,93,1);
	padding: 3px;
	padding-top:23px;
	overflow: hidden;
	margin-top: -20px;
}

#sigil {
	margin:auto;
	padding:0;
	width:250px;
	height:100px;
	mask-image: url(ImperialAquilla.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-image: url(ImperialAquilla.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color:rgb(255,227,102);
}

#infoName {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}

.section {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.line {
}
.line div {
	display: inline-block;
	padding: 3px 0;
	margin: 0;
	vertical-align: top;
}
.key {
	width:130px;
	height:100%;
}
.value {
	width:240px;
	height:100%;
}