﻿.trak_tlo * {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-decoration-color: transparent;
}
.trak_tlo {
	flex: 1 1 100%;
	margin: 24px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.trak:last-child, .trak:last-child:visited{
	color:#0074a0 !important;
}

.trak:after{
	font-family: "Font Awesome 5 Free";
	content: "/";
	padding: 0px 0px 0px 6px;
	color:#000000;
}

.trak:last-child:after{
	content: none;
}



.trak:link 	 {color: #000000; text-decoration-color: transparent;}
.trak:visited  {color: #000000; text-decoration-color: transparent;}
.trak:hover 	 {color: #0074a0; text-decoration-color: transparent; opacity: 0.65; }
.trak:active 	 {color: #000000; text-decoration-color: transparent;}
