.chart-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.chart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.chart-header {
    background-color: #333;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.chart-table th, .chart-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.chart-image {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.chart-icon {
    font-size: 1.5em;
    margin: 0 5px;
    vertical-align: middle;
}
/* Se till att färgerna visas korrekt */
.chart-table tr.chart-row-up {
    background-color: #d4edda !important; /* Ljusgrön */
}

.chart-table tr.chart-row-down {
    background-color: #f8d7da !important; /* Ljusröd */
}

.chart-table tr.chart-row-same {
    background-color: #d6eaf8 !important; /* Ljusblå */
}

.chart-table tr.chart-row-new {
    background-color: #fff3cd !important; /* Ljusgul */
}

/* Säkerställ att Avada eller andra plugins inte skriver över */
.fusion-table tr {
    background-color: unset !important;
}


