﻿.div_kontrast_tlo	{
	flex: 1 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.a_kontrast	{
	flex: 0 0 20px;
	width: 100%;
	height: 24px;
	text-decoration: none !important;
	padding: 0px 0px 0px 0px;
	margin: -4px 0px 0px 0px;
	vertical-align: top;
	background: url(../grafika/kontrast_tlo.png) center center no-repeat;
}
.a_czcionka	{
	position: relative;
	flex: 0 0 28px;
	height: 24px;
	text-decoration: none !important;
	padding: 0px 0px 0px 0px;
	margin: -4px 0px 0px 0px;
	vertical-align: top;
	background: url(../grafika/czcionka_tlo.png) center center no-repeat;
}
.div_kontrast_tlo .a_kontrast:hover, .div_kontrast_tlo .a_czcionka:hover	{
	background-color: rgba(105, 187, 8, 0) !important;
	opacity: 0.55;
}
