table.sgcn-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px;
}
table.sgcn-table th,
table.sgcn-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
table.sgcn-table th {
    background-color: #f2f2f2;
}
table.sgcn-table tr:hover {
    background-color: #f5f5f5;
}
table.sgcn-table th,
table.sgcn-table td {
    font-size: 14px;
}
table.sgcn-table th {
    font-weight: bold;
}
table.sgcn-table td {
    font-weight: normal;
}
table.sgcn-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
table.sgcn-table tr:nth-child(odd) {
    background-color: #ffffff;
}
table.sgcn-table tr:hover {
    background-color: #e0e0e0;
}
table.sgcn-table th {
    background-color: #008272;
    color: white;
}
table.sgcn-table th,
table.sgcn-table td {
    padding: 12px;
}
table.sgcn-table th {
    text-align: left;
}
table.sgcn-table a {
    color: #008272 !important;
    text-decoration: none;
}
table.sgcn-table a:hover {
    text-decoration: underline;
}