.reklama {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #FF69B4;  /* HotPink */
	font-size: 16px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-color: #000080;
}

.button {
	background-color: #005572;
	color: White;
	letter-spacing: 1px;
	border-top: solid 5px SeaGreen;
	border-left: 1px solid White;
	text-align: center;
	vertical-align: middle;
  padding-bottom: 10px;
	padding-top: 10px;
}

.noborderleft {
	border-left: 0;
}

.izbran {
  background-color: blue;
}