<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#orderbook {
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
  max-width: 950px;
  display: none;
}

.tmtabel div#orderbook {
  display: block;
}

div#orderbook.paywall {
  max-width: 948px;
  height: 408px;
  width: 100%;
  background-image: url('/images/orderbook-blur.png');
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#orderbook #poppaywall {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000;
  width: 435px;
  height: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  background-position: center bottom;
  box-shadow: 3px 5px 9px 0px #11435e;
  box-shadow: 3px 5px 9px 0px #01141e;
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px 30px;
  border: none;
}

#poppaywall .aanbodabo {
  margin-top: 12px;
}

.vraag_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.vraag_header h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.vraag_header h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  margin: 12px 0;
  text-align: center;
}

#poppaywall a.knop.abonneren {
  color: #000;
  background-color: var(--contrastkleur);
  margin-left: 0;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  width: fit-content;
  align-items: center;
}

#poppaywall a.knop .icon {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  top: unset;
  right: unset;
}

.cell-h4 {
  text-transform: unset;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cell-flex-row.cell-flex-collapse.cell-h4 .cell-flex-column {
  background-color: var(--tmtabellijn);
  padding: 12px 22px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cell-table tr th {
  color: #fff;
  border-bottom: 1px solid var(--tmtabellijn);
  border-top: 1px solid var(--tmtabellijn);
  padding: 16px 0 10px;
}

.cell-w-order-book--ask-bar-size {
  border-left: 1px solid var(--tmtabellijn);
}

.cell-w-order-book--bid-bar-size {
  border-right: 1px solid var(--tmtabellijn);
}

.cell-table tr td {
  font-weight: 300;
  text-align: center;
  padding: 12px 0;
}

.cell-table tr:not(:last-of-type) td {
  border-bottom: 1px solid var(--tmtabellijn);
}

.tmtabel div.c_active {
  background-color: var(--tmtabellijn);
  border-top: 0 !important;
}

.cell-w-order-book--ask-bar-size {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23991212' d='M0 0h500v20H0z' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.cell-w-order-book--bid-bar-size {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23047118' d='M0 0h500v20H0z' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

div#orderbook th {
  font-size: 0px;
  text-align: center;
}

div#orderbook th:after {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

th.cell-w-order-book__table-header-bid-volume:after {
  content: 'B-volume';
}

th.cell-w-order-book__table-header-ask-volume:after {
  content: 'A-volume';
}

tr.cell-w-order-book__compact th.cell-w-order-book__table-header-ask-volume:after {
  content: 'A-vol.';
}

tr.cell-w-order-book__compact th.cell-w-order-book__table-header-bid-volume:after {
  content: 'B-vol.';
}

th.cell-w-order-book__table-header-bid-price:after {
  content: 'Bieding';
}

th.cell-w-order-book__table-header-ask-price:after {
  content: 'Aanbod';
}

th.cell-w-order-book__table-header-bid-orders:after,
th.cell-w-order-book__table-header-ask-orders:after {
  content: "Aantal";
}

tr.cell-w-order-book__compact th.cell-w-order-book__table-header-bid-orders:after,
tr.cell-w-order-book__compact th.cell-w-order-book__table-header-ask-orders:after {
  content: "#";
}

.cell-cursor-pointer {
  color: #fff;
  cursor: unset;
}

.cell-table .cell-tablecell--interaction {
  cursor: unset;
}

.tmtabel&gt;div.scrollwrap&gt;div&gt;div:not(:first-child),
.tmtabel&gt;div.contract&gt;div:not(:first-child) {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #orderbook #poppaywall {
    width: auto;
    padding: 10px 14px;
  }

  #poppaywall .aanbodabo {
    margin-top: 9px;
    margin-bottom: 0;
  }

  #poppaywall a.knop.abonneren {
    font-size: 15px;
    padding: 10px 12px;
  }
}</pre></body></html>