div#nazywo
{
 width: 500px;
 margin: auto;
}

div#nazywo img
{
 border: 0;
}

table#nazywo_wpisy
  {
   width: 100%;
   border: 1px solid #f1f1f1;
  }
  table#nazywo_wpisy th
  {
   width: 60px;
   height: 60px;
   border: 0;
   border-bottom: 1px solid #f1f1f1;
  }
  table#nazywo_wpisy td
  {
   border: 0;
   border-bottom: 1px solid #f1f1f1;
   color: gray;
   padding: 2px 4px;
  }
  table#nazywo_wpisy td b
  {
   color: black;
  }

  
table#nazywo_sklad
  {
   width: 100%;
   margin: 0 0 10px 0;
   border: 0;
   border-collapse: separate;
  }
  table#nazywo_sklad td, table#nazywo_sklad th
  {
   border: 0;
  }
  table#nazywo_sklad th#top
  {
   background: gold;
   color: white;
  }
  table#nazywo_sklad th
  {
   text-transform: uppercase;
   background: #06f;
   color: white;
  }
  table#nazywo_sklad td
  {
   font-size: 12px;
   color: gray;
   text-align: center;
   background: #f8f8f8;
  }
  
  
table#nazywo_wynik
  {
   width: 100%;
   margin: 0 0 10px 0;
   border: 0;
   border-collapse: separate;
  } 
  table#nazywo_wynik td, table#nazywo_wynik th
  {
   border: 0;
  }
  table#nazywo_wynik th
  {
   text-transform: uppercase;
   background: #06f;
   color: white;
  }
  table#nazywo_wynik th.wynik
  {
   font-size: 24px;
   width: 50px;
   font-weight: bold;
   background: navy;
   color: white;
  }
  table#nazywo_wynik td
  {
   font-size: 12px;
   color: gray;
   text-align: center;
  }