﻿.topTitle {
    margin: 0;
    padding-top: 2px;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0px;
}

.LTPtitle {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 3.25rem;
    font-size: 2.75rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 16px;
}

.percentChangeTitlePositive {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 3rem;
    font-size: 1.5rem;
    letter-spacing: .00625em;
    font-weight: 500;
    margin-left: 18px;
    word-spacing: 1px;
    border-radius: 8px;
    color: rgb(19, 115, 51);
    background: rgb(230, 244, 234);
    white-space: nowrap;
}

.percentChangeTitleNegative {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 3rem;
    font-size: 1.5rem;
    letter-spacing: .00625em;
    font-weight: 500;
    margin-left: 18px;
    border-radius: 8px;
    word-spacing: 1px;
    color: rgb(165, 14, 14);
    background: rgb(252, 232, 230);
    white-space: nowrap;
}

.subGroupInfoDisplay {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: .00625em;
    font-weight: 500;
    margin-left: 18px;
    border-radius: 8px;
    word-spacing: 1px;
    color: rgb(53, 154, 220);
    background: rgba(53, 154, 220, 0.25);
    white-space: nowrap;
}

.stockReviewChartDisplay{
    width: 100%;
    align-content:center;
    vertical-align:middle;
    border: 0px;
    overflow-clip-margin: content-box;
    overflow: clip;
}



