.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%!important;
    height: 100%;
    border-radius: 20px;
    border: 1px solid hsl(232.5deg 28.57% 10.98%)!important;
   
}
.ck-content .table table th {
    font-weight: 700;
    font-size: 12px;
    background: hsl(218deg 34.88% 16.86%)!important;
}
.ck-content .table table td, .ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(232.5deg 28.57% 10.98%)!important;
    margin-left:20px;
}
.ck-content .table table h6 {
    font-weight: 700;
    font-size: 10px;
 }