
.zh-top{
	font-family: 		"Oswald", sans-serif;
	text-transform: 	uppercase;
	height: 			40px;
	font-size: 			26px;
	line-height:		40px;
	text-align: 		center!important;
	top: 				0;
}

@media (max-width:601px){ 
	.zh-top{
		font-size: 			24px;
	}
}

.zh-noborder{
	border:none;
}

.zh-nopadding{
	padding:0;
}

.zh-bold{
	font-weight: bold;
}

.zh-font{
	font-family: "Source Sans Pro", sans-serif !important;
}

.zh-padding-bottom-16{
	padding-bottom: 16px !important;
}

.zh-blue{
	background-color:	#23AAE2 !important;
	color:				#fff !important;
}

.zh-light-blue{
	background-color:	#69CCF1 !important;
	color:				#000 !important;
}

.zh-pale-blue{
	background-color:	#CDECF9 !important;
	color:				#000 !important;
}

