
.container {
    margin: 10px
}

.container-fluid {
    margin: 10px
}

#row_grey > div > button {
    margin: 10px
}

#row_grey > div > img {
    width: 100%;
    display: block;
}

#bodyid {
    font-family: 'Poppins', sans-serif;
    background: white;
}

.navbar {
    background: white;
}

#row_grey {
    background: #D1E8E2;
}


p {
    font-family: freightsans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 21px;
    padding-bottom: 20px;
    line-height: 170%;
    text-align: left;
}

h2 {
    font-size: 26px;
    font-family: freightsans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    color: rgba(0,0,0,.95);
}

button {
    background: #003537;
    border: 5px;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
button:hover {
    background: #3C888C;
    color: black;
    border: 5px;
    border-radius: 5px;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.img-responsive {
    padding-left: 50px;
}

.row {
    padding-block: 20px;
}

#cardanalysis {
    width: 18rem;
    margin: 5px;
    background: #D1E8E2;
}

#cardanalysis a {
    background: #003537;
    border: 0px;
}

#cardanalysis ul {
    background: #003537;
    color: grey;
    border: 10px;
}
#cardanalysis li {
    padding-block: 10px;
}

#cardanalysis a:hover {
    background: #3C888C;
    color: black;
    border: 0px;
}

#cardanalysis p {
    color: rgb(92, 84, 84);
}

#cardanalysis hr {
    color:black;
    size: 10px;
}

#cardanalysis #p-analysis {
    color:rgb(92, 84, 84);
}

#cardanalysis select {
    background:#034E51;
    color: white;
    border: 0px;
    margin: 7px;
    margin-left: 0px;
    padding: 3px;
    border-radius: 4px 4px 4px 4px;
    width: 10rem;
}

#cardanalysis select:hover {
    background: #3C888C;
    color: black;
    border: 0px;
    margin: 7px;
    margin-left: 0px;
    border-radius: 4px 4px 4px 4px;
    width: 10rem;
}



#footerid {
    color: black;
}

.copyright {
    color:black;
}
