/* 

	WebLab Labels CSS
	
*/


/* Labels */
.weblabLabel {
	display:block;	
	color:white;
}
.weblabLabel h1, .weblabLabel h2, .weblabLabel h3, .weblabLabel h4, .weblabLabel h5, .weblabLabel h6 { color:white; }

/* 'Live' labels */
.weblabLabel.live { height:24px; overflow: hidden; position:absolute;	}
.weblabLabel.live .weblabIcon.live { float:left; height:15px; width:20px; margin:5px; margin-top:4px;}
.weblabLabel.live h2 { float:left; line-height:24px; -webkit-text-stroke: 0.2px white;}
html[lang="ru"] .weblabLabel.live h2 { line-height: 28px; }
.weblabLabel.live p { 
	float:left; 
	line-height:22px; 
	margin-left:5px; 
	margin-right:13px;
	-webkit-text-stroke:0.2px white;
}




.weblabLabel.live {
	background-size:0% 100%;
	-moz-background-size:0% 100%;
	background-repeat:no-repeat;

}


