body {
    background: lightgrey;  
}

#navigationBar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left ;
    overflow-x: scroll;
    border: 4px solid darkgrey;
    max-height: 220px;
}

#logo {
    height: 150px;
    width: auto;
    margin: 5px;
    align-self: left;
}

.navItem {
    padding: 3px;
    line-height: 22px;
    min-width: 150px;
    max-height: 200x;
    border: 3px solid grey;
    background-color: white;
    margin: 5px;
    text-align: center;
}

.navItem:active {
    background-color: lightgreen;
}

.navItem:hover {
    filter: drop-shadow(0 0 1rem green)
}

#header {
    display: flex;
}

#navTitle {
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
}

#title {
    font-size: 60px;
}

#chartContainer {
    display: flex;
    height: 520px;
}

#display {
    width: 30%;
    margin-right: 2%;
    margin-left: 2%;
}

#favoriteList {
    align-content: left;
}

h3 {
    font-size: 16pt; 
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20pt;
    color: green;
    margin-top: 10px;
    margin-bottom: 20px;
}

#headerInfo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}
h6 {
    font-size: 20pt;
    font-style: bold;
}

#transactionsHeader {
    margin-bottom: 20px;
    margin-top: 10px;
}

#ticker {
    cursor: pointer;
}

#member {
    cursor: pointer;
}

#tranDate {
    cursor: pointer;
}

#disDate {
    cursor: pointer;
}

#transactionsList {
    display: block;
    flex-direction: column;
    justify-content: left ;
    overflow-y: scroll;
    border: 4px solid darkgrey;
    max-height: 600px;
    width: 90%;
    margin-left:auto;
    margin-right:auto;

}

.hidden{
    visibility: hidden;
}

button{
    font-size: 16pt;
}

canvas{
    max-height: 500px;
    max-width: 60%;
    margin-right: 3%;
    margin-left: 3%;
}

h1 {
    font-size: 30pt;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14pt;
}

h7 {
    font-size: 15pt;
}