demo-container { display: block; border: 2px solid rgb(189, 189, 189); margin: 0px; padding: 24px 10px 10px; min-width: 250px; width: fit-content; border-radius: 4px; empty-cells: show; height: 170px; }
demo-object { display: block; height: 100px; width: 210px; background-color: rgb(199, 255, 251); align-content: center; text-align: center; }
table { background-color: rgb(0, 0, 0); border-radius: 4px; width: 200px; height: 100px; border-spacing: 8px; }
caption { }
td { background-color: rgb(255, 255, 255); vertical-align: top; }
.element {border-collapse: separate;}
