nav ul,header,p.stripe,footer,img {
     display: none;
      }
body{
/*resetovac okraju*/
 margin: 0px;
 padding:0px;
 font-family: Times, serif;
 font-size: 12pt;
 line-height: 1.5;
 text-align: justify;
 position: relative;
} 

article h3, article h2, article p, article ul{
 margin: 0px;
 margin-bottom: 6px;
}

article table#payment{
       margin: 0px auto 6px;
       border-collapse: collapse;
       border: #a3b4c8 1px solid;
}         
article table#payment td,th{
       border: #a3b4c8 1px solid;
       padding: 5px;
}
article table#payment th{
       text-align: center;
}
article td.price{
       text-align: right; 
}   