.templist {
    display: flex;
    flex-direction: row;
}

.templist table tr {
    border: 1px solid gray;
}

.hidden {
    display: none;
}