/* 
    Created on : Aug 8, 2024, 10:57:06 AM
    Author     : robert
*/
/*
*
{
margin:1px;
padding:0px;
}

html {
  font-family: "Lucida Sans", sans-serif;
  margin:0px;
  width: 100%;
  text-align: left;
  display:inline-block;
}

div.listed_item 
{
border: #888888 1px solid;
border-radius: 5px;
background:linear-gradient(#f0f0f0,#ffffff);
padding:2px;
margin:0px;
margin-top:10px;
margin-bottom:10px;
}

button
{
border-radius: 4px;    
padding:4px;
}
.basket_results 
{
   
padding: 0px;
}

.basket_results th, .basket_results td
{
border: 1px #aaaaaa solid;    
padding:5px;
}

.basket_results tr:nth-child(even)
    {background-color: #f2f2f2;}

.basket_results th
    {background-color: #888888;}
.basket_results tr.hid
{border:none;background-color: white;}
.basket_results td.hid
{border:none;background-color: white;}

.itemprice100g_label, .itemprice1kg_label
{
    display:none;
}

span.itemdescription
{
    display:block;
    padding:3px;
    margin:3px;    
    border: 1px #cccccc solid;
    border-radius:4px;
}

span.itemdescription_label
{display:none;}

b.itemprice1kg_value, b.itemprice100g_value
{
color:#aaaaaa;
}
*/