:root {
    --primary: #2383E2;
    --gray: #C3C3C3;
    --table-blue: #1C6EA4;
}

.red-table, .red-table th, .red-table td {
    border: 1px dotted;
    border-collapse: collapse;
    margin-bottom: 10px;
    padding: 8px;
}

.red-table thead {
    background: #A40808;
}

.red-table th {
    font-weight: bold;
    color: white;
}

.red-table tr:nth-child(even) {
    background: #F5C8BF;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}
