/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections ========================================================================== */
/** * Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/** * Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** * Add the correct display in IE 9-. */
figcaption, figure {
  display: block;
}

/** * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** * Add the correct display in IE. */
main {
  display: block;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links ========================================================================== */
/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */
a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** * Add the correct display in IE 9-. */
audio, video {
  display: inline-block;
}

/** * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** * Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** * Show the overflow in IE. */
button {
  overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}

/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button, [type=button], [type=reset], [type=submit] {
  /** * Remove the inner border and padding in Firefox. */
  /** * Restore the focus styles unset by the previous rule. */
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** * Show the overflow in Edge. */
input {
  overflow: visible;
}

/** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/** * Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/** * Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* * Add the correct display in IE 9-. */
menu {
  display: block;
}

/* Scripting ========================================================================== */
/** * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

/** * Add the correct display in IE. */
template {
  display: none;
}

/* Hidden ========================================================================== */
/** * Add the correct display in IE 10-. */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

* {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: 900px;
  overflow-x: hidden;
}

.button {
  background: #223a74;
  padding: 0.5em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  display: block;
  border-radius: 10px;
  text-align: center;
  transition: 0.18s all;
  align-self: flex-start;
  font-size: 0.85em;
}
.button.small {
  font-size: 0.8em;
  padding: 0.3em;
}
.button span {
  font-weight: 300;
  color: #67cc7d;
}
.button:hover {
  background: #67cc7d;
}
.button.hollow {
  outline: none;
  background: #fff;
  color: #616161;
  border: 1px solid #dcdcdc;
}
.button.buy:hover {
  background: #5acb82;
  color: #ffffff;
}
.button.sell:hover {
  background: #df5054;
  color: #ffffff;
}

.el .button {
  font-size: 0.65em;
}
.el .button.small {
  font-size: 0.8em;
  padding: 0.3em;
}
.el .button span {
  font-weight: 300;
  color: #67cc7d;
}
.el .button:hover {
  background: #67cc7d;
}
.el .button.hollow {
  outline: none;
  background: #fff;
  color: #616161;
  border: 1px solid #dcdcdc;
}

.expand-content {
  display: none;
}

.insturment-mobile {
  display: none;
  align-items: center;
}

.ifms .header .title {
  background: #223a74;
  margin-bottom: -22px;
}
.ifms .header .title h1 {
  color: #ffffff;
}

.header .title {
  min-height: 4.2em;
  padding: 0 1.5rem;
  display: flex;
}
.header .title h1 {
  align-self: center;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  color: #223a74;
}
.header .title h1 span {
  color: #67cc7d;
  font-weight: 300;
  font-style: italic;
}
.header .title h1 {
  margin: 0 auto;
}
.header nav.main {
  background: #223a74;
  padding: 1em;
}
.header nav.main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header nav.main li {
  text-align: left;
  transition: 0.18s all;
  display: inline-block;
  color: #ffffff;
  padding: 0.5em;
  margin: 0.25em;
  border: 1px solid #67cc7d;
}
.header nav.main li.active {
  color: #ffffff;
  background: #67cc7d;
  border: 1px solid #67cc7d;
}
.header nav.main li:hover {
  color: #ffffff;
  background: #67cc7d;
  border: 1px solid #67cc7d;
  cursor: pointer;
}
.header nav.main li[v-cloak] {
  display: none;
}
.header .hamburger, .header .mobile-menu {
  display: none;
}

.body .table-head {
  background: #ffffff;
}
.body .table-head > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.body .table-head > div > div span {
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 0.5em;
}
.body .table-head > div > div:nth-child(1) {
  border-right: 1px solid #dcdcdc;
}
.body .table-head > div > div:nth-child(2) {
  border-right: 1px solid #dcdcdc;
}
.body .table-head > div > div:nth-child(3) {
  border-right: 1px solid #dcdcdc;
}
.body .table-head > div > div:nth-child(4) {
  border-right: 1px solid #dcdcdc;
}
.body .table-head > div > div:nth-child(5) {
  border-right: none;
}
.body .table-head > div > div:nth-child(6) {
  border-right: none;
}
.body .table-head > div > div:nth-child(7) {
  border-right: none;
}
.body .table-head div {
  font-size: 0.9em;
  padding-bottom: 0 !important;
  color: #313f75 !important;
  font-weight: 700;
}
.body .closed {
  display: none;
}
.body .table-row.expand {
  padding: 1em;
  padding-top: 0;
  display: none !important;
}
.body .table-row.instrument {
  display: flex;
}
.body .table-row.instrument > div {
  padding: 1.5em 1em 1.5em 1em;
  color: #616161;
}
.body .table-row.instrument i {
  color: #67cc7d;
}
.body .table-row.instrument .instrument-name {
  flex: 0 1 21%;
  max-width: 21%;
  display: flex;
  position: relative;
}
.body .table-row.instrument .instrument-name i {
  margin-right: 0.5em;
}
.body .table-row.instrument .instrument-name img {
  width: 16px;
  align-self: center;
  margin-top: 0.5em;
}
.body .table-row.instrument .instrument-name span {
  font-weight: 200;
}
.body .table-row.instrument .instrument-name h3 {
  color: #223a74;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body .table-row.instrument .instrument-name h4 {
  color: #223a74;
  font-weight: 300;
  padding: 0;
  margin: 0 0 0 1.15em;
}
.body .table-row.instrument .instrument-name .instrument-name-main {
  width: 100%;
}
.body .table-row.instrument .instrument-spread {
  flex: 0 1 8%;
  max-width: 8%;
  font-size: 0.9em;
  text-align: center;
  padding: 1.5em 0em 1.5em 0em;
}
.body .table-row.instrument .instrument-leverage {
  flex: 0 1 10%;
  max-width: 10%;
  font-size: 0.9em;
  text-align: center;
}
.body .table-row.instrument .instrument-tradingInsights {
  flex: 0 1 23%;
  max-width: 23%;
  font-size: 0.9em;
  text-align: center;
}
.body .table-row.instrument .instrument-tradingInsights .buy-sell {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
.body .table-row.instrument .instrument-tradingInsights .buy-sell h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #616161;
  font-weight: 200;
  text-align: center;
}
.body .table-row.instrument .instrument-tradingInsights .buy-sell .cell {
  width: 50%;
  padding: 0 0.3em;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment {
  margin-top: 1em;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .meter {
  display: block;
  background: #df5054;
  border-radius: 3px;
  height: 8px;
  margin-bottom: 0.25rem;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .meter span {
  display: block;
  background: #5acb82;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 8px;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .meter.unavailable span {
  background: #c4c4c4;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .sentiment-labels {
  text-align: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  font-size: 0.76em;
  color: #6e6e6e;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .sentiment-labels .buyers {
  text-align: left;
  width: 50%;
  white-space: nowrap;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .sentiment-labels .sellers {
  text-align: right;
  width: 50%;
  white-space: nowrap;
}
.body .table-row.instrument .instrument-tradingInsights .sentiment .sentiment-labels.unavailable {
  justify-content: center;
}
.body .table-row.instrument .instrument-features {
  flex: 0 1 22%;
  max-width: 22%;
}
.body .table-row.instrument .instrument-features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.body .table-row.instrument .instrument-features ul li {
  display: flex;
  font-size: 0.75em;
  margin-top: 0.5em;
}
.body .table-row.instrument .instrument-features ul li:first-child {
  margin-top: 0;
}
.body .table-row.instrument .instrument-features ul li div:nth-child(2) {
  width: 100%;
}
.body .table-row.instrument .instrument-features ul i {
  margin-right: 0.5em;
  margin-top: 3px;
}
.body .table-row.instrument .instrument-trade {
  display: flex;
  flex: 0 1 16%;
  max-width: 16%;
  padding-left: 0;
  padding-right: 1em;
}
.body .table-row.instrument .instrument-trade div > span {
  display: inline-block;
  color: #6e6e6e;
  margin-top: 0.5em;
  font-size: 0.7em;
  line-height: 1;
}
.body .instrument-wrapper:nth-child(2) {
  background: linear-gradient(to bottom, #ececec 0%, #ffffff 10%);
}
.body .instrument-wrapper:nth-child(odd) {
  background: whitesmoke;
}

body.sl .sentiment-labels, body.fr .sentiment-labels, body.SL .sentiment-labels, body.FR .sentiment-labels {
  font-size: 0.73em !important;
}
body.sl .sellers, body.fr .sellers, body.SL .sellers, body.FR .sellers {
  width: 68% !important;
}
body.sl .buyers, body.fr .buyers, body.SL .buyers, body.FR .buyers {
  width: 50% !important;
}

.instrument-mobile {
  display: none !important;
}

.ribbon {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: absolute;
  top: -3px;
  left: -13px;
}
.ribbon span {
  padding-bottom: 1em;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
}
.ribbon.gold {
  border-bottom-color: #d7a33e;
}
.ribbon.silver {
  border-bottom-color: #a8a39a;
}
.ribbon.bronze {
  border-bottom-color: #917152;
}

.ribbon-text {
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
}

.hide {
  display: none;
}

.table-row.instrument:not(.head) {
  *height: 180px;
}

.instrument-title {
  width: 90%;
}

.instrument-page-href {
  color: #223a74;
  display: inline-block;
  margin-top: 0.5em;
  width: 115px;
  text-align: center;
}

.custom-tooltip:hover {
  cursor: help;
}

.custom-tooltip + span {
  display: none;
  font-size: 12px;
  position: absolute;
  background: rgba(34, 58, 116, 0.8);
  color: #fff;
  border-radius: 5px;
  padding: 1em;
  left: 0px;
  bottom: 100px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(34, 58, 116, 0.8);
  position: absolute;
  bottom: -10px;
}

.sticky-footer {
  display: none;
}

.footer {
  background: #223a74;
  padding: 1em 1em 0.5em 1em;
  color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.85em;
}
.footer > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 0.85em;
  padding-left: 1em;
  flex: 0 0 auto;
}
.footer > div:nth-child(2) img {
  margin: 4px 0.5em;
}

.capital-at-risk-warning {
  text-align: right;
  color: #ffffff;
  font-size: 0.85em;
  margin-top: -10px;
  padding-bottom: 10px;
  padding-right: 20px;
  background: #223a74;
}

@media (max-width: 768px) {
  .sticky-footer {
    background: whitesmoke;
    bottom: 0;
    width: 100vw;
    padding: 0px 16px 0px 16px;
    display: flex;
    border-top: 1px solid #b9b9b9;
    font-size: 14px;
    color: gray;
  }
  .contract-content-container {
    text-align: right;
  }
  .capital-at-risk-warning {
    text-align: center;
    color: #ffffff;
    font-size: 0.85em;
    margin: 0;
    padding: 10px;
    display: block;
  }
  .footer {
    flex-direction: column;
  }
  .footer > div:nth-child(2) {
    margin-top: 1em;
    padding-left: 0;
  }
  .instrument-page-href {
    background: #ffffff;
    border: 1px solid #223a74;
    text-decoration: none;
    padding: 0.5em 0.5em 0.55em 0.5em;
    border-radius: 10px;
  }
  .hide {
    display: none !important;
  }
  nav {
    display: none;
  }
  .hamburger {
    display: flex !important;
    align-items: center;
    background: #223a74;
    padding: 0 0.5em;
    margin: 0 1em 0 0;
    cursor: pointer;
  }
  .hamburger i {
    color: #ffffff;
  }
  .mobile-menu {
    display: block;
    width: 100vw;
    position: absolute;
    background: #223a74;
    top: 80px;
    left: 0;
    z-index: 10;
    width: calc(100vw - 15px);
  }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
  }
  .mobile-menu ul li {
    color: #ffffff;
    padding: 0.5em;
    margin: 0.25em 0;
    border: 1px solid #67cc7d;
    direction: rtl;
    text-align: left;
  }
  .mobile-menu ul li:hover {
    color: #ffffff;
    background: #67cc7d;
    border: 1px solid #67cc7d;
    cursor: pointer;
  }
  .mobile-menu ul li.active {
    color: #ffffff;
    background: #67cc7d;
    border: 1px solid #67cc7d;
  }
  .title {
    position: relative;
    min-height: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #223a74;
    margin-bottom: 0 !important;
  }
  .title h1 {
    font-size: 1em;
  }
  .table-head {
    display: none;
  }
  .instrument-name, .instrument-mobile, .instrument-trade {
    padding: 1em !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    align-self: flex-start;
  }
  .instrument-name i.fa-info-circle, .instrument-mobile i.fa-info-circle, .instrument-trade i.fa-info-circle {
    display: none !important;
  }
  .instrument-name h3 {
    font-size: 0.85em !important;
  }
  .instrument-name span {
    font-size: 0.8em !important;
  }
  .instrument-features, .instrument-leverage, .instrument-spread, .instrument-tradingInsights {
    display: none;
  }
  .instrument-features h3, .instrument-features h4, .instrument-leverage h3, .instrument-leverage h4, .instrument-spread h3, .instrument-spread h4, .instrument-tradingInsights h3, .instrument-tradingInsights h4 {
    font-size: 1em;
    display: inline;
  }
  .instrument-mobile {
    flex: 0 1 33%;
  }
  .instrument-trade {
    flex: 0 1 44% !important;
    max-width: 44% !important;
    text-align: center !important;
  }
  .instrument-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 20%;
  }
  .instrument-mobile h6 {
    padding: 0;
    margin: 0;
  }
  .button {
    font-weight: 200;
    align-self: center;
    font-size: 0.8em;
    font-weight: bold;
    min-width: 105px;
    width: 115px;
    margin: 0 auto;
  }
  .button span {
    display: none;
  }
  .title {
    background: #fff;
  }
  .expand-content, .contract-content {
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
  }
  .expand-content > div, .contract-content > div {
    width: 23px;
    height: 23px;
    background: #223a74;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px auto 0 auto;
  }
  .expand-content > div > i, .contract-content > div > i {
    margin: 0 auto !important;
    color: #67cc7d;
  }
  .table-row.instrument:not(.head) {
    height: 130px;
  }
  .table-row.expand:not(.hide) {
    display: block !important;
    text-align: right;
  }
  .table-row.expand {
    display: block;
    text-align: right;
  }
  .table-row.expand .buy-sell {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .table-row.expand .buy-sell h4 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #616161;
    font-weight: 700;
    text-align: center;
  }
  .table-row.expand .buy-sell .cell {
    width: 50%;
  }
  .table-row.expand .sentiment {
    margin-top: 1em;
  }
  .table-row.expand .sentiment .meter {
    display: block;
    background: #df5054;
    border-radius: 3px;
    height: 10px;
    margin-bottom: 0.25rem;
  }
  .table-row.expand .sentiment .meter span {
    display: block;
    background: #5acb82;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 10px;
  }
  .table-row.expand .sentiment .meter.unavailable span {
    background: #c4c4c4;
  }
  .table-row.expand .sentiment .sentiment-labels {
    text-align: left;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    color: #6e6e6e;
  }
  .table-row.expand .sentiment .sentiment-labels .buyers::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #5acb82;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5em;
  }
  .table-row.expand .sentiment .sentiment-labels .sellers::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #df5054;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5em;
  }
  .table-row.expand .sentiment .sentiment-labels.unavailable {
    justify-content: center;
  }
  .table-row.expand .features {
    display: flex;
    text-align: left;
    flex-direction: column;
    padding: 1em 0 0 0;
    margin-left: -0.4em;
  }
  .table-row.expand .features div {
    display: flex;
    padding: 0.2em;
    flex-direction: row;
  }
  .table-row.expand .features div i {
    color: #5acb82;
  }
  .table-row.expand .features div span {
    font-size: 0.9em;
    color: #6e6e6e;
  }
  .table-row.expand .contract-content {
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
  }
  .table-row.expand .contract-content > div {
    width: 23px;
    height: 23px;
    background: #223a74;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px auto 0 auto;
  }
  .table-row.expand .contract-content > div > i {
    margin: -4px auto 0 auto !important;
    color: #67cc7d;
  }
  .body .table-row.instrument .instrument-name {
    flex: 0 0 31%;
    max-width: 31%;
    display: flex;
    position: relative;
  }
}
.footer-logo {
  width: 70px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
[v-cloak] {
  display: none;
}
[v-cloak] ~ .loader {
  display: block;
}

.loader {
  position: absolute;
  width: 24px;
  height: 24px;
  display: none;
  border: 2px solid #ccc;
  border-top-color: #333;
  box-sizing: border-box;
  animation: spinner 0.8s linear infinite;
  overflow: hidden;
  top: 25%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
}