/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
	padding: 0.6em 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: 3.429rem;
    padding: 0;
    margin: 5px 0.45em 0 0;
    width: 1.45em;
    height: 1.45em;
    line-height: 1.45em;
    font-weight: 700;
}

.trx_addons_dropcap.trx_addons_dropcap_style_2{
    width: auto;
    height: auto;
    line-height: 1;
    margin-top: -1px;
    margin-right: 0.8em;
}

/* 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"], ol[class*="trx_addons_list"]{
    counter-reset: item;
    line-height: 28px;
    padding-left: 1.7em;
}

ol[class*="trx_addons_list"]{
	list-style: none;
}

ul[class*="trx_addons_list_dot"] > li:before{
    font-size: 24px;
    line-height: 22px;
    left: -22px;
}

ul[class*="trx_addons_list_custom"] > li:before{
    font-size: 18px;
    line-height: 24px;
    left: -17px;
}

ol[class*="trx_addons_list"] li:before{
	content: counter(item)'.';
    counter-increment: item;
    display: inline-block;
    position: absolute;
    left: -20px;
}

ol[class*="trx_addons_list"] li{
	position: relative;
}