/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size: 12px;
	line-height:1.3em;
	padding: 0.6em 1.3em;
	-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: 3.93rem;
    font-weight: 500;
    padding: 0;
    margin: 0.25rem 1rem 0 0;
    min-width: 0.8em;
    width: auto;
    height: 0.8em;
    line-height: 0.8em;
    background-color: transparent;
    -webkit-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
}
.trx_addons_dropcap_style_2 {
	font-size: 2.143em;
	padding: 0;
	margin: 0.25rem 1rem 0 0;
	width: 1.5em; 
	height: 1.5em; 
	line-height: 1.5em; 
}

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