body  {
    font-size: 16px;
    font-family: sans-serif;
    text-align: left;
    background-color: #ededed;
    color: Black;
    font-weight: 400;
}

th {
    font-weight: normal;
    color: #000080;
    text-align: right;
    }

.page { 
    display: flex;
    justify-content: center;
    max-width: 800px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    }
    
#form1 { 
    display: flex;
    justify-content: center;
    max-width: 300px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    }

.page .intro {
  text-align: justify;
  margin: 20px 0px 20px 0px;
}

hr {  margin: 20px 0px 20px 0px;}

#form2 {
    display:grid;
    grid-template-columns: 1fr 8fr;
    grid-gap:5px;
    align-items: center;
    }
#form2 label { text-align:right; }


#days {
    margin: 20px 0px 20px 0px;
    }
#days td { text-align: center; }    

#garde {
    margin: 20px 0px 20px 0px;
    }
#garde input { width: 25px; margin-right: 5px; border: none; } 

#submit { 
    margin-top: 30px;
    height: 100px; border-radius: 10px; font-size: 1.5em;
    border: none;
    background-color: silver;
    }
  
    
    
.checkout table {
    border: solid 1px black;    
    }    
    
.checkout td,
.checkout th
    {
    border-top: solid 1px black;    
    border-left: solid 1px black;    
    }    
    
    
.checkout th {
    background-color: #d0d0d0;    
    color: black;
    font-weight: bold;
    text-align: left;
    }    
    
.checkout .pozn {
    font-size: 0.8em;
    font-style: italic;
    max-width: 300px;
    }    
    
    
.checkout .center {
    text-align: center;    
    }    