.badge-fibra
{

  height: 48px;
}
.center-content {
    text-align: center;
    vertical-align: middle;
}
.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.table {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
    overflow: hidden;
}
.table thead th, .table thead td {
    background-color: #6c757d;
    color: white;
}

/* New or updated styles */
.highlighted {
    background-color: #007bff; /* A more noticeable highlight color */
}
.table td.highlighted, .table th.highlighted {
    background-color: #ffe599; /* Highlight color */
    color: black;
    font-weight: bold;
}
.highlighted th {
    font-weight: bold;
    color: #0056b3; /* Darker color for the product name */
    font-size: 1.1em; /* Slightly larger font size for emphasis */
}

.price-row s {
    color: #dc3545; /* Red color for the original price */
    margin-right: 5px;
}

.price-row td {
    font-weight: bold;

}
.price-cell s {
    color: #dc3545; /* Red color for the original price */
    margin-right: 5px;
}

.price-cell  {
    font-weight: bold;

}
.footnotes {
    border-top: 1px solid #ccc;
    font-size: smaller;
    margin-top: 20px;
    padding-top: 5px;
}

.footnote-ref, .footnote-backref {
    text-decoration: none;
}

.footnote-backref {
    font-size: smaller;
}

.note-header-dark
{
    color: white;
    text-decoration: underline;
}
.note-header-light
{
    color: black;
    text-decoration: underline;
}

.highlighted .note-header-dark
{
    color: black;
    text-decoration: underline;
}

.footnote-ref-text
{
    color: black;
    text-decoration: underline;
}
thead .footnote-ref-text
{
    color: white;
}

.table-row-separator {
    line-height: 0.1;
    font-size: smaller;
    background: lightgray;
    font-weight: bold;
}
.lessimportant-row {
    line-height: 0.1;
    font-size: small;
}
