table.cennik
{
   text-align: center;
   border-collapse: collapse;
   table-layout: fixed;
   font-size: 12px;
}

td.cennik.pakiet
{
   width: 250px;
   height: 20px;
   border: 1px dashed #AAAAAA;
}


td.cennik.pakiet2
{
   width: 250px;
   height: 30px;
   border-bottom: 1px dashed #AAAAAA;
}

td.cennik.obszar
{
   width: 80px;
   height: 20px;
   border: 1px dashed #AAAAAA;
}

td.cennik.obszar2
{
   width: 80px;
   height: 30px;
   border-bottom: 1px dashed #AAAAAA;
}

tr.cennik:hover
{
   background-color: #cde6ff;
}
