
    body {
      background-color: white;
      background-position: left top;
      /*background-image: url(WebAssets/ChromeLogo.svg), none;*/
      // background-image: url(WebAssets/background.svg), none;
      /*no-repeat center center fixed*/
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
       //background-color: rgba(255, 255, 204,0.6);
      background-color: rgba(100, 100, 100,0.2);
    }
    
    div.container {
       box-shadow: 10px 10px 5px #888888;
     // width: 1216px;
       width: 1100px;
      border-radius: 25px;
     background-color: white;
      
      margin: auto;
      border: 3px solid #73AD21;
      overflow: hidden;

     
    }

    .popis  {
       text-shadow:  0 0 3px grey;
         background-color: rgba(230,230,230,0.15);
         border-radius: 10px;
         // border: 1px dashed gray;
         // box-shadow: 2px 2px 1px #888888;
         font-size: 1.3em;
    }

     .popis span {
     
         font-size: 0.95em;
    }


     footer {
      padding: 1em;
      color: white;
      background-color: black;
      clear: left;
      text-align: center;
    }

     header {
      //padding: 1em;
      color: white;
      background-color: rgba(123,23,43,0.5);
      clear: left;
      text-align: center;
      font-family: Audiowide;
    }
    
table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 30%;
      }
      
      td,
      th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
      }
      
      tr:nth-child(even) {
        background-color: #dddddd;
      }



      