﻿.body_content {
    word-spacing: normal;
    background-color: #F6F9FC;
    width: 100%;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

.main_table {
    width: 100%;
    max-width: 750px;
    min-width: 300px;
    margin: 0 auto;
    padding: 12px;
}

.w_100 {
    width: 100%;
}

.ptb_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb_20_25 {
    padding-top: 20px;
    padding-bottom: 25px;
}

.logo_lnk {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.logo_img {
    display: inline-block;
    vertical-align: middle;
}

.logo_title {
    display: inline-block;
    vertical-align: middle;
    color: #28285B;
    font-size: 15px;
    font-weight: 600;
    padding-left: 8px;
}

.request_demo_top {
    background-color: #F57F30;
    padding: 10px 14px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.request_demo_bottom {
    background-color: #F57F30;
    padding: 14px 28px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.salutation {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    padding-bottom: 10px;
    padding-top: 15px;
}

.pb_23 {
    padding-bottom: 23px;
}

.topic_message {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.table_section {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

.section_title_1 {
    color: #111928;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 2px;
}

.section_title_2 {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
}

.table_data {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.table_data th {
    background-color: #222260;
    padding: 6px 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

.table_data_center {
    border-top-left-radius: 8px;
    width: 58%;
}

.table_data_right {
    border-top-right-radius: 8px;
    text-align: right;
}

.table_data tr td {
    padding: 8px 12px;
    color: #111928;
    font-size: 11px;
    font-weight: 400;
    border-top: 1px solid #D1D5DB;
    border-bottom: 1px solid #D1D5DB;
    background-color: #ffffff;
}

.table_data tr td a {
    color: #111928;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.table_data tr td a:hover {
    text-decoration: underline;
}

.table_data tr.alt td {
    background-color: #F3F4F6;
}

.table_data td.num {
    font-weight: 600;
    text-align: right;
}

.h_18 {
    height: 18px;
}

.text_r {
    text-align: right;
}

.pt_18 {
    padding-top: 18px;
}

.pb_26 {
    padding-bottom: 26px;
}

.chart_title_1 {
    padding-right: 10px;
    vertical-align: top;
}

.chart_title_2 {
    padding-left: 10px;
    vertical-align: top;
}

.chart_sub_title {
    color: #5E5E5E;
    font-size: 13px;
    margin: 0 0 10px;
}

.w_320 {
    width: 320px;
}

.article_title {
    color: #111928;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 6px;
}

.article_list {
    margin: 0;
    padding: 0 0 0 20px;
}

.article_list li {
    color: #F57F30;
    padding-bottom: 4px;
}

.article_list li a {
    color: #F57F30;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.tr_line td {
    text-align: center;
}

.tr_line td div {
    background-color: #000000;
    height: 1px;
    width: 90%;
    display: block;
    margin: 0 auto;
    opacity: 0.3;
}

.message_footer td {
    padding-top: 20px;
    text-align: center;
}

.message_footer td table {
    width: 100%;
}

.message_footer_container {
    text-align: center;
    padding-bottom: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.message_footer_container p {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
}

.unsubscribe {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #5E5E5E;
    font-size: 14px;
}

.unsubscribe a {
    text-decoration: underline;
    color: #5E5E5E;
}

.chart_view {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .chart_view, .chart_view tbody, .chart_view tr, .chart_view tr td {
        display: block !important;
    }

    .chart_view tr td {
        padding-bottom: 20px !important;
    }

    .table_data2 tr td {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }
}

/* Remove main.css styles */
.content_preview tr,
.content_preview td {
    border-style: none;
}