/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
    padding: 0.39em 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 {
    margin: 0.1em 0.55em 0.1em 0 !important;
    width: 4.667rem;
    height: 4.667rem;
    line-height: 4.5rem;
	padding: 0;
    font-family: Abril Fatface,cursive;
    font-size: 3.333rem;
    font-weight: 400;
}
.trx_addons_dropcap_style_2{
    width: auto;
    height: auto;
    font-size: 4.667rem;
    line-height: 1;
    margin: -0.1em 0.23em 0 0!important
}

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