.well {
    padding: 3px;
    margin-bottom: 0;
}
.col-xs-3 {
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}
.table {
    max-width: none;
}

.table-nonfluid {
    width: auto !important;
}

.bad {
    background-color: #e78e8e !important;
}

/* Universal color indicators */
.good {
    background-color: #9de692 !important;  /* Green */
}

.ok {
    background-color: #f9ef80 !important;  /* Yellow */
}

.neutral {
    background-color: #f8f9fa !important;  /* Light gray */
}

.nowrap {
    white-space: nowrap !important;
}

/* Yahoo Finance-style compact table */
.table-finance {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}

.table-finance td {
    padding: 6px 8px !important;
    border-top: 1px solid #e9ecef !important;
    vertical-align: middle !important;
}

.table-finance tr:nth-child(even) {
    background-color: #f8f9fa !important;
}

.table-finance tr:hover {
    background-color: #e9ecef !important;
}

.table-finance strong {
    font-weight: 600 !important;
}
 