body {
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 300;
	color: #00003b;
	font-size: 16px;
	line-height: 1.2em;
	background: #ddd;
	margin: 0;
	padding: 0;
}

#pagewrap { 
	width: 980px; 
	padding: 30px; 
	background: white;
    margin: 0 auto;
    height: 100vh;
    }

article {
    padding-top: 2em;
    padding-bottom: 2em;
}
    
h1 {
    font-weight: 300;
    font-size: 2.5em;
}

h2 {
    font-size: 1.4em;
    font-weight: 700;
}




a, a:visited, a:active {
	color: #9ba647;
}

.invisible {
	color: #eee;
}

.invisible a {
	color: #eee;
}

/*-----------------------------------------------------------------------------------*/
/*  Popinfo Style
/*-----------------------------------------------------------------------------------*/

.popinfo, .miniinfo {
    padding: 0 3px;
	background: hsla(67, 40%, 46%, 0.2);
	border-bottom: 1px dotted #9ba647;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.miniinfo {
	cursor: help;
}

.infobadge:after {
	content: 'i';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #0077b6;
	color: white;
	text-align: center;
	border-radius: 50%;
	margin-left: 4px;
	font-weight: 700;
	font-size: 0.8em;
}

.drooltip {

}

.miniinfo-content {
	display: none;
}

.drooltip .miniinfo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.drooltip .miniinfo-image {
	margin-top: 1rem;
}
.drooltip .miniinfo-image img {
	max-width: 100%;
}
