body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.chart-message {
    background-image: url('/images/finance_graph.png');
    background-size: cover;
}

.analysis-tooltip {

}

.stock-info {
    max-height: 400px;
    overflow-y: auto;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 991.98px) {
    .stock-info {
        max-height: none;
    }
}
