 table.cpm-live-feed-table tr td:first-child {
     width: 32%;
 }
 
 table.cpm-live-feed-table tr td:last-child {
     width: 20%;
     opacity: 0.6;
 }
 
 table.cpm-live-feed-table tr th {
     color: var( --e-global-color-accent);
 }
 
 table.cpm-live-feed-table tr:nth-child(even) {
     /*   background: #19AC930F;
   background: #00000002; */
 }
 
 @media (max-width:767px) {
     table.cpm-live-feed-table,
     table.cpm-live-feed-table tbody {
         display: block;
         overflow: hidden;
     }
     table.cpm-live-feed-table tr {
         display: flex;
         flex-wrap: wrap;
     }
     table.cpm-live-feed-table tr:first-child {
         display: none;
     }
     table.cpm-live-feed-table tr:nth-child(even) {
         /* background: #19AC9355; */
     }
     table.cpm-live-feed-table tr {
         padding: 1rem;
         border-bottom: 1px solid #CCC;
     }
     table.cpm-live-feed-table tr td {
         border: 0;
         width: 100% !important;
         padding: 0;
     }
     table.cpm-live-feed-table tr td:first-child {
         font-weight: 600;
         margin-bottom: 10px;
     }
     table.cpm-live-feed-table tr td:last-child {
         margin-top: 10px;
     }
 }

.sample_feed {
    float: right;
    font-size: 1.5rem;
}