/* ###
	POPOVER SYSTEM CSS
### */

.popover {}
.popover h4 {
	color: #222;
	font-family: 'Kanit', Arial, sans-serif;
}
.popover h4 small {
	color: #999;
	font-size: 60%;
	font-weight: 300;
}
.popover ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.popover ul li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.popover ul li:not(:first-child) {
	border-top: 1px solid #ccc;
}
.popover ul li a {
	color: #444;
	font-family: 'Amsi Pro Normal', Arial, sans-serif;
	font-weight: 400;
}
.popover ul li a:hover {
	color: #999;
}