/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2024 | 07:29:50 */
/* Add your CSS code here.

.table-container, .table-footer {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

