.kb-table {
}

.kb-cell {
    float: left;
    padding: 3px;
}

.kb-row-header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    font-weight: bold;
    background-color: white;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.kb-row-footer {
	border-bottom: 1px solid black;
}

.kb-row {
	border-bottom: 1px solid black;
}

/* Prevent taking the columns out of the flow of the page */
.kb-row::after, .kb-row-header::after, .kb-row-footer::after {
  content: "";
  clear: both;
  display: table;
}
