.table-caude table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
    width: 100%;
    border: none;
}
.table-caude h3 {
    /* background-color: #a3d3f5; */
    color: #666;;
}

.table-caude thead tr {
    background-color: #fee78b;
    color: black;
}
.table-caude table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: white !important;
}
.table-caude table td{
    color: #333333 !important;
}
.table-caudethead tr {
    background-color: #fee78b;
    color: black;
}
.table-caude .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}
.table-caude  tr:nth-child(even) {
    background-color: #e6eef0;
}
.table-caude .has-text-align-left {
    text-align: left;
}
.table-caude td {
    border-width: 0 1px 1px 0;
}
.table-caude td,.table-caude  th {
    padding: 8px;
	line-height: 1.5;
    font-size: 1em;
}
.table-caude table,.table-caude td,.table-caude th {
    border: 1px solid rgba(0,0,0,.1);
}
.table-caude .has-text-align-center {
    text-align: center;
}

.table-caude .space-page-content table tr th {
    text-align: center;
    padding: 10px 15px;
}
