.screener_table_subtext_data {
    color: #7c7c7c;
    font-size: 12px;
}

.screener-averages-row {
    border-bottom: 10px solid #000000;
    background: #dbe3fd;
}

.screener-subtext-number-of-companies {
    font-size: 14px;
    max-width: 250px;
    color: lightseagreen;
    font-weight: bold;
}

.screener-subtext-industry, .screener-subtext-industry>a {
    font-size: 10px;
    max-width: 250px;
    color: #7c7c7c;
}

.screener-subtext-company-growth {
    font-size: 12px;
    max-width: 250px;
    color: white;
    font-weight: bold;
    display: inline;
    padding: 2px 5px;
    margin: 5px 0px;
}

.screener-subtext-company-growth-1-great {
    background-color: var(--theme-company-growth-great);
}

.screener-subtext-company-growth-2-steady {
    background-color: var(--theme-company-growth-steady);
}

.screener-subtext-company-growth-3-questionable {
    background-color: var(--theme-company-growth-questionable);
}

.screener-subtext-company-growth-4-unknown {
    background-color: var(--theme-company-growth-noinformation);
}

.screener-subtext-peg-ratio-holder {
    margin: 0px 0px;
}

.screener-subtext-peg-ratio-heading {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: normal;
}

.screener-subtext-peg-ratio {
    font-size: 12px;
    color: white;
    font-weight: bold;
    max-width: 200px;
    padding: 0px 5px;
}

.screener-subtext-peg-ratio-01-under-valued {
    background-color: var(--theme-company-growth-great);
}

.screener-subtext-peg-ratio-02-fairly-valued {
    background-color: var(--theme-company-growth-steady);
}

.screener-subtext-peg-ratio-03-over-valued {
    background-color: var(--theme-company-growth-questionable);
}

.screener-subtext-peg-ratio-unknown {
    background-color: var(--theme-company-growth-noinformation);
}

.screener-return-velocity-table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    min-width: auto !important;
    margin-bottom: 10px;
}

.return_velocity_stdev {
    color: #7c7c7c !important;
}

.screener_active_opportunity_buy-active {
    background-color: var(--theme-active-opportunity-buy-active);
}

.screener_active_opportunity_buy-approaching {
    background-color: var(--theme-active-opportunity-buy-approaching)
}

.screener_active_opportunity_sell-active {
    background-color: var(--theme-active-opportunity-sell-active)
}

.screener_active_opportunity_sell-approaching {
    background-color: var(--theme-active-opportunity-sell-approaching)
}

