<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Validetta (http://lab.hasanaydogdu.com/validetta/)
 * Version 1.0.1 ( 16-08-2015 )
 * Licensed under MIT (https://github.com/hsnayd/validetta/blob/master/LICENCE)
 * Copyright 2013-2015 Hasan Aydo?du - http://www.hasanaydogdu.com 
 */
.validetta-bubble{
	position: absolute;
	max-width: 325px;
	padding: 5px 12px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #D00A0A;
	z-index: 9;
}

.validetta-bubble:before{
	content: '';
	display: block;
	position: absolute;
	width: 0px; height: 0px;
	border-width: 5px;
	border-style: solid;
}

.validetta-bubble--right:before{
	top: 7px; left: -10px;
	border-color: transparent #D00A0A transparent transparent;
}

.validetta-bubble--bottom:before{
	top: -10px; left: 10px;
	border-color: transparent transparent #D00A0A;
}

.validetta-inline,.validetta-bubble{
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	font-weight: 600;
}

.validetta-inline{
	width: 200px; height: 25px;
	margin: 5px 0px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	background-color: #EE0000;
}

/*# sourceMappingURL=validetta.css.map */
</pre></body></html>