﻿.trak_tlo {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
	font-weight: 400;
	color: #282828;
}
span.trak	{
	display: inline-table;
}
.trak {
	font-size: 14px;
	color: #282828;
	text-align: left;
	text-decoration-color: transparent;
}

.trak:hover{
	opacity: 0.6;
}

.trak:last-child{
	font-weight: 400;
	color: #005530;
	font-weight: 600;
	position: relative;
	top: 1px;
}

.trak:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    padding: 0px 0px 0px 6px;
    color: #6c6c6c !important;
    top: 1px;
    position: relative;
}

.trak:last-child:after{
	content: none;
}

.trak :link 	 {color: #6c6c6c!important; text-decoration-color: transparent;}
.trak :visited  {color: #6c6c6c!important; text-decoration-color: transparent;}
.trak :hover 	 {color: #969696!important; text-decoration: underline;}
.trak :active 	 {color: #6c6c6c!important; text-decoration-color: transparent;}
