.has-qmod-block #main-container {
    overflow-x: auto;
}

#tickers-container--no-providers,
#tickers-container--no-providers .row {
    width: auto;
    margin: 0;
    max-width: none;
}

#tickers-container--no-providers .main-column {
    padding: 0;
    width: auto;
    float: none;
}

#ticker-page--no-provider {
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 0 10px;
}

#ticker-page--no-provider h1,
#ticker-page--no-provider h2,
#ticker-page--no-provider h3,
#ticker-page--no-provider small,
#ticker-page--no-provider p {
    color: inherit;
    font-family: inherit;
}

#ticker-page--no-provider h1 {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
}

#ticker-page--no-provider h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: none;
}

#ticker-page--no-provider h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
}

#ticker-page--no-provider .basic-financial-info > div {
    box-shadow: inset 12px 0 0 0 #d5d5d5, inset -6px 0 0 0 #f2f2f2, inset 0 6px 0 0 #f2f2f2, inset 0 -6px 0 0 #f2f2f2;
    padding: 30px 30px 15px;
    width: 100%;
    margin-bottom: 2rem;
}

#ticker-page--no-provider .basic-financial-info h1 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

#ticker-page--no-provider .basic-financial-info .description {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1.2em;
}

#ticker-page--no-provider .tmf-chart-singleseries {
    margin-bottom: 3rem;
}

#ticker-page--no-provider .ticker-fundamentals small {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
}

.company-data-table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
    padding: 0 0.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: .5em;
    grid-column-gap: 1.5em;
}

.company-data-table div {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5em;
    margin: 0;
}

@media only screen and (min-width:1000px) {
    .company-data-table {
        grid-template-columns: 1fr 1fr;
    }
}

.financial-page .company-data-table {
    width: 100%;
    margin: 0 0 3rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 10px 16px;
}

@media only screen and (min-width: 720px) {
    .financial-page .company-data-table {
        grid-template-columns: 1fr 1fr;
    }
}

.financial-page .company-data-table div,
#ticker-page--no-provider .ticker-listing article a {
    display: flex;
    position: relative;
    background-color: #fafafa;
    padding: 14px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    min-height: 96px;
    border-style: none;
    border-left: 10px solid #e1e1e1;
    line-height: 28px;
    font-size: 22px;
}

.company-data-table span {
    float: right;
}

#ticker-page--no-provider > section {
    margin: 0 0 3rem !important;
    padding: 0;
}

#ticker-page--no-provider > section > h2 {
    border-bottom: 1px solid #eee;
}

#ticker-page--no-provider .ticker-listing article {
    margin: 1rem 0;
    padding: 0;
}

#ticker-page--no-provider .ticker-listing article a:hover {
    border-left-color: #000;
    background-color: #e1e1e1;
}

#ticker-page--no-provider .ticker-listing .entry-footer {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 16px;
    color: #000;
}

#ticker-page--no-provider .ticker-listing:last-of-type {
    margin-bottom: 0;
}

#ticker-page--no-provider .pagination {
    opacity: 1;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1;
}

#ticker-page--no-provider .pagination span,
#ticker-page--no-provider .pagination a {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 0.4rem 1.1rem;
    margin: 0 1rem 0 0;
    border-style: none;
}

#ticker-page--no-provider .pagination a {
    color: #0870b1;
    background-color: #fafafa;
}

#ticker-page--no-provider .pagination span,
#ticker-page--no-provider .pagination a:hover {
    background-color: #0870b1;
    color: #fff;
}

#ticker-page--no-provider #subscription-toggle,
#ticker-page--no-provider #subscription-toggle,
#ticker-page--no-provider .bbp-topic-form,
#ticker-page--no-provider .bbp-topic-meta,
#ticker-page--no-provider .bbp-topic-pagination,
#ticker-page--no-provider .bbp-pagination,
#ticker-page--no-provider .bbp-breadcrumb {
    display: none;
}

#ticker-page--no-provider #bbpress-forums .bbp-header {
    background-color: #f1f1f1;
    border-style: none;
}

#ticker-page--no-provider #bbpress-forums .bbp-topics {
    padding: 0;
}

#ticker-page--no-provider #bbpress-forums li.bbp-header ul li {
    color: #000;
}

#ticker-page--no-provider .bbp-topic-started-by a.bbp-author-avatar {
    display: none;
}

.company-data {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5em; 
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;     
}

.company-data ul {
    list-style-type: none;
    margin-left: 0;
}

.company-data ul li {
    padding: 0.5em 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1000px) {
    .company-data {
        grid-template-columns: 60% 40%;
    }
}

.quote-update-table {
    text-align: center;
}

.quote-update-table span {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.quote-update-table .increase,
.quote-update-table .decrease {
    font-size: 1.7em;
}

.quote-update-table .real-time-info,
.quote-update-table .last-trade-datetime {
    font-size: 12px;
    font-weight: normal;
}

.quote-update-table .currency span[class^="qm-number"]::before {
    margin-right: 2px;
}

.quote-update-table small,
small.real-time-info {
    display: block;
    margin-top:0.5rem;
    font-size: 12px;
    color: #666;
    padding-bottom: 1rem;
}

.quote-update-table small span {
    font-size: 12px;
}

.quote-update-table .increase:before,
.quote-update-table .decrease:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.6em;
    padding: 0 0 0 0.8rem;
}

.quote-update-table .increase:before {
    content: '\f062';
    color: #393;
}

.quote-update-table .decrease:before {
    content: '\f063';
    color:#c30;
}

article .entry-content .quote-update-table h5 {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 2rem 0;
    min-height: 670px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.wp-block-fool-ticker-chart {
    min-height: 100px;
    background-color: #f0f0f0;
    border: solid 1px #cccccc;
    padding: 15px;
}

.wp-block-fool-ticker-chart > div {
    background-color: #ffffff;
}

.qmod-footer {
    font-size: 15px;
    line-height: 1.77;
    margin-top: auto;
    padding-bottom: 1.5rem;
    text-align: center;
}
