table.sct-table {
    width: 100%;
    border-collapse: collapse;
}
table.sct-table th, table.sct-table td {
    border: 1px solid #ccc;
    padding: 8px;
}
table.sct-table th {
    background-color: #f4f4f4;
}
