.elementor-163 .elementor-element.elementor-element-871bea8 > .elementor-container{max-width:600px;}.elementor-163 .elementor-element.elementor-element-82555af{--spacer-size:100px;}.elementor-163 .elementor-element.elementor-element-fe49c1c{border-style:none;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-163 .elementor-element.elementor-element-fe49c1c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-163 .elementor-element.elementor-element-919f51a > .elementor-element-populated{margin:0px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-163 .elementor-element.elementor-element-919f51a > .elementor-element-populated{margin:0px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 15px 0px 15px;}.elementor-163 .elementor-element.elementor-element-ab8f4dd > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-163 .elementor-element.elementor-element-7cd4648 > .elementor-element-populated{padding:0px 15px 0px 15px;}.elementor-163 .elementor-element.elementor-element-919f51a > .elementor-element-populated{margin:0px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 15px 0px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-ab8f4dd */.table table {
    display: inline-table;
    max-width: -moz-inherit;
    max-width: inherit;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid;
    border-collapse: separate;
    font-family: "Montserrat","sans-serif";
}

.table table>thead>tr {
    background-color: var(--e-global-color-e4df33a);
}

.table table>thead>tr>th, .table table>tbody>tr>td {
    border-color: #2C3033;
    border-width: 0px 0px 1px 0px;
    color: var(--e-global-color-primary);
    font-size: 16px;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}

.table tr:first-child th{
    border-top: none !important;
}

.table tr:last-child td{
    border: none !important;
}

.table table>tbody>tr>td {
    font-size: 15px;
    padding: 20px 15px;
}

.table table tbody>tr:nth-child(odd)>td, .table table tbody>tr:nth-child(odd)>th, .table table tbody tr:hover>td, .table table tbody tr:hover>th {
    background-color: transparent;
}

.table table>tbody>tr>td.actions {
    text-align: right;
}

.table table>tbody>tr>td.marker {
    font-weight: 600;
}

.table table>tbody>tr>td.green {
    color: var(--e-global-color-secondary);
}

.table table>tbody>tr>td.red {
    color: #d13737;
}

.table table>tbody>tr>td a.btn {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none!important;
    width: 150px;
}

.table table>tbody>tr>td a.btn-buy {
    background-color: rgb(16 208 120 / 30%);
    color: var(--e-global-color-secondary)!important;
    margin-right: 8px;
}

.table table>tbody>tr>td a.btn-sell {
    background-color: rgb(209 55 55 / 30%);
    color: #d13737!important;
}

@media only screen and (max-width: 820px) {
    
    .table table {
      display: block;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto;
      overflow-x: auto;
      white-space: nowrap;
    }


  .table table>tbody>tr>td a.btn-buy {
        margin-right: 10px;
  }
}/* End custom CSS */