﻿.trak_tlo {
	margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
	font-weight: 400;
	color: #282828;
	width: 100%;
	background-color: white;
	padding: 16px 16px;
}
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: #018345;
	font-weight: 400;
	position: relative;
	top: 1px;
}

.trak:after{
	font-family: "Font Awesome 5 Free";
	content: url(../grafika/trak.png);
	padding: 0px 6px 0px 6px;
	position: relative;
	top:2px;
	color: #282828!important;
}

.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;}