/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.2
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Student Brands
Author URI: 
template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: 
License URI: 
*/

#ot-sdk-btn.ot-sdk-show-settings {
    border: none !important;
    font-size: 20px !important;
    padding: 0 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .table-scroll-x {
        overflow-x: auto;
    }

    .table-scroll-x table {
        white-space: nowrap;
    }

    .table-scroll-x img {
        max-width: initial;
    }
}

table a img {
    max-width: unset;
}

/* Topics page CSS */
.topics-page {
    margin-bottom: 40px;
}

.topics-page .unstyled{
    list-style-type: none !important;
    padding: 0 !important;
}

.topics-page .wp-caption {
    border: none;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 8px;
}

.topics-page .wp-caption p.wp-caption-text {
    line-height: 20px;
}

.topics-page .unstyled .card p {
    padding-bottom: 0;
}

.topics-page h1, .topics-page h2, .topics-page h3, .topics-page h4, .topics-page h5, .topics-page h6 {
    font-family: "Source Sans Pro",system-ui,sans-serif;
    letter-spacing: -.1px;
    margin-bottom: .3125em;
    font-weight: 700;
}

.topics-page h1 {
    line-height: 1.35em;
    font-size: 2.25em;
}

.topics-page h2, .topics-page h3, .topics-page h4, .topics-page h5, .topics-page h6 {
    line-height: normal;
    font-size: 1.5em;
    color: #435059;
}