#myaccount {

    display: flex;
    text-align: left;
    align-items: center;
    background: rgb(210, 223, 231);
    height: 75px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
    z-index: 1000;
    color: #063844;
    padding: 5px;
    position: fixed;
    top: 85px;
    border-top: whitesmoke 5px solid;
    border-bottom: whitesmoke 5px solid;
}

#profile {
    display: block;
    top: 15%;
    position: absolute;
    width: 100%;
    text-align: left;
    margin-top: 100px;
    margin-left: 30px;

}

#investor_portfolio {

    // background-color: red;
    margin-bottom: 60px;
}

.profile_title {

    color: #063844;
    font-size: 20px;
    font-weight: 400;

}

#investor {

    //background-color: #138761;
    display: flex;
    //width: 100%;
    Margin: 2px;
    background-size: contain;
    flex-wrap: wrap;
    font-weight: 300;

}


.investments {


    background: #2268b8;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

}

#projects {

    display: flex;
    Margin: 2px;
    background-size: contain;
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-weight: 300;


}


.projects {


    background: #5972c8;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);



}


#profile_pref {

    display: flex;
    Margin: 2px;

    flex-wrap: wrap;

}

#profile_pref a {

    background: #003da5;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);


}

#details {
    background: #569372;


}



#sidenav {

    display: block;
    height: 100%;
    /* 100% Full-height */
    width: 65%;
    /* 0 width - change this with JavaScript */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: whitesmoke;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 8px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */

}

#sidenav a {
    vertical-align: middle;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: flex;
    transition: 0.3s;
    background-color: #111;
    border-radius: 3px;
}

#sidenav a:hover {
    color: #f1f1f1;
}




/* Tables and Graph Displays */

#tableContainer {
    display: none;
}


#dismissTable {
    display: none;
}

#dismissTitle {
    display: none;
}

#dismissBtn {
    display: none;
}

/* Define your table styling here */
#tableContainer{
max-height: 50vh;

}
#tableContainer table {
    /* Add your table CSS styles */
    border: 0.5px solid black;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.2rem;
    border: 0.1rem solid lightsteelblue;

}

#tableContainer th {

    /* Add your table header CSS styles */
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0.2rem solid black !important;
    border: 0.1rem solid lightsteelblue;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#tableContainer td {
    /* Add your table cell CSS styles */
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border: 0.1rem solid lightsteelblue;
    text-align: center;
}


/* Define your table styling here */
#myOrdersTable table {
    /* Add your table CSS styles */
    border: 0.5px solid black;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.2rem;
    border: 0.1rem solid lightsteelblue;

}


#myOrdersTable th {

    /* Add your table header CSS styles */
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0.2rem solid black !important;
    border: 0.1rem solid lightsteelblue;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#myOrdersTable td {
    /* Add your table cell CSS styles */
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border: 0.1rem solid lightsteelblue;
    text-align: center;
}

#myCharts {
    background-size: cover;
    background-position: center;
  
}

#myCharts img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    //margin-top: 0.5rem;
}


/* Define your table styling here */
#toplist table, #topvalue table {
    /* Add your table CSS styles */
    max-width: 100%;
    border: 0.5px solid black;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.2rem;
    border: 0.1rem solid lightsteelblue;
    width: 95%;

}


#toplist th, #topvalue th{

    /* Add your table header CSS styles */
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0.2rem solid black !important;
    border: 0.1rem solid lightsteelblue;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#toplist td, #topvalue td {
    /* Add your table cell CSS styles */
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border: 0.1rem solid lightsteelblue;
    text-align: center;
}


#lst_order_chart, #toplist_chart, #topvalue_chart{
    background-size: cover;
    background-position: center;
  
}

#lst_order_chart img, #toplist_chart img, #topvalue_chart img {
    max-width: 100%;
    max-height: 100%;
    width: 95%;
    height: auto;
    margin-top: 0.5rem;
}

#lst_order_table  table{

/* Add your table CSS styles */
max-width: 100%;
border: 0.5px solid black;
padding-left: 10px;
padding-right: 10px;
margin-top: 0.2rem;
border: 0.1rem solid lightsteelblue;
width: 95%;

}

#lst_order_table th{

    /* Add your table header CSS styles */
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0.2rem solid black !important;
    border: 0.1rem solid lightsteelblue;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#lst_order_table td {
    /* Add your table cell CSS styles */
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border: 0.1rem solid lightsteelblue;
    text-align: center;
}
