td.recepta_produkti ul {
font-family:Verdana, Geneva, sans-serif;
font-size: 16px;
margin-right:5px;
list-style-type:none;
}
td.recepta_produkti ul li {
	padding-left:2px;
}

div.prod_za {
margin-top:5px;
padding-left:5px;
text-decoration:underline;
}

div.recepta_prigotviane {
font-family:Verdana, Geneva, sans-serif;
font-size: 15px;
text-align: justify;
}

table.recDetaili {
	width:100%;
	line-height:20px;
}

table.recDetaili img.bot {
  vertical-align:text-bottom;
}

.komBlob {
border-radius: 5px;
background-color:#FFFECC;
text-align:center;
padding:4px;
margin:10px 0px;
}
.komBlob textarea {
  width:610px;
  height:120px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

td.komDetaili {
 text-align:center;
 vertical-align:top;
 margin-top: 3px;
 margin-bottom: 3px; 
 padding-top:5px;
 padding-bottom:5px; 
 }

td.komText {
 vertical-align:middle;
 padding-top:5px;
 padding-bottom:5px; 
 padding-left:5px;
 padding-right:7px;
 border-bottom-style:dashed;
 border-bottom-width:1px;
 border-bottom-color:#C8B9F0;
 width:100%;
 }
 
td.komDate {
 vertical-align:top;
 font-size: 10px;
 text-align:center;
 color: #737373;
 font-style: italic;
 padding-top:5px;
 padding-bottom:5px; 
 border-bottom-style:dashed;
 border-bottom-width:1px;
 border-bottom-color:#C8B9F0;
}

table.kontable {
	height:45px;
	width:100%;
	margin:10px 2px 0px 2px;
	background-color:#EDEBF1;
	border-radius:5px;
}

table.kontable td {
  vertical-align: middle;
  padding:5px 2px;
} 

.rs_square_rec {
  margin-left: auto;
  margin-right: auto;
  margin-bottom:8px;  
	width:300px;	
	padding-top:5px;
	padding-bottom:2px;
	text-align:center;	
	border:1px solid #DBDBDB;
  background: -webkit-linear-gradient(#FFFECC, #FFFFFF, #FFFFFF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFFECC, #FFFFFF, #FFFFFF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFFECC, #FFFFFF, #FFFFFF); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFFECC, #FFFFFF, #FFFFFF); /* Standard syntax (must be last) */
}
.rs_square_rec img {
  border: solid 2px white; 
  padding-bottom:3px;	 
}
.green_right, .yellow_right {
  border-radius: 5px;
  padding:2px 5px;
  text-align:right;
}
.yellow_right {
  background-color:#FFFECC;
}
.green_right {
  background-color:#F2FFC7;
}