/* Styles specific to the ticker quote and chart analysis page. */
.ticker-search-page .container {
    padding-bottom: 40px;
}

.ticker-search-page #quote-panel {
    width: min(100%, 560px);
    box-sizing: border-box;
    margin: 20px auto;
    text-align: center;
}

.ticker-search-page #quote-summary,
.ticker-search-page #quote-summary > li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
