
      .mce-content-body img {
        opacity: 0;
        max-width: 100%;
        height: auto;
      }
      .mce-content-body p img {
        vertical-align: bottom;
      }
      .mce-content-body img[srcset],
      .mce-content-body img[src] {
        opacity: 1;
      }
      .mce-content-body a {
        color:inherit !important;
        display:inline-block;
        font-size:inherit !important;
      }
      .mce-content-body.aside table{
        min-width: 100% !important;
      }
      @media (max-width: 749.98px){
        .mce-content-body table{
          min-width: 100% !important;
        }
        .mce-content-body .table-wraper-fix > table > tbody > tr td,
        .mce-content-body .table-wraper-fix > table > tbody > tr th{
          min-width: 54px;
        }
      }

      .mce-content-body .table-wraper-fix{
        padding-bottom: 1px;
          padding-right: 1px;
      }

      @media (min-width: 749.98px){
        .mce-content-body .table-wraper-fix > table > tbody > tr td,
        .mce-content-body .table-wraper-fix > table > tbody > tr th{
          min-width: 80px !important;
          box-sizing: border-box !important;
        }
        .mce-content-body.bottom .table-wraper-fix > table > tbody > tr td,
        .mce-content-body.bottom .table-wraper-fix > table > tbody > tr th{
          min-width: 120px !important;
        }
      }
      .table-wraper-fix > table > tbody > tr td,
      .table-wraper-fix > table > tbody > tr th {
        padding: 8px;
      }
    