/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.11.2020, 22:51:38
    Author     : Jan
*/

.block{
    display: inline-block;
    width: 200px;
    white-space: nowrap;
}
    
.container{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
#Table{
    background-color: lightgoldenrodyellow;
    display: block;
    margin: 10px;
    padding: 10px;
}

td{
    vertical-align: top;
    padding: 10px;
}