/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height:1.3em;
	padding: 0.9em 1.6em;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.trx_addons_tooltip:after {
	margin-bottom: -12px;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	transform:none;
}


/* Dropcaps */
.trx_addons_dropcap {
	font-size: 2.47em;
	font-weight: 400;
	padding: 0;
	margin: 0.2em 0.4em 0 0;
	width: 1em;
	height: 1em;
	line-height: 1em;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
	float: left;
}
.trx_addons_dropcap.trx_addons_dropcap_style_2 {
	font-size: 1.6em;
	font-weight: 400;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75em;
}

/* 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;
}
