.menu_head_items{
	background: #494e53; 
	border-radius: 5px;
}

.printpage{
	color: black;
	font-size: 1.1em;
	-webkit-print-color-adjust:exact;
}

.faktura_address{
	margin-left: 5px;
	margin-right: 20px;
	border: 2px solid black;
	padding: 20px;
#	box-shadow: 5px 10px #888888;
}

.faktura_address_head{
	margin-top: -34px;
	background: white;
	text-align: center;
	max-width: 270px;
}

.faktura_address_content{
	text-align: center;
	font-size: 1.2em;
}
.faktura_address_content h2{
	font-size: 1.2em;
	font-weight: 600;
}

table.faktura1 {
  border-collapse: collapse;
  
}
table.faktura1, .faktura1 td, .faktura1 th {
  border: 0px solid white;
  padding: 1px 5px;
}

table.faktura2 {
  border-collapse: collapse;
  width: 100%;
}
table.faktura2, .faktura2 td, .faktura2 th {
  border: 1px solid black;
  padding: 3px 5px;
}
.faktura2 th {
	background: #cbcbcb;
	font-weight: bold;
	text-align: center;
}
.faktura2 .ukupno {
	background: #cbcbcb;
	font-weight: bold;
}


.tooltip111 {
	position: relative;
	display: inline-block;
  }
  
  .tooltip111 .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -100px;
  }
  
  .tooltip111 .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  }
  
  .tooltip111:hover .tooltiptext {
	visibility: visible;
  }

.hamburger{
	display: none;
}

@media only screen and (max-width: 600px) {
  .hamburger{
	display: block;
  }
}