/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./content/mu-plugins/rn-stock-ticker/src/stock-ticker.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.rn-stock-ticker {
  max-height: 500px;
  overflow-y: scroll;
}
.rn-stock-ticker__table {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border: none;
  font-size: 14px;
}
.rn-stock-ticker__table thead {
  font-weight: bold;
  color: white;
  background-color: black;
}
.rn-stock-ticker__table thead td {
  padding: 2px 5px;
  cursor: pointer;
}
.rn-stock-ticker__table tr {
  padding: 3px 5px;
}
.rn-stock-ticker__table tr:nth-child(even) {
  background-color: #F3F3F3;
}
.rn-stock-ticker__table tr td:nth-child(2n),
.rn-stock-ticker__table tr td:nth-child(3n) {
  text-align: right;
  padding-right: 4px;
}
.rn-stock-ticker__table .st-field {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.rn-stock-ticker__table .st-field__logo {
  flex: 1;
}
.rn-stock-ticker__table .st-field__logo img {
  height: 1.8em;
  width: auto;
}
.rn-stock-ticker__table .st-field__name {
  flex: 1 1 50%;
}
.rn-stock-ticker__table .positive {
  color: green;
}
.rn-stock-ticker__table .negative {
  color: red;
}
.rn-stock-ticker .tabs__container {
  display: flex;
  margin-bottom: 10px;
  text-align: center;
}
.rn-stock-ticker .tabs__header {
  display: inline-block;
  width: 50%;
  padding: 10px 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: grey;
  border-top: 1px solid grey;
}
.rn-stock-ticker .tabs__header.active {
  color: #559b43;
  border-top: 3px solid #559b43;
}
@media screen and (min-width: 782px) {
  .rn-stock-ticker .tabs__header-full-name {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .rn-stock-ticker .tabs__header-full-name {
    display: inline;
  }
}
.rn-stock-ticker .tabs__header-abbreviation {
  display: none;
}
@media screen and (min-width: 782px) {
  .rn-stock-ticker .tabs__header-abbreviation {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .rn-stock-ticker .tabs__header-abbreviation {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map*/