@media (max-width: 768px) {
  div.templatecontent.container .responsive-hidden {
    display: none; }
  div.templatecontent.container #cass-tab {
    display: block;
    width: 100%; }
    div.templatecontent.container #cass-tab * {
      /*border : none;*/ }
    div.templatecontent.container #cass-tab > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container #cass-tab > tbody tr {
        display: block;
        width: 100%; }
        div.templatecontent.container #cass-tab > tbody tr td img {
          height: auto;
          width: 100%; }
      div.templatecontent.container #cass-tab > tbody .style3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        div.templatecontent.container #cass-tab > tbody .style3 td {
          display: flex;
          flex-direction: column;
          justify-content: center; }
        div.templatecontent.container #cass-tab > tbody .style3 td:first-child, div.templatecontent.container #cass-tab > tbody .style3 th:first-child {
          width: 20%; }
        div.templatecontent.container #cass-tab > tbody .style3 td:nth-child(2), div.templatecontent.container #cass-tab > tbody .style3 th:nth-child(2) {
          width: 30%; }
        div.templatecontent.container #cass-tab > tbody .style3 td:nth-child(3), div.templatecontent.container #cass-tab > tbody .style3 th:nth-child(3) {
          width: 20%; }
        div.templatecontent.container #cass-tab > tbody .style3 td:nth-child(4), div.templatecontent.container #cass-tab > tbody .style3 th:nth-child(4) {
          width: 30%; }
      div.templatecontent.container #cass-tab > tbody .style3.rs-style {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        div.templatecontent.container #cass-tab > tbody .style3.rs-style td {
          display: block;
          width: 100%;
          padding-top: 20px; } }

