#korpa{

	height: 300px;
	max-width: 500px;
	/*border: 2px solid blue;*/
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: white;
	  box-shadow: 0px 0px 15px #888888;
	  border-radius: 5px;
	  padding: 30px 20px 20px 30px;
    z-index: 6;
	  /*overflow-y: auto;*/
}
#prazna{
	width:100%;
	height: 40%;
	/*border: 2px solid blue;*/
	text-align: center;
	padding: 120px 0 0 0;
	font-size: 45px;
	color: #f2f2f2;
	/*font-weight: 1000;*/
	font-family: arial;
	
}


#brc{
    font-weight: bolder;
     /*font-style:oblique;*/
/*margin-left: -50px;*/
/*bottom: 15px; */
color:black;
/*font-size: xx-large;*/
height: 10px;
width: 20px;
/*border: 1px solid red;*/
position:relative;
display: inline;
}

.kolicina  {
	/*position: relative;
	display: inline-block;*/
	/*margin-left: 30px;*/
}
.delovi{
	/*display: inline-block;*/
}
.dugmecar{
	/*margin-left: 30px;*/
	/*display: inline;*/
}
.red{
	margin:  10px 10px 0 10px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid black;
	box-shadow: 0px 2px 5px #f2f2f2;
	font-family: arial;
	color: #888888;
	font-weight: 400;
}
tr.red>td{
	height: 40px;
	padding: 3px;
	text-align:left;
	/*width: 80px;*/
}
td.delovi{}
td.naziv{width:220px;}
td.kolicina,td.kolicina1{width: 30px;}
td.cena,td.cena1{width: 30px;}
td.dugmecar{width: 30px; text-align:center;}

#corpa{
	height: 80%;
	overflow-y: auto;
}
#nasl,#ukupno,#ukupno1{
	display: inline;
}
#naruci{
	position:absolute;
	display: inline-block;
	top:20%;
	left:10%;

	/*margin: 0;*/
	width:900px;
	height: 500px;
	border:1px solid gray;
	border-radius: 5px;
	background-color: white;
	 box-shadow: 0px 0px 50px #888888;
}
form, #podaci{
	display:inline;
	position:relative;}
	#podaci{
	top:30px;
left: 70px;
}
#natpis1 {
	text-align: center;
  position: absolute;
    float: left;
    width: 280px;
    height: 50px;
    margin: 0% 0 0 30%;
    border-radius: 6px;
    border: 1px solid gray; 
    background-color: rgba(255,154,0,0.7);
    padding: 10px;
    font-size: large;
}
#porudz{
margin: 25px 0 0 30px;
	display: inline-block;
	width:400px;
	height: 450px;
	float:left;
	padding: 20px;
	/*border: 1px solid gray;*/
	border-right: 1px ridge gray;
	overflow-y: auto;
	/*border-radius:5px 3px 3px 5px;*/
	
}
tr th{padding: 5px;}