div#statblock_ui { margin-left: 450px; }

@media print { div#statblock_ui { display:none; } }

textarea#json_api
{
	width: 600px;
	min-height: 400px;
}

select#stat_picker
{
	width: 600px;
}

.statblock
{
	position: absolute;
	display: inline-block;
	background: #ffffc2;
	border-top: 5px solid #ffde59;
	border-bottom: 5px solid #ffde59;
	border-top-style: double;
	border-bottom-style: double;
	padding: 10px;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.5);
	font-family: 'Open Sans', sans-serif;	
	font-size: 0.9em;
	width: 400px;
	line-height: 1.2em;
}

@media print 
{ 
	.statblock 
	{ 
		background: white; 
		border: 1px solid black;
		box-shadow: none; 
		line-height: 1.3em;
	}
	
	.statblock hr
	{
		display: block;
		height: 1px;
		background: transparent;
		width: 100%;
		border: none;
		border-top: 2px solid #aaa;
		margin: 15px 0px;
	}
}

.statblock table
{
	font-family: 'Open Sans', sans-serif;	
	font-size: 1em;
	width: 100%;
}

.statblock table th
{
	font-size: 0.8em;
}

.statblock table td
{
	text-align: center;
}

hr
{
	border: 0;
	height: 3px;
	background-image: -webkit-linear-gradient(left, #a00000, rgba(0,0,0,0));
}

.npc_name
{ 
	font-variant: small-caps;  
	font-size: 2em; 
	font-family: 'Libre Baskerville', serif;
	color: #800000;
	font-weight: bold;
}

.statblock h1
{
	text-align: left;
	font-family: 'Open Sans';
	font-variant: small-caps;  
	font-size: 1.5em;
	margin: 20px 0px 5px 0px;
	color: #800000;
	border-bottom: 1px solid #a00000;
	padding-bottom: 5px;
	
}

.npc_type
{
	font-style: italic;
	font-size: 0.9em;
	line-height: 2em;
	padding-left: 3px;
}
