﻿.trak_tlo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 32px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
span.trak	{
	display: inline-table;
}
.trak {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #6c6c6c!important;
	text-align: left;
	text-decoration: none;
}

.trak:last-child{
	color:#6c6c6c!important;
}

/* .trak:after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	padding: 0px 0px 0px 6px;
	color:#6c6c6c!important;
} */
.trak:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding: 0px 3px 0px 5px;
    color: black;
    background-color: white;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 8px;
    margin-right: 5px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 5%);
}
.trak:last-child:after{
	content: none;
}


.trak :link 	 {color: #6c6c6c!important; text-decoration: none;}
.trak :visited  {color: #6c6c6c!important; text-decoration: none;}
.trak :hover 	 {color: #969696!important; text-decoration: underline;}
.trak :active 	 {color: #6c6c6c!important; text-decoration: none;}