div {
    padding: 2px;
}

table {
    /* width: 50%; */
    border-collapse: collapse;
    margin: 20px 0;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
    border-bottom: 2px solid #000;
    /* Adds a thick bottom border to the header */
}

s .info {
    margin: 10px;
}

.todo {
    color: red;
}

.vertical {
    display: flex;
    flex-direction: column;
}

/* .horizontal: Places the elements side by side */
.horizontal {
    display: flex;
    flex-direction: row;
}

h2,
h3 {
    margin: 10px 10px;
}

h2 {
    padding-left: 20px;
}

button {
    padding: 10px;
    font-size: 2em;
}

#layout-desc {
    margin-left: 10px;
}