@font-face {
	font-family: hlavicka;
	src: url(hlavicka.woff);
}

@keyframes animateblink {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes animatepulse {
	0% {
	 -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0.8);
}
	50% {
	 -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
	100% {
	 -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0.8);
}
}

@keyframes animatezoom {
	0% {
	 -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
    opacity: 1;
}
/* for linear: % = 100 * maxscale / (2 * maxscale - 1) */
	100% {
	 -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    opacity: 1;
}
}

@keyframes animatezoombig {
	0% {
	 -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
    opacity: 1;
}
/* for linear: % = 100 * maxscale / (2 * maxscale - 1) */
	56% {
	 -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(5);
    opacity: 5;
}
	100% {
	 -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    opacity: 1;
}
}

@keyframes animaterotate {
	0% {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg); /* Standard syntax */
}
	100% {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg); /* Standard syntax */
}
}

@keyframes animateappear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.appearing {
	-webkit-animation: animateappear 2s;
	animation: animateappear 2s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-fill-mode: both;
}

.blinking {
	-webkit-animation: animateblink 0.8s;
	animation: animateblink 0.8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.pulsing {
	-webkit-animation: animatepulse 0.8s;
	animation: animatepulse 0.8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.zooming {
	-webkit-animation: animatezoom 1s;
	animation: animatezoom 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-fill-mode: both;
}

.zoomingbig {
	-webkit-animation: animatezoombig 1s;
	animation: animatezoombig 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	animation-fill-mode: both;
}

.rotating {
	-webkit-animation: animaterotate 1s;
	animation: animaterotate 10s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

/* #################################################################################################### */
/* html, body {height: 100%;} */

body, h1, h2, div, p, table, tr, td, a, input, textarea, img, .text {
	font-family: "Verdana", Verdana;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	clear: left;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 130%;
	background-color: transparent;
}

/* #################################################################################################### */

body {
	background-color: transparent;
	background-repeat: repeat;
	text-decoration: none;
	background-position: left top;
	background-attachment: fixed;
	padding: 16px;
}

.podklad {
	background-color: transparent;
}

textarea {
	font-family: "Courier";
}

iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	background-color: transparent;
}

h1 {
	font-family: "Titillium Web", "Verdana", Verdana;
	font-size: 130%;
	margin: 0px;
	margin-bottom: 12px;
	padding: 4px;
	padding-left: 10px;
	color: #00a000;
	font-style: italic;
	font-weight: bold;
	border-radius: 8px;
	background: rgb(204,204,204); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(128,128,128,0.2), rgba(128,128,128,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(128,128,128,0.2), rgba(128,128,128,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(128,128,128,0.2), rgba(128,128,128,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(128,128,128,0.2), rgba(128,128,128,0)); /* Standard syntax (must be last) */
}

h2 {
	font-size: 120%;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	color: green;
	font-style: italic;
	font-weight: bold;
}

del { /* text will not be dispayed */
	color: red;
	display: none;
}

.tien {
	box-shadow: 4px 4px 8px 0px #aaaaaa;
	-moz-box-shadow: 4px 4px 8px 0px #aaaaaa;
	-webkit-box-shadow: 4px 4px 8px 0px #aaaaaa;
}

.galeria {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 300px;
	margin: 8px;
	padding: 8px;
	text-align: center;
	vertical-align: bottom;
	border-radius: 6px;
	border: 1px solid lightgray;
	background-color: rgba(0,0,0,0.05); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,1), rgba(0,0,0,0.05)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,1), rgba(0,0,0,0.05)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,1), rgba(0,0,0,0.05)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,1), rgba(0,0,0,0.05)); /* Standard syntax */
   }

img {
	border-width: 0px;
	vertical-align: middle;
}

img.fotka, img.fotkax {
	background-color: white;
	height: auto;
	width: auto;
	margin: 8px;
	padding: 0px;
	border-radius: 0px;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
	background-image: url('wait.gif');
}

img.fotka:hover {
	box-shadow: 0px 0px 8px 4px #E06000;
	-moz-box-shadow: 0px 0px 8px 4px #E06000;
	-webkit-box-shadow: 0px 0px 8px 4px #E06000;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.menu_polozka {
	/* background-color: rgba(0,96,160,0.5); */
	border-radius: 4px;
	margin: 0px 6px;
}

.menu_polozka:hover {
	/* background: rgba(224,96,0,0.15); */
}

.menu_polozka_2 {
	/* background-color: rgba(0,96,160,0.5); */
	border-radius: 4px;
	margin: 0px 4px;
}

a {
	color: #0060D0;
	background-color: transparent;
	text-decoration: none;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

a:hover {
	color: #E06000;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.button, .button_on, .button_gray {
	padding: 6px 8px;
	margin: 0px 4px;
	border-style: solid;
	border-width: 0px;
	border-color: transparent;
	border-radius: 4px;
	text-decoration: none;
}

.button {
	color: #FFFFFF;
	background: rgb(0,96,160); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,96,160,0.3), rgba(0,96,160,1)); /* Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,96,160,0.3), rgba(0,96,160,1)); /* For Opera 11.6 to 12.0 */
	background: -moz-linear-gradient(rgba(0,96,160,0.3), rgba(0,96,160,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,96,160,0.3), rgba(0,96,160,1)); /* Standard syntax */

	-o-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
}
.button:hover {
	color: #FFFFFF;
	background: rgb(224,96,0); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(224,96,0,0.3), rgba(224,96,0,1)); /* Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(224,96,0,0.3), rgba(224,96,0,1)); /* For Opera 11.6 to 12.0 */
	background: -moz-linear-gradient(rgba(224,96,0,0.3), rgba(224,96,0,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(224,96,0,0.3), rgba(224,96,0,1)); /* Standard syntax */
}

.button_on {
	color: #FFFFFF;
	background: rgb(0,96,160); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(204,0,0,0.3), rgba(204,0,0,1)); /* Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(204,0,0,0.3), rgba(204,0,0,1)); /* For Opera 11.6 to 12.0 */
	background: -moz-linear-gradient(rgba(204,0,0,0.3), rgba(204,0,0,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(204,0,0,0.3), rgba(204,0,0,1)); /* Standard syntax */
}

.button_gray {
	color: #000000;
	background: rgb(0,96,160); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(224,224,224,0.3), rgba(224,224,224,1)); /* Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(224,224,224,0.3), rgba(224,224,224,1)); /* For Opera 11.6 to 12.0 */
	background: -moz-linear-gradient(rgba(224,224,224,0.3), rgba(224,224,224,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(224,224,224,0.3), rgba(224,224,224,1)); /* Standard syntax */
}

span {
	text-align: inherit;
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

div {
	background-color: transparent;
	text-decoration: none;
}

.tyzden {
   padding: 0px;
	background: rgb(128,128,128); /* For browsers that do not support gradients */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.red2gray {
   padding: 8px;
	background: rgb(255,192,192); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(255,192,192,0.6), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(255,192,192,0.6), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(255,192,192,0.6), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(255,192,192,0.6), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.brown2gray {
   padding: 8px;
	background: rgb(228,216,192); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(228,216,192,1), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(228,216,192,1), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(228,216,192,1), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(228,216,192,1), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.green2gray {
   padding: 8px;
	background: rgb(192,255,192); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(192,255,192,0.6), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(192,255,192,0.6), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(192,255,192,0.6), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(192,255,192,0.6), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.blue2gray {
	padding: 8px;
	background: rgb(168,228,255); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(168,228,255,0.6), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(168,228,255,0.6), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(168,228,255,0.6), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(168,228,255,0.6), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.violet2gray {
   padding: 8px;
	background: rgb(240,232,255); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(240,232,255,0.6), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(240,232,255,0.6), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(240,232,255,0.6), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(240,232,255,0.6), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.gray2gray {
   padding: 8px;
	background: rgb(224,224,224); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(224,224,224,0.6), rgba(242,242,242,0.6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(224,224,224,0.6), rgba(242,242,242,0.6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(224,224,224,0.6), rgba(242,242,242,0.6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(224,224,224,0.6), rgba(242,242,242,0.6)); /* Standard syntax (must be last) */
}

.predmet {
	background: rgb(212,242,255); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(212,242,255,1), rgba(212,242,255,0.25), rgba(212,242,255,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(212,242,255,1), rgba(212,242,255,0.25), rgba(212,242,255,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(212,242,255,1), rgba(212,242,255,0.25), rgba(212,242,255,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(212,242,255,1), rgba(212,242,255,0.25), rgba(212,242,255,1)); /* Standard syntax */
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
}

table {
	width: auto;
	text-align: center;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

.nastiahnutie {
	text-align: left;
	verical-align: middle;
	height: 28px;
	padding: 0px;
	padding-left: 14px;
}

.cervena, .zelena, .modra, .fialova, .siva, .cierna, .zlta, .hneda {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border-collapse: separate;
	border-radius: 8px;
}

.cervena {
	background: rgb(255,192,192); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(255,192,192,0.6)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(255,192,192,0.6)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(255,192,192,0.6)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(255,192,192,0.6)); /* Standard syntax */
}

.zelena {
	background: rgb(160,242,160); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(160,242,160,0.6)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(160,242,160,0.6)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(160,242,160,0.6)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(160,242,160,0.6)); /* Standard syntax */
}

.modra {
	background: rgb(168,228,255); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(168,228,255,0.6)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(168,228,255,0.6)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(168,228,255,0.6)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(168,228,255,0.6)); /* Standard syntax */
}

.fialova {
	background: rgb(192,64,128); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(192,64,128,0.15)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(192,64,128,0.15)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(192,64,128,0.15)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(192,64,128,0.15)); /* Standard syntax */
}

.siva {
	background-color: rgb(224,224,224); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(224,224,224,0.6)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(224,224,224,0.6)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(224,224,224,0.6)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(224,224,224,0.6)); /* Standard syntax */
}

.cierna {
	background-color: rgb(0,0,0); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,1)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,1)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,1)); /* Standard syntax */
}

.zlta {
	background-color: rgb(255,204,96); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(255,204,96,0.6)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(255,204,96,0.6)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(255,204,96,0.6)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(255,204,96,0.6)); /* Standard syntax */
}

.hneda {
	background-color: rgb(228,216,192); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,0.6), rgba(228,216,192,0.8)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255,255,255,0.6), rgba(228,216,192,0.8)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255,255,255,0.6), rgba(228,216,192,0.8)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255,255,255,0.6), rgba(228,216,192,0.8)); /* Standard syntax */
}

.duha {
	background: rgb(224,224,224); /* For browsers that do not support gradients */
	background: rgba(224,224,224,0.5) -webkit-linear-gradient(-45deg,rgba(255,0,0,0.1),rgba(255,128,0,0.1),rgba(255,255,0,0.1),rgba(0,128,32,0.1),rgba(64,128,255,0.1),rgba(64,0,96,0.1),rgba(255,96,255,0.1)); /* For Safari 5.1 to 6.0 */
	background: rgba(224,224,224,0.5) -o-linear-gradient(-45deg,rgba(255,0,0,0.1),rgba(255,128,0,0.1),rgba(255,255,0,0.1),rgba(0,128,32,0.1),rgba(64,128,255,0.1),rgba(64,0,96,0.1),rgba(255,96,255,0.1)); /* For Opera 11.1 to 12.0 */
	background: rgba(224,224,224,0.5) -moz-linear-gradient(-45deg,rgba(255,0,0,0.1),rgba(255,128,0,0.1),rgba(255,255,0,0.1),rgba(0,128,32,0.1),rgba(64,128,255,0.1),rgba(64,0,96,0.1),rgba(255,96,255,0.1)); /* For Firefox 3.6 to 15 */
	background: rgba(224,224,224,0.5) linear-gradient(-45deg,rgba(255,0,0,0.1),rgba(255,128,0,0.1),rgba(255,255,0,0.1),rgba(0,128,32,0.1),rgba(64,128,255,0.1),rgba(64,0,96,0.1),rgba(255,96,255,0.1)); /* Standard syntax (must be last) */
	border-radius: 8px;
}

.cervena td, .zelena td, .modra td, .fialova td, .siva td, .cierna td, .zlta td, .hneda td {
	padding: 8px;
}
	
.text {
	background-color: rgba(0,128,0,0.1);
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: #c0c0c0;
}

.ikonka {
	height: 24px;
	width: auto;
}

.rounded {
	padding: 8px;
	border-radius: 8px;
}