/* 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%);
	   -moz-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;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}


/* Dropcaps */
.trx_addons_dropcap {
	font-size:2.21437em;
	padding: 0;
	margin: 0.25em 0.5em 0 0;
	width: 2em; 
	height: 2em; 
	line-height: 2em;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}
.trx_addons_dropcap_style_1{
    background-color: transparent;
    font-size: 5.7142em;
    font-weight: 600;
    padding: 0;
    margin: 0 0.1em 0 0;
    width: 0.85em;
    height: 0.8em;
    line-height: 1em;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.trx_addons_dropcap_style_2{
    font-size: 4.2857em;
    font-weight: 600;
    padding: 0;
    margin: 0 0.2em 0 0;
    width: 1.155em;
    height: 1.1em;
    line-height: 1.12em;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}


/* 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_dot"] > li:before{
    font-size: 2em;
    left: -0.55em!important;
}
ul[class*="trx_addons_list_custom"] > li:before{
    font-weight: 300;
    font-size: 0.8em;
    left: -1.9em!important;
}
ul[class*="trx_addons_list"] {
    line-height: 2.2em;
}

/* Table */

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

.sc_table table tr:first-child td{
    font-weight: 300;
}
.sc_table table th, .sc_table table td {
    padding:0.95em 2em 0.95em 3em;
    text-align: left;
}








