@media screen and (min-width: 1px) and (max-width: 767px) {
	header {
		font-size: 15px;	
	}
	header.sticky {
		font-size: 18px;
	}	
	header.sticky .claim {
		margin-top: 10px;	
	}
	.popover {
		max-width: 700px;
		min-width: 100px;
		max-height: 500px;
		overflow: auto;
	}
	.popover-content,
	.popover-content * {
		font-size: 11px ! important;
	}	
}
