body
{
   margin: 0px 12px;
   padding: 0px;

   font-family: Noto Sans, Arial, Tahoma;
   text-align: justify;
   background-color: #FF7400;
}

header
{
   font-size: x-large;
}

header, footer, .pod-naglowkiem
{
   text-align: center;
}

article, .rss, #stopka
{
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 12px;
   margin-bottom: 0px;
   
   padding-left: 12px;
   padding-right: 12px;
   padding-top: 0px;
   padding-bottom: 0px;

   border-radius: 20px;
   border: 2px solid red;   
   color: #000000;
   background-color: #FF9A00;   
   display: inline-block;
}

a:link
{
   text-decoration: none;
}

a:hover
{
   color: red;
   font-weight: bold;
}

.rss
{
   text-align: center;
   background-color: red;
   text-decoration: none;
   color: white;
   font-weight: bold;
}

span
{
   display: block;
}

h1, h2, h3, h4, p, a
{
   margin: 0px;
   padding: 0px;
}

ul, ol
{
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

code
{
   font-weight: bold;
}

table, th, td
{
   border: 1px solid;
   border-collapse: collapse;
}

blockquote
{
   font-style: italic;
}

@media only screen and (min-device-width: 2000px)
{
   section
   {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4;
   }
}