<style>

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

.panel {
  display: none;
  padding: 0px 0px 0px;
  background: #3e133e;
}


.input:checked + .label + .panel {
  display: block;

    font-family: roboto;
  font-size: 24px;

}
* {
  box-sizing: border-box;
}

hr {

border: 1px dashed;

}

font.fiscalfont {

font-size: 18px;

}

body {

width: 95%;
margin: auto;
  background-color: #3e133e;
}

.input {
  position: absolute;
  opacity: 0;
  font-family: roboto;
  font-size: 24px;
  box-shadow: inset 1px 1px 1px 1px #ffffff;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  background: #3e133e;
  font-family: roboto;
  font-size: 24px;
}

font.disclaimerfont {
color: #ffffff;
size: -1;
}

a {
	text-decoration:none;
	color: #bb29ba;
}

table {
    background-color: transparent;
    border-collapse:collapse;
  	font-family: Roboto, Arial, Helvetica, sans-serif;
  	color: #ffffff;
  	width: 99%;
  	align: center;
	border-top: 1px solid #d2b6d2;
	border-bottom: 1px solid #d2b6d2;
}

th {
    text-align: middle;
}
tr {
	border-top: 1px solid #d2b6d2;
	border-bottom: 1px solid #d2b6d2;
	width: 100%;
	}
td {
	width: 100%;
	border-top: 1px solid #d2b6d2;
	border-bottom: 1px solid #d2b6d2;
}
.dcf-txt-center {
      text-align: left!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }

.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {

    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {

    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {

    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

.label {
  width: 100%;
  padding: 5px 5px;
  background: #7a3699;
  cursor: pointer;

  font-family: roboto;
  font-size: 24px;
  color: #ffffff;
  transition: background 0.1s, color 0.1s;

  box-shadow: inset 1px 1px 1px 1px #bb29ba;
}

.label:hover {
  background: #d8d8d8;
}

.label:active {
  background: #ccc;
}

.input:focus + .label {
  z-index: 1;
}


.input:checked + .label {
  background: #bb29ba;
  color: #ffffff;
  box-shadow: inset 1px 1px 1px 1px #7a3699;
}

    @media all {
    .body {

  background-color: #3e133e;
}


  .panel {
    order: 99;
  }

    .label {
      width: auto;
  }




      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }

      .dcf-table-responsive table {
        width: 100%;
        align: center;
      }
      .dcf-table-responsive tr {
        display: block;
        width: 100%;
      }
      .dcf-table-responsive td {
        display: grid;
        grid-template-columns: 1fr 10fr;
        text-align: left!important;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }


span {display: block;}
.topspanner{
    width: 100%;
    background-color: #3e133e;
}

table.StockTrackerTable {
  font-family: "Roboto", Times, serif;
  text-align: center;
  border-collapse: collapse;
  background-color: #3e133e;
}
table.StockTrackerTable td, table.StockTrackerTable th {
  padding: 3px 2px;
}
table.StockTrackerTable tbody tr:hover {
    background-color: #5a4963;
}
table.StockTrackerTable tbody td {
  font-size: 24px;
}
table.StockTrackerTable tr:nth-child(even) {
  background: #3e133e;
}
table.StockTrackerTable thead {
  background: #0B6FA4;
}
table.StockTrackerTable thead th {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: none;
}
table.StockTrackerTable thead th:first-child {
  border-left: none;
}

table.StockTrackerTable tfoot {
  i-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.StockTrackerTable tfoot td {
  font-size: 24px;
}
</style>
