/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
	padding: 0.3em 1em;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	-webkit-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
			border-radius: 0 !important;
}
.trx_addons_tooltip:after {
	margin-bottom:-8px;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
}


/* Dropcaps */
.trx_addons_dropcap {
	font-size: 2.647em;
	font-weight: 600;
	padding: 0;
	margin: 0.15em 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.42em;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
}
.trx_addons_dropcap_style_2 {
	font-size: 4.118em;
	font-weight: 600;
	padding: 0;
	margin: -0.02em 0.42em 0 -3px;
	width: auto;
	height: auto;
	line-height: 1;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
/* Tiny text */
.trx_addons_tiny_text {
	letter-spacing:2px;
}

/* Lists */
.trx_addons_list_parameters > li > strong,
.trx_addons_list_parameters > li > em {
	color:inherit;
}
.trx_addons_list_parameters > li > em {
	font-family:inherit;
}
ul[class*="trx_addons_list_dot"] > li:before {
	font-size: 21px;
	left: -0.65em;
}
ul[class*="trx_addons_list_square"] > li:before {
	width: 4px;
	height: 4px;
	content: '';
	position: absolute;
	top: 0.7em;
	left: -1.05em;
}
ol {
	counter-reset: num;
	padding-left: 1.5em;
}
ol li {
	position: relative;
}
