.trx_addons_accent_hovered_bg,
.trx_addons_accent_bg {
    padding: 0 0.4em;
    display: inline-block;
}

/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
    padding: 0.3em 1em 0.4em;
	-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:1.5em;
	padding: 0;
	margin: 0.25em 0.65em 0 0;
	width: 2.38em;
	height: 2.38em;
	line-height: 2.38em;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}

/* 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 > li,
ol > li {
    position: relative;
    margin-bottom: 0.56em;
}
ul > li:last-child,
ol > li:last-child {
    margin-bottom: 0;
}

ul[class*="trx_addons_list"] {
    padding-left: 1.2em;
}
ul[class*="trx_addons_list"] > li:before {
    top: 0;
    left: -1em;
}
ul[class*="trx_addons_list_dot"] > li:before {
    top: 1px;
    left: -0.6em;
    font-size: 1.4em;
}
ul[class*="trx_addons_list_custom"] > li:before {
    content: '\f138';
    font-family: Fontello, sans-serif;
    top: 0;
    left: -1.5em;
    font-size: 13px;
}


.sc_table table tr:first-child th, .sc_table table tr:first-child td {
    font-weight: 400;
}