table.sdktable {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 12px;
    border: 1px solid black;
}

table.sdktable th,
table.sdktable td {
    border: 1px solid black;
    padding: 6px 4px;
    text-align: left;
    vertical-align: top;
}

table.sdktable th {
    font-weight: bold;
    background-color: #f0f0f0;
}