.cts-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.cts-table th, .cts-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.cts-table th {
    background-color: #5dade2;
    color: #fff;
}
.cts-table tr:nth-child(even){
    background-color: #f2f2f2;
}
