    .GaugeMeter{
		Position:				Relative;
		Text-Align:			Center;
		margin: auto;
		Overflow:				Hidden;
		Cursor:				Default;
	}

	.GaugeMeter SPAN,
	.GaugeMeter B{
		Margin:				0 23%;
		Width:					54%;
		Position:				Absolute;
		Text-Align:			Center;
		Display:				Inline-Block;
		Color:					RGBa(0,0,0,.8);
		font-size: 40px!important;
		Font-Weight:			100;
		Font-Family:			"Open Sans", Arial;
		Overflow:				Hidden;
		White-Space:			NoWrap;
		Text-Overflow:		Ellipsis;
	}
	.GaugeMeter[data-style="Semi"] B{
		Margin:				0 10%;
		Width:					80%;
	}

	.GaugeMeter S,
	.GaugeMeter U{
		Text-Decoration:	None;
		Font-Size:			.60em;
		Font-Weight:			200;
		Opacity:				.6;
	}

	.GaugeMeter B{
		Color:					Black;
		Font-Weight:			200;
		Opacity:				.8;
	}
	.search-box{
		position: absolute;   
		width: 100%; 
		display: flex;
		align-items: center;
		padding: 4px 8px;       
		background: #f3f3f3;
		box-sizing: border-box;
	}
	.search-box .icon{
		width: 20px;
		height: 20px;
	}
	.search-box .search{
		width: 100%;
		height: 30px;
		color: #000;
		font-size: 14px;
		text-indent: 4px;
	}

	