.slika_levo {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 50% !important;
	height: auto;
}
.slika_desno {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 50% !important;
	height: auto;
}

.tabela_usluge {
	width: 100%;
}
.tabela_usluge tr td {
	display: inline-table;
}
.slika_levo_m {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 50% !important;
	height: auto;
	clear: none;
}
.slika_desno_m {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 50% !important;
	height: auto;
	clear: none;
}

 .bg_plavo {
 background: #112437 !important;
 }
 .bg_crno {
 background: #191919 !important;
 }
  .bg_tamno_plavo {
 background: #0A1622 !important;
 }
 .bg_belo {
 background: #ffffff !important;
 color: #080215;
 }
  .bg_narandzasto {
 background: #F38734 !important;
 }
   .bg_zeleno {
 background: #117865 !important;
 }
 
    .bg_sivo {
 background: #ddd !important;
 }
  .tx_narandzasto {
 color: #F38734 !important;
 }
 .tx_plavo {
 color: #112437 !important;
 }
 .tx_crno {
 color: #191919 !important;
 }
  .tx_tamno_plavo {
 color: #0A1622 !important;
 }
 .tx_belo {
 color: #ffffff !important;
 
 }
  .tx_zeleno {
 color: #117865 !important;
 
 }
 
 .tabela_beli_okvir {
 	border-top: 1px solid #ffffff !important;
	border-left: 1px solid #ffffff !important;
 }
 
  .tabela_beli_okvir tr td {
 	border-bottom: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
 }
 
  .tabela_plavi_okvir {
 	border-top: 1px solid #112437 !important;
	border-left: 1px solid #112437 !important;
 }
 
  .tabela_plavi_okvir tr td {
 	border-bottom: 1px solid #112437 !important;
	border-right: 1px solid #112437 !important;
 }
 
  .tabela_sivi_okvir {
 	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
 }
 
   .tabela_sivi_okvir tr td {
 	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
 }
 
 .dugme_naradzasto {
 padding: 18px 36px 18px 36px;
 user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
	position: relative;
    display: inline-block;
	background: #F38734;
	color: #FFFFFF; margin-left: 15px; margin-right: 15px;
	font-size: 0.9rem; font-weight: 400;
 }
  .dugme_plavo {
 padding: 18px 36px 18px 36px;
 user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
	position: relative;
    display: inline-block;
	background: #112437;
	color: #FFFFFF; margin-left: 15px; margin-right: 15px;
	font-size: 0.95rem; font-weight: 400;
 }
   .dugme_zeleno {
 padding: 18px 36px 18px 36px;
 user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
	position: relative;
    display: inline-block; 
	background: #117865;
	color: #ffffff; margin-left: 15px; margin-right: 15px;
	font-size: 0.95rem; font-weight: 400;
 }
  .dugme_naradzasto:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #191919;
  }
    .dugme_plavo:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #191919;
  }
      .dugme_zeleno:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #191919;
  }