.table_home {
	width: 100%;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.table_home tr td {
	width: auto;
	padding: 1%;
}
.table_home tr td  img {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}
 .picture_left {
 float: left !important;
 margin: 0 5px 5px 0;
 }
 .picture_right {
 float: right !important;
 margin: 0 5px 0 5px;
 }
 .tamno_zelena {
 	color: #4f6228 !important;
 }
  .svetlo_zelena {
 	color: #557630 !important;
 }
 .tamno_narandzasta {
 	color: #e36c0a !important;
 } 
 .svetlo_narandzasta {
 	color: #ED6C0B !important;
 }
 .skroz_desno {
 	float: right !important;
 }
  .skroz_levo {
 	float: right !important;
 }
 .picture_title {
 	font-size: 10px;
 }
  .dark_green {
 	color: #4f6228 !important;
 }
  .light_green {
 	color: #557630 !important;
 }
 .dark_oragne {
 	color: #e36c0a !important;
 } 
 .light_orange {
 	color: #ED6C0B !important;
 }
 .float_right {
 	float: right !important;
 }
  .float_left {
 	float: left !important;
 }
 
 .reference {
 	vertical-align: super !important;
	white-space: nowrap !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 90% !important;
	line-height: 1 !important;
	padding: 0 2px 0 2px !important;
 }

.green_button_long 
{
	background: #557630;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #4F6228;
	height: 30px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	cursor: pointer;
	width: 90%;
	float: none;
	text-align: center;
	border-radius: 5px;
}

.slika_levo {
	margin-left: 0 !important;
 
}

.table_border {
	width: 100%;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.table_border tr td {
	width: auto;
	padding: 1%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table_border tr td  img {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}
.table_border tr:hover {
	background: #eeeeee;
}
.full_align {
	text-align: justify !important;
}