/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("https://fonts.googleapis.com/css?family=Arimo");
@import url("https://fonts.googleapis.com/css?family=Wallpoet");
@import url("https://fonts.googleapis.com/css?family=Rye");
@import url("https://fonts.googleapis.com/css?family=Economica");
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box; }

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997; }

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px; }

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2); }

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px; }

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; }

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto; }

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px; }

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none; }

.iziToast > .iziToast-close:hover {
  opacity: 1; }

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left; }

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left; }

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px; }

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000; }

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, 0.2); }

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px; }

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal; }

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  white-space: normal; }

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0; }

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.iziToast-target .iziToast-capsule {
  overflow: hidden; }

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left; }

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column; }

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto; }

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left; }

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right; }

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left; }

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right; }

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center; }

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial; }

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0; }

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0; }

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0; }

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px; }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto; }
  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); }
  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px; }
  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0; }
  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25); }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent; }
  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25); }
  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1); } }

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70; }

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px; }

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9); }

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: rgba(255, 207, 165, 0.9); }

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9); }

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9); }

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: rgba(166, 239, 184, 0.9); }

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%; }

.iziToast.iziToast-layout3 {
  border-radius: 2px; }

.iziToast.iziToast-layout3::after {
  display: none; }

.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; }

.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both; }

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both; }

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both; }

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both; }

.iziToast.fadeIn,
.iziToast .fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both; }

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both; }

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; }

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both; }

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both; }

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-moz-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-moz-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-o-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-moz-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-o-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-moz-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  -moz-border-radius: 0.34em;
  -webkit-border-radius: 0.34em;
  border-radius: 0.34em;
  font-family: "Arimo", monospace;
  padding: 0.15em;
  background: #000;
  color: #eee0d3; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  padding: 0 0.15em; }

.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
  -moz-border-radius: 0.2em 0 0 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0 0 0.2em; }

.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
  -moz-border-radius: 0 0.2em 0.2em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.2em 0.2em 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -moz-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0.15em; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-digital .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-digital .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-digital .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-digital .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-digital .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-digital .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-digital .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiZjVhNSIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -moz-radial-gradient(rgba(139, 245, 165, 0.4), #000000);
  background-image: -webkit-radial-gradient(rgba(139, 245, 165, 0.4), #000000);
  background-image: radial-gradient(rgba(139, 245, 165, 0.4), #000000);
  background-color: #000;
  font-family: "Wallpoet", monospace;
  padding: 0 0.2em;
  line-height: 1.1em;
  color: #8bf5a5; }

.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-digital .odometer-digit + .odometer-digit {
  margin-left: 0.1em; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-plaza {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-plaza .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-plaza .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-plaza .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-plaza {
  -moz-border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
  background-color: #f0f8ff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  padding: 0 0.12em;
  line-height: 1.2em;
  font-size: 1.2em;
  background-size: 16px 16px; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-plaza .odometer-digit {
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  padding: 0 0.03em;
  color: #648baf; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner {
  left: 0.03em; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
  -moz-border-radius: 0.34em;
  -webkit-border-radius: 0.34em;
  border-radius: 0.34em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffff00), color-stop(100%, #ffa500));
  background-image: -moz-linear-gradient(#ffff00, #ffa500);
  background-image: -webkit-linear-gradient(#ffff00, #ffa500);
  background-image: linear-gradient(#ffff00, #ffa500);
  background-color: #fc0;
  font-family: "Rye", monospace;
  padding: 0.15em;
  color: #f80000;
  line-height: 1.35em;
  border: 0.03em solid #000;
  -webkit-text-stroke: 0.05em #000; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  -moz-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(20%, #ffffff), color-stop(80%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #ffffff 20%, #ffffff 80%, #cccccc 100%);
  border: 0.03em solid #444;
  padding: 0.1em 0.15em 0; }

.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-slot-machine .odometer-digit:first-child {
  -moz-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2); }

.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-slot-machine .odometer-digit:last-child {
  -moz-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2); }

.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit + .odometer-digit {
  margin-left: 0.15em; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  padding-top: 0.08em; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  left: 0;
  right: 0;
  text-align: center; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  font-family: "Economica", sans-serif; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(top, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-image: -webkit-linear-gradient(top, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-image: linear-gradient(to bottom, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-color: #222;
  padding: 0 0.15em;
  color: #fff; }

.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit + .odometer-digit {
  margin-left: 0.1em; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  left: 0.15em; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900d41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

div.pcw {
  font-size: 1rem;
  line-height: 1rem;
  width: 100%; }

span.pcw {
  font-size: 1em;
  line-height: 1em; }

.pcw-animation-height-enter-active, .pcw-animation-height-leave-active {
  transition: max-height 0.5s ease-in;
  max-height: 500px;
  overflow: hidden; }

.pcw-animation-height-enter, .pcw-animation-height-leave-to {
  max-height: 0; }

.pcw-animation-fade-enter-active, .pcw-animation-fade-leave-active {
  transition: opacity 1.15s ease; }

.pcw-animation-fade-enter, .pcw-animation-fade-leave-to {
  opacity: 0; }

.pcw-animation-red-bg-enter-active {
  transition: all 1.2s ease; }

.pcw-animation-red-bg-enter {
  background: rgba(255, 0, 0, 0.7); }

.pcw-animation-green-bg-enter-active {
  transition: all 1.2s ease; }

.pcw-animation-green-bg-enter {
  background: rgba(0, 160, 0, 0.7); }

.pcw-odometer {
  font-size: 1.5em;
  line-height: 1.5em; }
  .pcw-odometer .odometer-inside:before {
    content: attr(data-before);
    margin: 0 0.2em; }
  .pcw-odometer .odometer-inside:after {
    content: attr(data-after);
    margin: 0 0.2em; }
  .pcw-odometer .odometer-theme-slot-machine .odometer-inside:before {
    top: 0.15em;
    position: relative; }
  .pcw-odometer .odometer-theme-slot-machine .odometer-inside:after {
    top: 0.15em;
    position: relative; }
  .pcw-odometer .odometer-theme-digital .odometer-inside:after, .pcw-odometer .odometer-theme-minimal .odometer-inside:after {
    top: 0.05em;
    position: relative; }

.pcw-toast {
  font-family: inherit;
  font-size: 1em; }
  .pcw-toast.iziToast .iziToast-body {
    padding: 0; }
  .pcw-toast.iziToast .iziToast-cover {
    background-size: 70%;
    background-color: transparent; }

.pcw-chart-tooltip {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  z-index: 100; }
  .pcw-chart-tooltip > div {
    white-space: nowrap; }

.pcw-treemap-tooltip {
  font-size: 1em;
  padding: 1em;
  border: 1px solid #000000; }
  .pcw-treemap-tooltip h6 {
    font-size: 1.2em;
    line-height: 2em;
    margin: 0;
    padding: 0; }
  .pcw-treemap-tooltip span:last-child {
    float: right;
    margin-left: 2em; }

.pcw-geomap-tooltip {
  font-size: 1em;
  padding: 0; }
  .pcw-geomap-tooltip > div {
    padding: 0.25em 0; }
    .pcw-geomap-tooltip > div span:last-child {
      float: right;
      margin-left: 2em; }

.pcw {
  color: inherit;
  font-family: inherit; }
  .pcw .pcw-up {
    color: green; }
  .pcw .pcw-down {
    color: red; }
  .pcw .pcw-bold {
    font-weight: bold; }
  .pcw .pcw-basic-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 0;
    font-size: 1em;
    border: 1px solid #979797;
    background: transparent;
    cursor: pointer; }
  .pcw .pcw-field {
    display: inline-block; }
  .pcw .pcw-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .pcw .pcw-flex {
        flex-direction: column;
        text-align: center; } }
  .pcw .pcw-field-logo {
    display: inline-block;
    vertical-align: middle; }
    .pcw .pcw-field-logo img {
      width: auto;
      box-shadow: none; }
  .pcw .pcw-inline {
    margin: 0;
    padding: 0; }
    .pcw .pcw-inline .pcw-field-logo img {
      height: 1em; }
    .pcw .pcw-inline .pcw-up, .pcw .pcw-inline .pcw-down {
      color: inherit !important; }
  .pcw .pcw-button-link {
    margin: 0;
    padding: 0; }
    .pcw .pcw-button-link .pcw-field {
      display: inline; }
    .pcw .pcw-button-link .pcw-field-logo img {
      height: 1em; }
  .pcw .pcw-typed-quotes {
    margin: 0;
    padding: 0; }
    .pcw .pcw-typed-quotes .pcw-field-logo img {
      height: 1em; }
  .pcw .pcw-treemap {
    width: 100%;
    height: 500px; }
    .pcw .pcw-treemap .pcw-treemap-container {
      width: inherit;
      height: inherit; }
  .pcw .pcw-geomap {
    width: 100%;
    height: 500px; }
    .pcw .pcw-geomap .pcw-geomap-container {
      width: inherit;
      height: inherit; }
  .pcw .pcw-gauge {
    height: 200px; }
    .pcw .pcw-gauge .pcw-gauge-container {
      height: inherit; }
  .pcw .pcw-chart canvas {
    z-index: 999999; }
  .pcw .pcw-chart .pcw-periods-container {
    padding: 0.8em 0;
    text-align: center; }
    .pcw .pcw-chart .pcw-periods-container a {
      text-decoration: none;
      margin: 0 0.6em; }
      .pcw .pcw-chart .pcw-periods-container a:active, .pcw .pcw-chart .pcw-periods-container a:focus {
        outline: none !important;
        box-shadow: none !important; }
  .pcw .pcw-accordion .pcw-accordion-container {
    overflow: hidden; }
    .pcw .pcw-accordion .pcw-accordion-container .pcw-accordion-header {
      cursor: pointer; }
      .pcw .pcw-accordion .pcw-accordion-container .pcw-accordion-header i.fas {
        margin-left: 0.3em; }
    .pcw .pcw-accordion .pcw-accordion-container .pcw-field-logo img {
      height: 1.4em; }
  .pcw .pcw-news-block:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .pcw .pcw-news-block .pcw-news-block-container {
    width: 100%; }
    .pcw .pcw-news-block .pcw-news-block-container:after {
      content: "";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
    .pcw .pcw-news-block .pcw-news-block-container h2 {
      line-height: 1em; }
    .pcw .pcw-news-block .pcw-news-block-container p {
      font-size: 1em; }
      .pcw .pcw-news-block .pcw-news-block-container p a {
        font-size: 1em; }
  .pcw .pcw-spark {
    display: inline-block; }
  .pcw .pcw-inline-label {
    display: inline-block; }
    .pcw .pcw-inline-label > * {
      vertical-align: middle; }
  .pcw .pcw-card {
    text-align: left; }
    .pcw .pcw-card .pcw-field-logo img {
      display: block; }
    .pcw .pcw-card .pcw-chart {
      width: 100%;
      height: 100px; }
  .pcw .pcw-doughnut {
    width: 350px;
    height: 300px; }
  .pcw .pcw-order-book {
    width: 100%;
    height: 400px; }
  .pcw .pcw-leaderboard .pcw-field-logo img {
    display: block; }
  .pcw .pcw-calculator input, .pcw .pcw-calculator input:disabled {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    color: #000000;
    box-shadow: none;
    margin: 0;
    padding: 0.125em .25em;
    vertical-align: middle;
    font-size: 1em; }
  .pcw .pcw-calculator input:disabled {
    background: #e5e5e5; }
  .pcw .pcw-ticker-quotes, .pcw .pcw-ticker-news {
    cursor: pointer;
    direction: ltr;
    padding: 0.5em 0; }
    .pcw .pcw-ticker-quotes ul, .pcw .pcw-ticker-news ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: normal !important;
      font-family: inherit !important;
      font-size: 1em !important;
      line-height: 1em !important;
      /*width: 999999px;*/ }
      .pcw .pcw-ticker-quotes ul li, .pcw .pcw-ticker-news ul li {
        font-size: 1em !important;
        line-height: 1em !important;
        margin: 0 1em 0 0 !important;
        padding: 0 !important;
        float: left;
        list-style-type: none !important; }
        .pcw .pcw-ticker-quotes ul li > *, .pcw .pcw-ticker-news ul li > * {
          vertical-align: middle; }
  .pcw .pcw-info table {
    width: 100%;
    table-layout: fixed;
    background: #ffffff;
    margin: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    border: 0;
    border-collapse: separate;
    border-spacing: 0; }
    .pcw .pcw-info table tbody tr td {
      padding: 0.7em 0.8em;
      text-align: left;
      vertical-align: middle;
      transition: all 0.2s ease;
      border: 0;
      white-space: pre-wrap; }
  .pcw .pcw-table-quotes .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-history .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-rankings .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-trades .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-portfolio .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-exchanges .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-exchanges-quotes .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-wallets .pcw-selected-asset-chart-container .pcw-periods-container, .pcw .pcw-table-mining-pools .pcw-selected-asset-chart-container .pcw-periods-container {
    padding: 0.8em 0;
    text-align: center; }
    .pcw .pcw-table-quotes .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-history .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-rankings .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-trades .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-portfolio .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-exchanges .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-exchanges-quotes .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-wallets .pcw-selected-asset-chart-container .pcw-periods-container a, .pcw .pcw-table-mining-pools .pcw-selected-asset-chart-container .pcw-periods-container a {
      text-decoration: none;
      margin: 0 0.6em; }
      .pcw .pcw-table-quotes .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-quotes .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-history .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-history .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-rankings .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-rankings .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-trades .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-trades .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-portfolio .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-portfolio .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-exchanges .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-exchanges .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-exchanges-quotes .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-exchanges-quotes .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-wallets .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-wallets .pcw-selected-asset-chart-container .pcw-periods-container a:focus, .pcw .pcw-table-mining-pools .pcw-selected-asset-chart-container .pcw-periods-container a:active, .pcw .pcw-table-mining-pools .pcw-selected-asset-chart-container .pcw-periods-container a:focus {
        outline: none !important;
        box-shadow: none !important; }
  .pcw .pcw-table-quotes .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-history .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-rankings .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-trades .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-portfolio .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-exchanges .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-exchanges-quotes .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-wallets .pcw-selected-asset-chart-container .pcw-chart, .pcw .pcw-table-mining-pools .pcw-selected-asset-chart-container .pcw-chart {
    width: 100%;
    height: 10em; }
  .pcw .pcw-table-quotes table, .pcw .pcw-table-history table, .pcw .pcw-table-rankings table, .pcw .pcw-table-trades table, .pcw .pcw-table-portfolio table, .pcw .pcw-table-exchanges table, .pcw .pcw-table-exchanges-quotes table, .pcw .pcw-table-wallets table, .pcw .pcw-table-mining-pools table {
    width: 100%;
    table-layout: fixed;
    background: #ffffff;
    margin: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    border: 0;
    border-collapse: separate;
    border-spacing: 0; }
    .pcw .pcw-table-quotes table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-history table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-rankings table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-trades table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-portfolio table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-exchanges table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-exchanges-quotes table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-wallets table.pcw-selected-asset-chart-displayed tbody tr, .pcw .pcw-table-mining-pools table.pcw-selected-asset-chart-displayed tbody tr {
      cursor: pointer; }
    .pcw .pcw-table-quotes table thead th, .pcw .pcw-table-history table thead th, .pcw .pcw-table-rankings table thead th, .pcw .pcw-table-trades table thead th, .pcw .pcw-table-portfolio table thead th, .pcw .pcw-table-exchanges table thead th, .pcw .pcw-table-exchanges-quotes table thead th, .pcw .pcw-table-wallets table thead th, .pcw .pcw-table-mining-pools table thead th {
      cursor: pointer;
      white-space: normal;
      text-align: left;
      padding: 0.7em 0.8em;
      vertical-align: middle;
      font-weight: bold;
      text-transform: none;
      border: 0;
      outline: none !important; }
      .pcw .pcw-table-quotes table thead th.sorting_asc, .pcw .pcw-table-history table thead th.sorting_asc, .pcw .pcw-table-rankings table thead th.sorting_asc, .pcw .pcw-table-trades table thead th.sorting_asc, .pcw .pcw-table-portfolio table thead th.sorting_asc, .pcw .pcw-table-exchanges table thead th.sorting_asc, .pcw .pcw-table-exchanges-quotes table thead th.sorting_asc, .pcw .pcw-table-wallets table thead th.sorting_asc, .pcw .pcw-table-mining-pools table thead th.sorting_asc {
        white-space: nowrap; }
        .pcw .pcw-table-quotes table thead th.sorting_asc:after, .pcw .pcw-table-history table thead th.sorting_asc:after, .pcw .pcw-table-rankings table thead th.sorting_asc:after, .pcw .pcw-table-trades table thead th.sorting_asc:after, .pcw .pcw-table-portfolio table thead th.sorting_asc:after, .pcw .pcw-table-exchanges table thead th.sorting_asc:after, .pcw .pcw-table-exchanges-quotes table thead th.sorting_asc:after, .pcw .pcw-table-wallets table thead th.sorting_asc:after, .pcw .pcw-table-mining-pools table thead th.sorting_asc:after {
          content: ' \2191'; }
      .pcw .pcw-table-quotes table thead th.sorting_desc, .pcw .pcw-table-history table thead th.sorting_desc, .pcw .pcw-table-rankings table thead th.sorting_desc, .pcw .pcw-table-trades table thead th.sorting_desc, .pcw .pcw-table-portfolio table thead th.sorting_desc, .pcw .pcw-table-exchanges table thead th.sorting_desc, .pcw .pcw-table-exchanges-quotes table thead th.sorting_desc, .pcw .pcw-table-wallets table thead th.sorting_desc, .pcw .pcw-table-mining-pools table thead th.sorting_desc {
        white-space: nowrap; }
        .pcw .pcw-table-quotes table thead th.sorting_desc:after, .pcw .pcw-table-history table thead th.sorting_desc:after, .pcw .pcw-table-rankings table thead th.sorting_desc:after, .pcw .pcw-table-trades table thead th.sorting_desc:after, .pcw .pcw-table-portfolio table thead th.sorting_desc:after, .pcw .pcw-table-exchanges table thead th.sorting_desc:after, .pcw .pcw-table-exchanges-quotes table thead th.sorting_desc:after, .pcw .pcw-table-wallets table thead th.sorting_desc:after, .pcw .pcw-table-mining-pools table thead th.sorting_desc:after {
          content: ' \2193'; }
      .pcw .pcw-table-quotes table thead th.pcw-heading-rank, .pcw .pcw-table-history table thead th.pcw-heading-rank, .pcw .pcw-table-rankings table thead th.pcw-heading-rank, .pcw .pcw-table-trades table thead th.pcw-heading-rank, .pcw .pcw-table-portfolio table thead th.pcw-heading-rank, .pcw .pcw-table-exchanges table thead th.pcw-heading-rank, .pcw .pcw-table-exchanges-quotes table thead th.pcw-heading-rank, .pcw .pcw-table-wallets table thead th.pcw-heading-rank, .pcw .pcw-table-mining-pools table thead th.pcw-heading-rank {
        width: 60px !important; }
    .pcw .pcw-table-quotes table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-history table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-rankings table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-trades table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-portfolio table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-exchanges table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-exchanges-quotes table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-wallets table tbody tr.pcw-placeholder:hover, .pcw .pcw-table-mining-pools table tbody tr.pcw-placeholder:hover {
      background: inherit !important; }
    .pcw .pcw-table-quotes table tbody tr.pcw-placeholder td, .pcw .pcw-table-history table tbody tr.pcw-placeholder td, .pcw .pcw-table-rankings table tbody tr.pcw-placeholder td, .pcw .pcw-table-trades table tbody tr.pcw-placeholder td, .pcw .pcw-table-portfolio table tbody tr.pcw-placeholder td, .pcw .pcw-table-exchanges table tbody tr.pcw-placeholder td, .pcw .pcw-table-exchanges-quotes table tbody tr.pcw-placeholder td, .pcw .pcw-table-wallets table tbody tr.pcw-placeholder td, .pcw .pcw-table-mining-pools table tbody tr.pcw-placeholder td {
      padding: 1.18em 0; }
      .pcw .pcw-table-quotes table tbody tr.pcw-placeholder td div, .pcw .pcw-table-history table tbody tr.pcw-placeholder td div, .pcw .pcw-table-rankings table tbody tr.pcw-placeholder td div, .pcw .pcw-table-trades table tbody tr.pcw-placeholder td div, .pcw .pcw-table-portfolio table tbody tr.pcw-placeholder td div, .pcw .pcw-table-exchanges table tbody tr.pcw-placeholder td div, .pcw .pcw-table-exchanges-quotes table tbody tr.pcw-placeholder td div, .pcw .pcw-table-wallets table tbody tr.pcw-placeholder td div, .pcw .pcw-table-mining-pools table tbody tr.pcw-placeholder td div {
        position: static;
        overflow: hidden;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeholderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), color-stop(15%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.08)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%);
        background-size: 1200px 100%;
        max-width: 1200px;
        height: 20px;
        margin-left: auto;
        margin-right: auto; }

@keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
    .pcw .pcw-table-quotes table tbody tr td, .pcw .pcw-table-history table tbody tr td, .pcw .pcw-table-rankings table tbody tr td, .pcw .pcw-table-trades table tbody tr td, .pcw .pcw-table-portfolio table tbody tr td, .pcw .pcw-table-exchanges table tbody tr td, .pcw .pcw-table-exchanges-quotes table tbody tr td, .pcw .pcw-table-wallets table tbody tr td, .pcw .pcw-table-mining-pools table tbody tr td {
      padding: 0.7em 0.8em;
      text-align: left;
      vertical-align: middle;
      transition: all 0.2s ease;
      border: 0;
      white-space: nowrap; }
      .pcw .pcw-table-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-history table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-rankings table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-trades table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-portfolio table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-exchanges table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-exchanges-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-wallets table tbody tr td.pcw-cell-logo-name .pcw-field-name, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-logo-name .pcw-field-name {
        vertical-align: middle; }
      .pcw .pcw-table-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-history table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-rankings table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-trades table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-portfolio table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-exchanges table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-exchanges-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-wallets table tbody tr td.pcw-cell-logo-name .pcw-field-logo, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-logo-name .pcw-field-logo {
        margin-right: 0.3em; }
        .pcw .pcw-table-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-history table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-rankings table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-trades table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-portfolio table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-exchanges table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-exchanges-quotes table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-wallets table tbody tr td.pcw-cell-logo-name .pcw-field-logo img, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-logo-name .pcw-field-logo img {
          display: block; }
      .pcw .pcw-table-quotes table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-history table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-rankings table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-trades table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-portfolio table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-exchanges table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-exchanges-quotes table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-wallets table tbody tr td.pcw-cell-link .pcw-link .pcw-field, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-link .pcw-link .pcw-field {
        display: inline; }
      .pcw .pcw-table-quotes table tbody tr td .pcw-field-logo, .pcw .pcw-table-history table tbody tr td .pcw-field-logo, .pcw .pcw-table-rankings table tbody tr td .pcw-field-logo, .pcw .pcw-table-trades table tbody tr td .pcw-field-logo, .pcw .pcw-table-portfolio table tbody tr td .pcw-field-logo, .pcw .pcw-table-exchanges table tbody tr td .pcw-field-logo, .pcw .pcw-table-exchanges-quotes table tbody tr td .pcw-field-logo, .pcw .pcw-table-wallets table tbody tr td .pcw-field-logo, .pcw .pcw-table-mining-pools table tbody tr td .pcw-field-logo {
        text-align: center; }
        .pcw .pcw-table-quotes table tbody tr td .pcw-field-logo img, .pcw .pcw-table-history table tbody tr td .pcw-field-logo img, .pcw .pcw-table-rankings table tbody tr td .pcw-field-logo img, .pcw .pcw-table-trades table tbody tr td .pcw-field-logo img, .pcw .pcw-table-portfolio table tbody tr td .pcw-field-logo img, .pcw .pcw-table-exchanges table tbody tr td .pcw-field-logo img, .pcw .pcw-table-exchanges-quotes table tbody tr td .pcw-field-logo img, .pcw .pcw-table-wallets table tbody tr td .pcw-field-logo img, .pcw .pcw-table-mining-pools table tbody tr td .pcw-field-logo img {
          height: 2em; }
      .pcw .pcw-table-quotes table tbody tr td .pcw-chart, .pcw .pcw-table-history table tbody tr td .pcw-chart, .pcw .pcw-table-rankings table tbody tr td .pcw-chart, .pcw .pcw-table-trades table tbody tr td .pcw-chart, .pcw .pcw-table-portfolio table tbody tr td .pcw-chart, .pcw .pcw-table-exchanges table tbody tr td .pcw-chart, .pcw .pcw-table-exchanges-quotes table tbody tr td .pcw-chart, .pcw .pcw-table-wallets table tbody tr td .pcw-chart, .pcw .pcw-table-mining-pools table tbody tr td .pcw-chart {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        min-width: 80px;
        height: 50px; }
    .pcw .pcw-table-quotes table tfoot tr td, .pcw .pcw-table-history table tfoot tr td, .pcw .pcw-table-rankings table tfoot tr td, .pcw .pcw-table-trades table tfoot tr td, .pcw .pcw-table-portfolio table tfoot tr td, .pcw .pcw-table-exchanges table tfoot tr td, .pcw .pcw-table-exchanges-quotes table tfoot tr td, .pcw .pcw-table-wallets table tfoot tr td, .pcw .pcw-table-mining-pools table tfoot tr td {
      white-space: nowrap;
      text-align: left;
      padding: 0.7em 0.8em;
      vertical-align: middle;
      font-weight: bold;
      text-transform: none;
      border: 0; }
  .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate {
    margin: 1em 0;
    text-align: center; }
    .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button {
      color: #7e7e7f;
      padding: 0.25em 0.5em;
      margin: 0 0.1em;
      text-decoration: none; }
      .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button:visited, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button:visited {
        text-decoration: none;
        box-shadow: none !important; }
      .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        cursor: pointer; }
      .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-history .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_paginate .paginate_button.current, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #000;
        border: none;
        font-weight: bold; }
  .pcw .pcw-table-quotes .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-history .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-rankings .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-trades .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-portfolio .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-exchanges .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-exchanges-quotes .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-wallets .dataTables_wrapper .dataTables_filter, .pcw .pcw-table-mining-pools .dataTables_wrapper .dataTables_filter {
    margin: 0.5em 0;
    text-align: right; }
  .pcw .pcw-table-quotes .pcw-pagination, .pcw .pcw-table-history .pcw-pagination, .pcw .pcw-table-rankings .pcw-pagination, .pcw .pcw-table-trades .pcw-pagination, .pcw .pcw-table-portfolio .pcw-pagination, .pcw .pcw-table-exchanges .pcw-pagination, .pcw .pcw-table-exchanges-quotes .pcw-pagination, .pcw .pcw-table-wallets .pcw-pagination, .pcw .pcw-table-mining-pools .pcw-pagination {
    margin: 1em 0;
    text-align: center; }
    .pcw .pcw-table-quotes .pcw-pagination a, .pcw .pcw-table-history .pcw-pagination a, .pcw .pcw-table-rankings .pcw-pagination a, .pcw .pcw-table-trades .pcw-pagination a, .pcw .pcw-table-portfolio .pcw-pagination a, .pcw .pcw-table-exchanges .pcw-pagination a, .pcw .pcw-table-exchanges-quotes .pcw-pagination a, .pcw .pcw-table-wallets .pcw-pagination a, .pcw .pcw-table-mining-pools .pcw-pagination a {
      color: #7e7e7f;
      padding: 0.25em 0.5em;
      margin: 0 0.1em;
      text-decoration: none; }
      .pcw .pcw-table-quotes .pcw-pagination a:hover, .pcw .pcw-table-quotes .pcw-pagination a:focus, .pcw .pcw-table-quotes .pcw-pagination a:visited, .pcw .pcw-table-history .pcw-pagination a:hover, .pcw .pcw-table-history .pcw-pagination a:focus, .pcw .pcw-table-history .pcw-pagination a:visited, .pcw .pcw-table-rankings .pcw-pagination a:hover, .pcw .pcw-table-rankings .pcw-pagination a:focus, .pcw .pcw-table-rankings .pcw-pagination a:visited, .pcw .pcw-table-trades .pcw-pagination a:hover, .pcw .pcw-table-trades .pcw-pagination a:focus, .pcw .pcw-table-trades .pcw-pagination a:visited, .pcw .pcw-table-portfolio .pcw-pagination a:hover, .pcw .pcw-table-portfolio .pcw-pagination a:focus, .pcw .pcw-table-portfolio .pcw-pagination a:visited, .pcw .pcw-table-exchanges .pcw-pagination a:hover, .pcw .pcw-table-exchanges .pcw-pagination a:focus, .pcw .pcw-table-exchanges .pcw-pagination a:visited, .pcw .pcw-table-exchanges-quotes .pcw-pagination a:hover, .pcw .pcw-table-exchanges-quotes .pcw-pagination a:focus, .pcw .pcw-table-exchanges-quotes .pcw-pagination a:visited, .pcw .pcw-table-wallets .pcw-pagination a:hover, .pcw .pcw-table-wallets .pcw-pagination a:focus, .pcw .pcw-table-wallets .pcw-pagination a:visited, .pcw .pcw-table-mining-pools .pcw-pagination a:hover, .pcw .pcw-table-mining-pools .pcw-pagination a:focus, .pcw .pcw-table-mining-pools .pcw-pagination a:visited {
        text-decoration: none;
        box-shadow: none !important; }
      .pcw .pcw-table-quotes .pcw-pagination a.current, .pcw .pcw-table-history .pcw-pagination a.current, .pcw .pcw-table-rankings .pcw-pagination a.current, .pcw .pcw-table-trades .pcw-pagination a.current, .pcw .pcw-table-portfolio .pcw-pagination a.current, .pcw .pcw-table-exchanges .pcw-pagination a.current, .pcw .pcw-table-exchanges-quotes .pcw-pagination a.current, .pcw .pcw-table-wallets .pcw-pagination a.current, .pcw .pcw-table-mining-pools .pcw-pagination a.current {
        color: #000;
        border: none;
        font-weight: bold; }
  @media screen and (max-width: 480px) {
    .pcw .pcw-table-quotes table thead, .pcw .pcw-table-history table thead, .pcw .pcw-table-rankings table thead, .pcw .pcw-table-trades table thead, .pcw .pcw-table-portfolio table thead, .pcw .pcw-table-exchanges table thead, .pcw .pcw-table-exchanges-quotes table thead, .pcw .pcw-table-wallets table thead, .pcw .pcw-table-mining-pools table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pcw .pcw-table-quotes table tbody tr, .pcw .pcw-table-quotes table tfoot tr, .pcw .pcw-table-history table tbody tr, .pcw .pcw-table-history table tfoot tr, .pcw .pcw-table-rankings table tbody tr, .pcw .pcw-table-rankings table tfoot tr, .pcw .pcw-table-trades table tbody tr, .pcw .pcw-table-trades table tfoot tr, .pcw .pcw-table-portfolio table tbody tr, .pcw .pcw-table-portfolio table tfoot tr, .pcw .pcw-table-exchanges table tbody tr, .pcw .pcw-table-exchanges table tfoot tr, .pcw .pcw-table-exchanges-quotes table tbody tr, .pcw .pcw-table-exchanges-quotes table tfoot tr, .pcw .pcw-table-wallets table tbody tr, .pcw .pcw-table-wallets table tfoot tr, .pcw .pcw-table-mining-pools table tbody tr, .pcw .pcw-table-mining-pools table tfoot tr {
      display: block; }
      .pcw .pcw-table-quotes table tbody tr td, .pcw .pcw-table-quotes table tfoot tr td, .pcw .pcw-table-history table tbody tr td, .pcw .pcw-table-history table tfoot tr td, .pcw .pcw-table-rankings table tbody tr td, .pcw .pcw-table-rankings table tfoot tr td, .pcw .pcw-table-trades table tbody tr td, .pcw .pcw-table-trades table tfoot tr td, .pcw .pcw-table-portfolio table tbody tr td, .pcw .pcw-table-portfolio table tfoot tr td, .pcw .pcw-table-exchanges table tbody tr td, .pcw .pcw-table-exchanges table tfoot tr td, .pcw .pcw-table-exchanges-quotes table tbody tr td, .pcw .pcw-table-exchanges-quotes table tfoot tr td, .pcw .pcw-table-wallets table tbody tr td, .pcw .pcw-table-wallets table tfoot tr td, .pcw .pcw-table-mining-pools table tbody tr td, .pcw .pcw-table-mining-pools table tfoot tr td {
        border: 0;
        display: block;
        text-align: right; }
        .pcw .pcw-table-quotes table tbody tr td:before, .pcw .pcw-table-quotes table tfoot tr td:before, .pcw .pcw-table-history table tbody tr td:before, .pcw .pcw-table-history table tfoot tr td:before, .pcw .pcw-table-rankings table tbody tr td:before, .pcw .pcw-table-rankings table tfoot tr td:before, .pcw .pcw-table-trades table tbody tr td:before, .pcw .pcw-table-trades table tfoot tr td:before, .pcw .pcw-table-portfolio table tbody tr td:before, .pcw .pcw-table-portfolio table tfoot tr td:before, .pcw .pcw-table-exchanges table tbody tr td:before, .pcw .pcw-table-exchanges table tfoot tr td:before, .pcw .pcw-table-exchanges-quotes table tbody tr td:before, .pcw .pcw-table-exchanges-quotes table tfoot tr td:before, .pcw .pcw-table-wallets table tbody tr td:before, .pcw .pcw-table-wallets table tfoot tr td:before, .pcw .pcw-table-mining-pools table tbody tr td:before, .pcw .pcw-table-mining-pools table tfoot tr td:before {
          content: attr(data-title);
          float: left;
          font-weight: bold; }
        .pcw .pcw-table-quotes table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-quotes table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-history table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-history table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-rankings table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-rankings table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-trades table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-trades table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-portfolio table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-portfolio table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-exchanges table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-exchanges table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-exchanges-quotes table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-exchanges-quotes table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-wallets table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-wallets table tfoot tr td.pcw-mobile-hidden, .pcw .pcw-table-mining-pools table tbody tr td.pcw-mobile-hidden, .pcw .pcw-table-mining-pools table tfoot tr td.pcw-mobile-hidden {
          display: none; } }
  .pcw .pcw-table-wallets table tbody tr td.pcw-cell-supported-coins, .pcw .pcw-table-wallets table tbody tr td.pcw-cell-platforms {
    white-space: normal; }
  .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-fee, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-min-payout, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-supported-coins, .pcw .pcw-table-mining-pools table tbody tr td.pcw-cell-server-locations {
    white-space: normal; }
  .pcw .pcw-comparison table {
    width: 100%;
    table-layout: fixed;
    background: none;
    margin: 0;
    box-shadow: none;
    color: #000;
    border: 0;
    border-collapse: separate;
    border-spacing: 0; }
    .pcw .pcw-comparison table thead th {
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      text-transform: none;
      white-space: nowrap;
      border: 0; }
      .pcw .pcw-comparison table thead th .pcw-field-logo img {
        height: 1.4em; }
    .pcw .pcw-comparison table tbody tr td {
      text-align: center;
      vertical-align: middle; }
      .pcw .pcw-comparison table tbody tr td .pcw-field-logo img {
        height: 1.4em; }
      .pcw .pcw-comparison table tbody tr td .pcw-chart {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        min-width: 80px;
        height: 50px; }
  @media screen and (max-width: 768px) {
    .pcw .pcw-comparison table {
      overflow-x: scroll;
      display: block; } }

.pcw-clearfix {
  clear: both; }

.pcw-hidden {
  display: none; }

.pcw-user-settings {
  margin-bottom: 0.8em; }
  .pcw-user-settings.pcw-user-settings-search {
    position: relative;
    top: 2em; }
  .pcw-user-settings .pcw-parameter {
    margin: 0.6em 0.6em 0.6em 0; }
    .pcw-user-settings .pcw-parameter table thead th {
      text-align: left; }
    .pcw-user-settings .pcw-parameter table tbody tr td input {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 0.25em 0 !important;
      font-size: 1em !important; }
    .pcw-user-settings .pcw-parameter .pcw-parameter-markup, .pcw-user-settings .pcw-parameter .pcw-parameter-url {
      width: 80%; }
    .pcw-user-settings .pcw-parameter .pcw-parameter-style {
      width: 80%; }
  .pcw-user-settings .pcw-block-label {
    display: block;
    font-weight: bold; }
    .pcw-user-settings .pcw-block-label + input[type=checkbox] {
      margin-top: 0.2em; }

#pcw-widget-builder {
  width: 100%; }
  #pcw-widget-builder .pcw-parameter {
    margin: 0.6em 0.6em 0.6em 0; }
    #pcw-widget-builder .pcw-parameter table thead th {
      text-align: left; }
    #pcw-widget-builder .pcw-parameter .pcw-parameter-markup, #pcw-widget-builder .pcw-parameter .pcw-parameter-url {
      width: 80%; }
    #pcw-widget-builder .pcw-parameter .pcw-parameter-style {
      width: 80%; }
  #pcw-widget-builder .pcw-block-label {
    display: block;
    font-weight: bold; }
    #pcw-widget-builder .pcw-block-label + input[type=checkbox] {
      margin-top: 0.2em; }
  #pcw-widget-builder #pcw-widget-builder-geomap .pcw-parameter-assets-to, #pcw-widget-builder #pcw-widget-builder-info .pcw-parameter-assets-to {
    display: none; }
  #pcw-widget-builder .pcw-card {
    max-width: 230px; }
    #pcw-widget-builder .pcw-card.pcw-basic, #pcw-widget-builder .pcw-card.pcw-basic2, #pcw-widget-builder .pcw-card.pcw-color-header, #pcw-widget-builder .pcw-card.pcw-chart, #pcw-widget-builder .pcw-card.pcw-chart2, #pcw-widget-builder .pcw-card.pcw-chart3, #pcw-widget-builder .pcw-card.pcw-chart4, #pcw-widget-builder .pcw-card.pcw-chart5, #pcw-widget-builder .pcw-card.pcw-chart6 {
      max-width: 350px; }
  #pcw-widget-builder .pcw > .pcw-chart.pcw-basic {
    height: 300px; }
  #pcw-widget-builder .pcw > .pcw-chart.pcw-multi-period > .pcw-chart {
    height: 300px; }
  #pcw-widget-builder .pcw-accordion {
    max-width: 500px; }
  #pcw-widget-builder .pcw-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
  #pcw-widget-builder #pcw-shortcode {
    width: 80%; }
  #pcw-widget-builder .select2-selection__rendered {
    max-height: 150px;
    overflow-y: auto; }

.goog-tooltip {
  z-index: 10; }

.google-visualization-tooltip-item-list {
  padding: 1em !important;
  margin: 0 !important;
  min-width: 18em !important; }
  .google-visualization-tooltip-item-list .google-visualization-tooltip-item {
    padding: 0 !important;
    line-height: 1em !important; }

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 5px !important; }
  .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
    list-style: none !important;
    padding: 0 5px !important;
    line-height: 1em !important; }

.select2-results__options .select2-results__option div > * {
  vertical-align: middle; }

.select2-results__options .select2-results__option div img {
  height: 1em;
  padding-right: 0.5em; }

.select2-results__options .select2-results__option div span:last-child {
  font-size: 0.9em;
  float: right; }

/**
 * WIDGETS STYLES
 */
.pcw-accordion.pcw-chart {
  /*COLOR THEMES*/ }
  .pcw-accordion.pcw-chart .pcw-accordion-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    margin-bottom: 0.45em; }
    .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-header {
      padding: 0.5em; }
    .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body > .pcw-flex {
      padding-bottom: 1em; }
      .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:first-child {
        padding: 0.5em 0.5em 0 0.5em; }
      .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:last-child {
        text-align: right;
        padding: 0.5em 0.5em 0 0.5em; }
    .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body .pcw-field-price, .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body .pcw-field-change-pct-24h, .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body .fas {
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.5em;
      vertical-align: middle; }
    .pcw-accordion.pcw-chart .pcw-accordion-container .pcw-accordion-body .pcw-sign {
      color: #929292;
      font-size: 1.5em;
      vertical-align: middle; }
  .pcw-accordion.pcw-chart.pcw-red .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95);
    box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95); }
    .pcw-accordion.pcw-chart.pcw-red .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #DB2828;
      -moz-box-shadow: 0 0 3px 0 #DB2828;
      box-shadow: 0 0 3px 0 #DB2828; }
  .pcw-accordion.pcw-chart.pcw-maroon .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95);
    box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95); }
    .pcw-accordion.pcw-chart.pcw-maroon .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #85144b;
      -moz-box-shadow: 0 0 3px 0 #85144b;
      box-shadow: 0 0 3px 0 #85144b; }
  .pcw-accordion.pcw-chart.pcw-orange .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95);
    box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95); }
    .pcw-accordion.pcw-chart.pcw-orange .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #F2711C;
      -moz-box-shadow: 0 0 3px 0 #F2711C;
      box-shadow: 0 0 3px 0 #F2711C; }
  .pcw-accordion.pcw-chart.pcw-yellow .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95);
    box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95); }
    .pcw-accordion.pcw-chart.pcw-yellow .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #FBBD08;
      -moz-box-shadow: 0 0 3px 0 #FBBD08;
      box-shadow: 0 0 3px 0 #FBBD08; }
  .pcw-accordion.pcw-chart.pcw-olive .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95);
    box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95); }
    .pcw-accordion.pcw-chart.pcw-olive .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #B5CC18;
      -moz-box-shadow: 0 0 3px 0 #B5CC18;
      box-shadow: 0 0 3px 0 #B5CC18; }
  .pcw-accordion.pcw-chart.pcw-green .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95);
    box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95); }
    .pcw-accordion.pcw-chart.pcw-green .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #21BA45;
      -moz-box-shadow: 0 0 3px 0 #21BA45;
      box-shadow: 0 0 3px 0 #21BA45; }
  .pcw-accordion.pcw-chart.pcw-teal .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95); }
    .pcw-accordion.pcw-chart.pcw-teal .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #00B5AD;
      -moz-box-shadow: 0 0 3px 0 #00B5AD;
      box-shadow: 0 0 3px 0 #00B5AD; }
  .pcw-accordion.pcw-chart.pcw-blue .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95);
    box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95); }
    .pcw-accordion.pcw-chart.pcw-blue .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #2185D0;
      -moz-box-shadow: 0 0 3px 0 #2185D0;
      box-shadow: 0 0 3px 0 #2185D0; }
  .pcw-accordion.pcw-chart.pcw-aqua .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95);
    box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95); }
    .pcw-accordion.pcw-chart.pcw-aqua .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #7FDBFF;
      -moz-box-shadow: 0 0 3px 0 #7FDBFF;
      box-shadow: 0 0 3px 0 #7FDBFF; }
  .pcw-accordion.pcw-chart.pcw-navy .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95); }
    .pcw-accordion.pcw-chart.pcw-navy .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #001f3f;
      -moz-box-shadow: 0 0 3px 0 #001f3f;
      box-shadow: 0 0 3px 0 #001f3f; }
  .pcw-accordion.pcw-chart.pcw-purple .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95);
    box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95); }
    .pcw-accordion.pcw-chart.pcw-purple .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #A333C8;
      -moz-box-shadow: 0 0 3px 0 #A333C8;
      box-shadow: 0 0 3px 0 #A333C8; }
  .pcw-accordion.pcw-chart.pcw-violet .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95);
    box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95); }
    .pcw-accordion.pcw-chart.pcw-violet .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #6435C9;
      -moz-box-shadow: 0 0 3px 0 #6435C9;
      box-shadow: 0 0 3px 0 #6435C9; }
  .pcw-accordion.pcw-chart.pcw-pink .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95);
    box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95); }
    .pcw-accordion.pcw-chart.pcw-pink .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #E03997;
      -moz-box-shadow: 0 0 3px 0 #E03997;
      box-shadow: 0 0 3px 0 #E03997; }
  .pcw-accordion.pcw-chart.pcw-brown .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95);
    box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95); }
    .pcw-accordion.pcw-chart.pcw-brown .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #A5673F;
      -moz-box-shadow: 0 0 3px 0 #A5673F;
      box-shadow: 0 0 3px 0 #A5673F; }
  .pcw-accordion.pcw-chart.pcw-grey .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95);
    box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95); }
    .pcw-accordion.pcw-chart.pcw-grey .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #767676;
      -moz-box-shadow: 0 0 3px 0 #767676;
      box-shadow: 0 0 3px 0 #767676; }
  .pcw-accordion.pcw-chart.pcw-black .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95); }
    .pcw-accordion.pcw-chart.pcw-black .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #000;
      -moz-box-shadow: 0 0 3px 0 #000;
      box-shadow: 0 0 3px 0 #000; }
  .pcw-accordion.pcw-chart.pcw-white .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95); }
    .pcw-accordion.pcw-chart.pcw-white .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 3px 0 #fff;
      -moz-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff; }

.pcw-accordion.pcw-chart2 {
  color: #fff;
  /*COLOR THEMES*/ }
  .pcw-accordion.pcw-chart2 i.pcw-down, .pcw-accordion.pcw-chart2 i.pcw-up {
    color: #fff; }
  .pcw-accordion.pcw-chart2 .pcw-accordion-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    margin-bottom: 0.45em; }
    .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-header {
      padding: 0.5em; }
    .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body > .pcw-flex {
      padding-bottom: 1em; }
      .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:first-child {
        padding: 0.5em 0.5em 0 0.5em; }
      .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:last-child {
        text-align: right;
        padding: 0.5em 0.5em 0 0.5em; }
    .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body .pcw-field-price, .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body .pcw-field-change-pct-24h, .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body .fas {
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.5em;
      vertical-align: middle; }
    .pcw-accordion.pcw-chart2 .pcw-accordion-container .pcw-accordion-body .pcw-sign {
      font-size: 1.5em;
      vertical-align: middle; }
  .pcw-accordion.pcw-chart2.pcw-red .pcw-accordion-container {
    background: #DB2828; }
  .pcw-accordion.pcw-chart2.pcw-maroon .pcw-accordion-container {
    background: #85144b; }
  .pcw-accordion.pcw-chart2.pcw-orange .pcw-accordion-container {
    background: #F2711C; }
  .pcw-accordion.pcw-chart2.pcw-yellow .pcw-accordion-container {
    background: #FBBD08; }
  .pcw-accordion.pcw-chart2.pcw-olive .pcw-accordion-container {
    background: #B5CC18; }
  .pcw-accordion.pcw-chart2.pcw-green .pcw-accordion-container {
    background: #21BA45; }
  .pcw-accordion.pcw-chart2.pcw-teal .pcw-accordion-container {
    background: #00B5AD; }
  .pcw-accordion.pcw-chart2.pcw-blue .pcw-accordion-container {
    background: #2185D0; }
  .pcw-accordion.pcw-chart2.pcw-aqua .pcw-accordion-container {
    background: #7FDBFF; }
  .pcw-accordion.pcw-chart2.pcw-navy .pcw-accordion-container {
    background: #001f3f; }
  .pcw-accordion.pcw-chart2.pcw-purple .pcw-accordion-container {
    background: #A333C8; }
  .pcw-accordion.pcw-chart2.pcw-violet .pcw-accordion-container {
    background: #6435C9; }
  .pcw-accordion.pcw-chart2.pcw-pink .pcw-accordion-container {
    background: #E03997; }
  .pcw-accordion.pcw-chart2.pcw-brown .pcw-accordion-container {
    background: #A5673F; }
  .pcw-accordion.pcw-chart2.pcw-grey .pcw-accordion-container {
    background: #767676; }
  .pcw-accordion.pcw-chart2.pcw-black .pcw-accordion-container {
    background: #000; }
  .pcw-accordion.pcw-chart2.pcw-white .pcw-accordion-container {
    background: #fff; }

.pcw-accordion.pcw-chart3 {
  /*COLOR THEMES*/ }
  .pcw-accordion.pcw-chart3 .pcw-accordion-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    background: #000;
    margin-bottom: 0.45em; }
    .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-header {
      padding: 0.5em; }
    .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body > .pcw-flex {
      padding-bottom: 1em; }
      .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:first-child {
        padding: 0.5em 0.5em 0 0.5em; }
      .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:last-child {
        text-align: right;
        padding: 0.5em 0.5em 0 0.5em; }
    .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body .pcw-field-price, .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body .pcw-field-change-pct-24h, .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body .fas {
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.5em;
      vertical-align: middle; }
    .pcw-accordion.pcw-chart3 .pcw-accordion-container .pcw-accordion-body .pcw-sign {
      font-size: 1.5em;
      vertical-align: middle; }
  .pcw-accordion.pcw-chart3.pcw-red {
    color: #DB2828; }
  .pcw-accordion.pcw-chart3.pcw-maroon {
    color: #85144b; }
  .pcw-accordion.pcw-chart3.pcw-orange {
    color: #F2711C; }
  .pcw-accordion.pcw-chart3.pcw-yellow {
    color: #FBBD08; }
  .pcw-accordion.pcw-chart3.pcw-olive {
    color: #B5CC18; }
  .pcw-accordion.pcw-chart3.pcw-green {
    color: #21BA45; }
  .pcw-accordion.pcw-chart3.pcw-teal {
    color: #00B5AD; }
  .pcw-accordion.pcw-chart3.pcw-blue {
    color: #2185D0; }
  .pcw-accordion.pcw-chart3.pcw-aqua {
    color: #7FDBFF; }
  .pcw-accordion.pcw-chart3.pcw-navy {
    color: #001f3f; }
  .pcw-accordion.pcw-chart3.pcw-purple {
    color: #A333C8; }
  .pcw-accordion.pcw-chart3.pcw-violet {
    color: #6435C9; }
  .pcw-accordion.pcw-chart3.pcw-pink {
    color: #E03997; }
  .pcw-accordion.pcw-chart3.pcw-brown {
    color: #A5673F; }
  .pcw-accordion.pcw-chart3.pcw-grey {
    color: #767676; }
  .pcw-accordion.pcw-chart3.pcw-black {
    color: #000; }
  .pcw-accordion.pcw-chart3.pcw-white {
    color: #fff; }

.pcw-accordion.pcw-chart4 .pcw-accordion-container {
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.45em; }
  .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-header {
    padding: 0.5em; }
  .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body > .pcw-flex {
    padding-bottom: 1em; }
    .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:first-child {
      padding: 0.5em 0.5em 0 0.5em; }
    .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body > .pcw-flex > div:last-child {
      text-align: right;
      padding: 0.5em 0.5em 0 0.5em; }
  .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body .pcw-field-price, .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body .pcw-field-change-pct-24h, .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body .fas {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    vertical-align: middle; }
  .pcw-accordion.pcw-chart4 .pcw-accordion-container .pcw-accordion-body .pcw-sign {
    color: #929292;
    font-size: 1.5em;
    vertical-align: middle; }

.pcw-accordion.pcw-info {
  /*COLOR THEMES*/ }
  .pcw-accordion.pcw-info .pcw-accordion-container {
    margin-bottom: 0.45em;
    padding: 0.5em; }
    .pcw-accordion.pcw-info .pcw-accordion-container .pcw-accordion-body {
      padding-top: 1em; }
      .pcw-accordion.pcw-info .pcw-accordion-container .pcw-accordion-body > div {
        padding: 0.5em 0; }
        .pcw-accordion.pcw-info .pcw-accordion-container .pcw-accordion-body > div:hover {
          font-weight: bold; }
  .pcw-accordion.pcw-info.pcw-red .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95);
    box-shadow: 0 0 1px 0 rgba(219, 40, 40, 0.95); }
    .pcw-accordion.pcw-info.pcw-red .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #DB2828;
      -moz-box-shadow: 0 0 0 1px #DB2828;
      box-shadow: 0 0 0 1px #DB2828; }
    .pcw-accordion.pcw-info.pcw-red .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #e66a6a; }
      .pcw-accordion.pcw-info.pcw-red .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-maroon .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95);
    box-shadow: 0 0 1px 0 rgba(133, 20, 75, 0.95); }
    .pcw-accordion.pcw-info.pcw-maroon .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #85144b;
      -moz-box-shadow: 0 0 0 1px #85144b;
      box-shadow: 0 0 0 1px #85144b; }
    .pcw-accordion.pcw-info.pcw-maroon .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #c81e71; }
      .pcw-accordion.pcw-info.pcw-maroon .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-orange .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95);
    box-shadow: 0 0 1px 0 rgba(242, 113, 28, 0.95); }
    .pcw-accordion.pcw-info.pcw-orange .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #F2711C;
      -moz-box-shadow: 0 0 0 1px #F2711C;
      box-shadow: 0 0 0 1px #F2711C; }
    .pcw-accordion.pcw-info.pcw-orange .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #f69e64; }
      .pcw-accordion.pcw-info.pcw-orange .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-yellow .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95);
    box-shadow: 0 0 1px 0 rgba(251, 189, 8, 0.95); }
    .pcw-accordion.pcw-info.pcw-yellow .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #FBBD08;
      -moz-box-shadow: 0 0 0 1px #FBBD08;
      box-shadow: 0 0 0 1px #FBBD08; }
    .pcw-accordion.pcw-info.pcw-yellow .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #fcd153; }
      .pcw-accordion.pcw-info.pcw-yellow .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-olive .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95);
    box-shadow: 0 0 1px 0 rgba(181, 204, 24, 0.95); }
    .pcw-accordion.pcw-info.pcw-olive .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #B5CC18;
      -moz-box-shadow: 0 0 0 1px #B5CC18;
      box-shadow: 0 0 0 1px #B5CC18; }
    .pcw-accordion.pcw-info.pcw-olive .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #d5e947; }
      .pcw-accordion.pcw-info.pcw-olive .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-green .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95);
    box-shadow: 0 0 1px 0 rgba(33, 186, 69, 0.95); }
    .pcw-accordion.pcw-info.pcw-green .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #21BA45;
      -moz-box-shadow: 0 0 0 1px #21BA45;
      box-shadow: 0 0 0 1px #21BA45; }
    .pcw-accordion.pcw-info.pcw-green .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #49df6c; }
      .pcw-accordion.pcw-info.pcw-green .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-teal .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 181, 173, 0.95); }
    .pcw-accordion.pcw-info.pcw-teal .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #00B5AD;
      -moz-box-shadow: 0 0 0 1px #00B5AD;
      box-shadow: 0 0 0 1px #00B5AD; }
    .pcw-accordion.pcw-info.pcw-teal .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #03fff4; }
      .pcw-accordion.pcw-info.pcw-teal .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-blue .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95);
    box-shadow: 0 0 1px 0 rgba(33, 133, 208, 0.95); }
    .pcw-accordion.pcw-info.pcw-blue .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #2185D0;
      -moz-box-shadow: 0 0 0 1px #2185D0;
      box-shadow: 0 0 0 1px #2185D0; }
    .pcw-accordion.pcw-info.pcw-blue .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #59a9e5; }
      .pcw-accordion.pcw-info.pcw-blue .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-aqua .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95);
    box-shadow: 0 0 1px 0 rgba(127, 219, 255, 0.95); }
    .pcw-accordion.pcw-info.pcw-aqua .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #7FDBFF;
      -moz-box-shadow: 0 0 0 1px #7FDBFF;
      box-shadow: 0 0 0 1px #7FDBFF; }
    .pcw-accordion.pcw-info.pcw-aqua .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #ccf1ff; }
      .pcw-accordion.pcw-info.pcw-aqua .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-navy .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 31, 63, 0.95); }
    .pcw-accordion.pcw-info.pcw-navy .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #001f3f;
      -moz-box-shadow: 0 0 0 1px #001f3f;
      box-shadow: 0 0 0 1px #001f3f; }
    .pcw-accordion.pcw-info.pcw-navy .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #00458c; }
      .pcw-accordion.pcw-info.pcw-navy .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-purple .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95);
    box-shadow: 0 0 1px 0 rgba(163, 51, 200, 0.95); }
    .pcw-accordion.pcw-info.pcw-purple .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #A333C8;
      -moz-box-shadow: 0 0 0 1px #A333C8;
      box-shadow: 0 0 0 1px #A333C8; }
    .pcw-accordion.pcw-info.pcw-purple .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #bf6eda; }
      .pcw-accordion.pcw-info.pcw-purple .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-violet .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95);
    box-shadow: 0 0 1px 0 rgba(100, 53, 201, 0.95); }
    .pcw-accordion.pcw-info.pcw-violet .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #6435C9;
      -moz-box-shadow: 0 0 0 1px #6435C9;
      box-shadow: 0 0 0 1px #6435C9; }
    .pcw-accordion.pcw-info.pcw-violet .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #9271da; }
      .pcw-accordion.pcw-info.pcw-violet .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-pink .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95);
    box-shadow: 0 0 1px 0 rgba(224, 57, 151, 0.95); }
    .pcw-accordion.pcw-info.pcw-pink .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #E03997;
      -moz-box-shadow: 0 0 0 1px #E03997;
      box-shadow: 0 0 0 1px #E03997; }
    .pcw-accordion.pcw-info.pcw-pink .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #ea7bba; }
      .pcw-accordion.pcw-info.pcw-pink .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-brown .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95);
    box-shadow: 0 0 1px 0 rgba(165, 103, 63, 0.95); }
    .pcw-accordion.pcw-info.pcw-brown .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #A5673F;
      -moz-box-shadow: 0 0 0 1px #A5673F;
      box-shadow: 0 0 0 1px #A5673F; }
    .pcw-accordion.pcw-info.pcw-brown .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #c68e6a; }
      .pcw-accordion.pcw-info.pcw-brown .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-grey .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95);
    box-shadow: 0 0 1px 0 rgba(118, 118, 118, 0.95); }
    .pcw-accordion.pcw-info.pcw-grey .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #767676;
      -moz-box-shadow: 0 0 0 1px #767676;
      box-shadow: 0 0 0 1px #767676; }
    .pcw-accordion.pcw-info.pcw-grey .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #9c9c9c; }
      .pcw-accordion.pcw-info.pcw-grey .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-black .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.95); }
    .pcw-accordion.pcw-info.pcw-black .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #000;
      -moz-box-shadow: 0 0 0 1px #000;
      box-shadow: 0 0 0 1px #000; }
    .pcw-accordion.pcw-info.pcw-black .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed #262626; }
      .pcw-accordion.pcw-info.pcw-black .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }
  .pcw-accordion.pcw-info.pcw-white .pcw-accordion-container {
    -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.95); }
    .pcw-accordion.pcw-info.pcw-white .pcw-accordion-container.pcw-accordion-container-expanded {
      -webkit-box-shadow: 0 0 0 1px #fff;
      -moz-box-shadow: 0 0 0 1px #fff;
      box-shadow: 0 0 0 1px #fff; }
    .pcw-accordion.pcw-info.pcw-white .pcw-accordion-container .pcw-accordion-body > div {
      border-bottom: 1px dashed white; }
      .pcw-accordion.pcw-info.pcw-white .pcw-accordion-container .pcw-accordion-body > div:last-child {
        border-bottom: none; }

.pcw-button-link.pcw-basic {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-basic:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-basic:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-basic.pcw-red {
    color: #DB2828;
    background-color: #fff;
    border: 1px solid #DB2828; }
    .pcw-button-link.pcw-basic.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-basic.pcw-maroon {
    color: #85144b;
    background-color: #fff;
    border: 1px solid #85144b; }
    .pcw-button-link.pcw-basic.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-basic.pcw-orange {
    color: #F2711C;
    background-color: #fff;
    border: 1px solid #F2711C; }
    .pcw-button-link.pcw-basic.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-basic.pcw-yellow {
    color: #FBBD08;
    background-color: #fff;
    border: 1px solid #FBBD08; }
    .pcw-button-link.pcw-basic.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-basic.pcw-olive {
    color: #B5CC18;
    background-color: #fff;
    border: 1px solid #B5CC18; }
    .pcw-button-link.pcw-basic.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-basic.pcw-green {
    color: #21BA45;
    background-color: #fff;
    border: 1px solid #21BA45; }
    .pcw-button-link.pcw-basic.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-basic.pcw-teal {
    color: #00B5AD;
    background-color: #fff;
    border: 1px solid #00B5AD; }
    .pcw-button-link.pcw-basic.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-basic.pcw-blue {
    color: #2185D0;
    background-color: #fff;
    border: 1px solid #2185D0; }
    .pcw-button-link.pcw-basic.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-basic.pcw-aqua {
    color: #7FDBFF;
    background-color: #fff;
    border: 1px solid #7FDBFF; }
    .pcw-button-link.pcw-basic.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-basic.pcw-navy {
    color: #001f3f;
    background-color: #fff;
    border: 1px solid #001f3f; }
    .pcw-button-link.pcw-basic.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-basic.pcw-purple {
    color: #A333C8;
    background-color: #fff;
    border: 1px solid #A333C8; }
    .pcw-button-link.pcw-basic.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-basic.pcw-violet {
    color: #6435C9;
    background-color: #fff;
    border: 1px solid #6435C9; }
    .pcw-button-link.pcw-basic.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-basic.pcw-pink {
    color: #E03997;
    background-color: #fff;
    border: 1px solid #E03997; }
    .pcw-button-link.pcw-basic.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-basic.pcw-brown {
    color: #A5673F;
    background-color: #fff;
    border: 1px solid #A5673F; }
    .pcw-button-link.pcw-basic.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-basic.pcw-grey {
    color: #767676;
    background-color: #fff;
    border: 1px solid #767676; }
    .pcw-button-link.pcw-basic.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-basic.pcw-black {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .pcw-button-link.pcw-basic.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-basic.pcw-white {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff; }
    .pcw-button-link.pcw-basic.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-color {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-color:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-color:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-color.pcw-red {
    color: #fff;
    background-color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-button-link.pcw-color.pcw-red:hover {
      background-color: #c82121; }
    .pcw-button-link.pcw-color.pcw-red:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-color.pcw-maroon {
    color: #fff;
    background-color: #85144b;
    border: 1px solid #85144b; }
    .pcw-button-link.pcw-color.pcw-maroon:hover {
      background-color: #6f113f; }
    .pcw-button-link.pcw-color.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-color.pcw-orange {
    color: #fff;
    background-color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-button-link.pcw-color.pcw-orange:hover {
      background-color: #e7640d; }
    .pcw-button-link.pcw-color.pcw-orange:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-color.pcw-yellow {
    color: #fff;
    background-color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-button-link.pcw-color.pcw-yellow:hover {
      background-color: #e6ac04; }
    .pcw-button-link.pcw-color.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-color.pcw-olive {
    color: #fff;
    background-color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-button-link.pcw-color.pcw-olive:hover {
      background-color: #a1b515; }
    .pcw-button-link.pcw-color.pcw-olive:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-color.pcw-green {
    color: #fff;
    background-color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-button-link.pcw-color.pcw-green:hover {
      background-color: #1da43d; }
    .pcw-button-link.pcw-color.pcw-green:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-color.pcw-teal {
    color: #fff;
    background-color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-button-link.pcw-color.pcw-teal:hover {
      background-color: #009c95; }
    .pcw-button-link.pcw-color.pcw-teal:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-color.pcw-blue {
    color: #fff;
    background-color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-button-link.pcw-color.pcw-blue:hover {
      background-color: #1e77ba; }
    .pcw-button-link.pcw-color.pcw-blue:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-color.pcw-aqua {
    color: #fff;
    background-color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-button-link.pcw-color.pcw-aqua:hover {
      background-color: #66d4ff; }
    .pcw-button-link.pcw-color.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2rem rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-color.pcw-navy {
    color: #fff;
    background-color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-button-link.pcw-color.pcw-navy:hover {
      background-color: #001226; }
    .pcw-button-link.pcw-color.pcw-navy:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-color.pcw-purple {
    color: #fff;
    background-color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-button-link.pcw-color.pcw-purple:hover {
      background-color: #922eb4; }
    .pcw-button-link.pcw-color.pcw-purple:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-color.pcw-violet {
    color: #fff;
    background-color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-button-link.pcw-color.pcw-violet:hover {
      background-color: #5a30b5; }
    .pcw-button-link.pcw-color.pcw-violet:focus {
      box-shadow: 0 0 0 0.2rem rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-color.pcw-pink {
    color: #fff;
    background-color: #E03997;
    border: 1px solid #E03997; }
    .pcw-button-link.pcw-color.pcw-pink:hover {
      background-color: #dd238b; }
    .pcw-button-link.pcw-color.pcw-pink:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-color.pcw-brown {
    color: #fff;
    background-color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-button-link.pcw-color.pcw-brown:hover {
      background-color: #935b38; }
    .pcw-button-link.pcw-color.pcw-brown:focus {
      box-shadow: 0 0 0 0.2rem rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-color.pcw-grey {
    color: #fff;
    background-color: #767676;
    border: 1px solid #767676; }
    .pcw-button-link.pcw-color.pcw-grey:hover {
      background-color: dimgray; }
    .pcw-button-link.pcw-color.pcw-grey:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-color.pcw-black {
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }
    .pcw-button-link.pcw-color.pcw-black:hover {
      background-color: black; }
    .pcw-button-link.pcw-color.pcw-black:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-color.pcw-white {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff; }
    .pcw-button-link.pcw-color.pcw-white:hover {
      background-color: #f2f2f2; }
    .pcw-button-link.pcw-color.pcw-white:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-color2 {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-color2:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-color2:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-color2.pcw-red {
    color: #f5c1c1;
    background-color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-button-link.pcw-color2.pcw-red:hover {
      background-color: #c82121; }
    .pcw-button-link.pcw-color2.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-color2.pcw-maroon {
    color: #e864a4;
    background-color: #85144b;
    border: 1px solid #85144b; }
    .pcw-button-link.pcw-color2.pcw-maroon:hover {
      background-color: #6f113f; }
    .pcw-button-link.pcw-color2.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-color2.pcw-orange {
    color: #fcdbc5;
    background-color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-button-link.pcw-color2.pcw-orange:hover {
      background-color: #e7640d; }
    .pcw-button-link.pcw-color2.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-color2.pcw-yellow {
    color: #feecb8;
    background-color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-button-link.pcw-color2.pcw-yellow:hover {
      background-color: #e6ac04; }
    .pcw-button-link.pcw-color2.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-color2.pcw-olive {
    color: #eaf4a2;
    background-color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-button-link.pcw-color2.pcw-olive:hover {
      background-color: #a1b515; }
    .pcw-button-link.pcw-color2.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-color2.pcw-green {
    color: #9feeb2;
    background-color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-button-link.pcw-color2.pcw-green:hover {
      background-color: #1da43d; }
    .pcw-button-link.pcw-color2.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-color2.pcw-teal {
    color: #69fff8;
    background-color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-button-link.pcw-color2.pcw-teal:hover {
      background-color: #009c95; }
    .pcw-button-link.pcw-color2.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-color2.pcw-blue {
    color: #b1d6f3;
    background-color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-button-link.pcw-color2.pcw-blue:hover {
      background-color: #1e77ba; }
    .pcw-button-link.pcw-color2.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-color2.pcw-aqua {
    color: white;
    background-color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-button-link.pcw-color2.pcw-aqua:hover {
      background-color: #66d4ff; }
    .pcw-button-link.pcw-color2.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-color2.pcw-navy {
    color: #0077f2;
    background-color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-button-link.pcw-color2.pcw-navy:hover {
      background-color: #001226; }
    .pcw-button-link.pcw-color2.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-color2.pcw-purple {
    color: #e3bfef;
    background-color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-button-link.pcw-color2.pcw-purple:hover {
      background-color: #922eb4; }
    .pcw-button-link.pcw-color2.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-color2.pcw-violet {
    color: #d0c2ef;
    background-color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-button-link.pcw-color2.pcw-violet:hover {
      background-color: #5a30b5; }
    .pcw-button-link.pcw-color2.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-color2.pcw-pink {
    color: #f8d3e8;
    background-color: #E03997;
    border: 1px solid #E03997; }
    .pcw-button-link.pcw-color2.pcw-pink:hover {
      background-color: #dd238b; }
    .pcw-button-link.pcw-color2.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-color2.pcw-brown {
    color: #e2c6b4;
    background-color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-button-link.pcw-color2.pcw-brown:hover {
      background-color: #935b38; }
    .pcw-button-link.pcw-color2.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-color2.pcw-grey {
    color: #cfcfcf;
    background-color: #767676;
    border: 1px solid #767676; }
    .pcw-button-link.pcw-color2.pcw-grey:hover {
      background-color: dimgray; }
    .pcw-button-link.pcw-color2.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-color2.pcw-black {
    color: #595959;
    background-color: #000;
    border: 1px solid #000; }
    .pcw-button-link.pcw-color2.pcw-black:hover {
      background-color: black; }
    .pcw-button-link.pcw-color2.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-color2.pcw-white {
    color: white;
    background-color: #fff;
    border: 1px solid #fff; }
    .pcw-button-link.pcw-color2.pcw-white:hover {
      background-color: #f2f2f2; }
    .pcw-button-link.pcw-color2.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-gradient {
  width: auto;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  color: #fff;
  margin: 0;
  padding: 0.8571em 1.284em 0.8571em;
  text-transform: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429em;
  user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-gradient:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-gradient:focus {
    text-decoration: none; }
  .pcw-button-link.pcw-gradient.pcw-red {
    background: #e25454 linear-gradient(#DB2828, #ed9595);
    box-shadow: 0px 0px 0px 1px #DB2828 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-red:hover {
      background: #DB2828 linear-gradient(#DB2828, #e66a6a); }
  .pcw-button-link.pcw-gradient.pcw-maroon {
    background: #b11b64 linear-gradient(#85144b, #e1388a);
    box-shadow: 0px 0px 0px 1px #85144b inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-maroon:hover {
      background: #85144b linear-gradient(#85144b, #c81e71); }
  .pcw-button-link.pcw-gradient.pcw-orange {
    background: #f58f4c linear-gradient(#F2711C, #f9bc95);
    box-shadow: 0px 0px 0px 1px #F2711C inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-orange:hover {
      background: #F2711C linear-gradient(#F2711C, #f69e64); }
  .pcw-button-link.pcw-gradient.pcw-yellow {
    background: #fcca3a linear-gradient(#FBBD08, #fddf85);
    box-shadow: 0px 0px 0px 1px #FBBD08 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-yellow:hover {
      background: #FBBD08 linear-gradient(#FBBD08, #fcd153); }
  .pcw-button-link.pcw-gradient.pcw-olive {
    background: #cfe730 linear-gradient(#B5CC18, #dfef75);
    box-shadow: 0px 0px 0px 1px #B5CC18 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-olive:hover {
      background: #B5CC18 linear-gradient(#B5CC18, #d5e947); }
  .pcw-button-link.pcw-gradient.pcw-green {
    background: #33db5b linear-gradient(#21BA45, #74e68f);
    box-shadow: 0px 0px 0px 1px #21BA45 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-green:hover {
      background: #21BA45 linear-gradient(#21BA45, #49df6c); }
  .pcw-button-link.pcw-gradient.pcw-teal {
    background: #00e8de linear-gradient(#00B5AD, #36fff6);
    box-shadow: 0px 0px 0px 1px #00B5AD inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-teal:hover {
      background: #00B5AD linear-gradient(#00B5AD, #03fff4); }
  .pcw-button-link.pcw-gradient.pcw-blue {
    background: #439de1 linear-gradient(#2185D0, #85c0ec);
    box-shadow: 0px 0px 0px 1px #2185D0 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-blue:hover {
      background: #2185D0 linear-gradient(#2185D0, #59a9e5); }
  .pcw-button-link.pcw-gradient.pcw-aqua {
    background: #b2e9ff linear-gradient(#7FDBFF, white);
    box-shadow: 0px 0px 0px 1px #7FDBFF inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-aqua:hover {
      background: #7FDBFF linear-gradient(#7FDBFF, #ccf1ff); }
  .pcw-button-link.pcw-gradient.pcw-navy {
    background: #003872 linear-gradient(#001f3f, #005ebf);
    box-shadow: 0px 0px 0px 1px #001f3f inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-navy:hover {
      background: #001f3f linear-gradient(#001f3f, #00458c); }
  .pcw-button-link.pcw-gradient.pcw-purple {
    background: #b659d5 linear-gradient(#A333C8, #d196e4);
    box-shadow: 0px 0px 0px 1px #A333C8 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-purple:hover {
      background: #A333C8 linear-gradient(#A333C8, #bf6eda); }
  .pcw-button-link.pcw-gradient.pcw-violet {
    background: #835dd4 linear-gradient(#6435C9, #b199e4);
    box-shadow: 0px 0px 0px 1px #6435C9 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-violet:hover {
      background: #6435C9 linear-gradient(#6435C9, #9271da); }
  .pcw-button-link.pcw-gradient.pcw-pink {
    background: #e765ae linear-gradient(#E03997, #f1a7d1);
    box-shadow: 0px 0px 0px 1px #E03997 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-pink:hover {
      background: #E03997 linear-gradient(#E03997, #ea7bba); }
  .pcw-button-link.pcw-gradient.pcw-brown {
    background: #bf8058 linear-gradient(#A5673F, #d4aa8f);
    box-shadow: 0px 0px 0px 1px #A5673F inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-brown:hover {
      background: #A5673F linear-gradient(#A5673F, #c68e6a); }
  .pcw-button-link.pcw-gradient.pcw-grey {
    background: #909090 linear-gradient(#767676, #b6b6b6);
    box-shadow: 0px 0px 0px 1px #767676 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-grey:hover {
      background: #767676 linear-gradient(#767676, #9c9c9c); }
  .pcw-button-link.pcw-gradient.pcw-black {
    background: #1a1a1a linear-gradient(#000, #404040);
    box-shadow: 0px 0px 0px 1px #000 inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-black:hover {
      background: #000 linear-gradient(#000, #262626); }
  .pcw-button-link.pcw-gradient.pcw-white {
    background: white linear-gradient(#fff, white);
    box-shadow: 0px 0px 0px 1px #fff inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; }
    .pcw-button-link.pcw-gradient.pcw-white:hover {
      background: #fff linear-gradient(#fff, white); }

.pcw-button-link.pcw-inverted-black {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  background-color: #000;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-inverted-black:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-inverted-black:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-inverted-black.pcw-red {
    color: #df3e3e;
    border: 2px solid #df3e3e; }
    .pcw-button-link.pcw-inverted-black.pcw-red:hover {
      color: #fff;
      background-color: #DB2828; }
    .pcw-button-link.pcw-inverted-black.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-maroon {
    color: #9b1758;
    border: 2px solid #9b1758; }
    .pcw-button-link.pcw-inverted-black.pcw-maroon:hover {
      color: #fff;
      background-color: #85144b; }
    .pcw-button-link.pcw-inverted-black.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-orange {
    color: #f38034;
    border: 2px solid #f38034; }
    .pcw-button-link.pcw-inverted-black.pcw-orange:hover {
      color: #fff;
      background-color: #F2711C; }
    .pcw-button-link.pcw-inverted-black.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-yellow {
    color: #fbc421;
    border: 2px solid #fbc421; }
    .pcw-button-link.pcw-inverted-black.pcw-yellow:hover {
      color: #fff;
      background-color: #FBBD08; }
    .pcw-button-link.pcw-inverted-black.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-olive {
    color: #c9e31b;
    border: 2px solid #c9e31b; }
    .pcw-button-link.pcw-inverted-black.pcw-olive:hover {
      color: #fff;
      background-color: #B5CC18; }
    .pcw-button-link.pcw-inverted-black.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-green {
    color: #25d04d;
    border: 2px solid #25d04d; }
    .pcw-button-link.pcw-inverted-black.pcw-green:hover {
      color: #fff;
      background-color: #21BA45; }
    .pcw-button-link.pcw-inverted-black.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-teal {
    color: #00cfc5;
    border: 2px solid #00cfc5; }
    .pcw-button-link.pcw-inverted-black.pcw-teal:hover {
      color: #fff;
      background-color: #00B5AD; }
    .pcw-button-link.pcw-inverted-black.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-blue {
    color: #2d92de;
    border: 2px solid #2d92de; }
    .pcw-button-link.pcw-inverted-black.pcw-blue:hover {
      color: #fff;
      background-color: #2185D0; }
    .pcw-button-link.pcw-inverted-black.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-aqua {
    color: #99e2ff;
    border: 2px solid #99e2ff; }
    .pcw-button-link.pcw-inverted-black.pcw-aqua:hover {
      color: #fff;
      background-color: #7FDBFF; }
    .pcw-button-link.pcw-inverted-black.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-navy {
    color: #002c59;
    border: 2px solid #002c59; }
    .pcw-button-link.pcw-inverted-black.pcw-navy:hover {
      color: #fff;
      background-color: #001f3f; }
    .pcw-button-link.pcw-inverted-black.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-purple {
    color: #ad45d0;
    border: 2px solid #ad45d0; }
    .pcw-button-link.pcw-inverted-black.pcw-purple:hover {
      color: #fff;
      background-color: #A333C8; }
    .pcw-button-link.pcw-inverted-black.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-violet {
    color: #7349cf;
    border: 2px solid #7349cf; }
    .pcw-button-link.pcw-inverted-black.pcw-violet:hover {
      color: #fff;
      background-color: #6435C9; }
    .pcw-button-link.pcw-inverted-black.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-pink {
    color: #e34fa3;
    border: 2px solid #e34fa3; }
    .pcw-button-link.pcw-inverted-black.pcw-pink:hover {
      color: #fff;
      background-color: #E03997; }
    .pcw-button-link.pcw-inverted-black.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-brown {
    color: #b77346;
    border: 2px solid #b77346; }
    .pcw-button-link.pcw-inverted-black.pcw-brown:hover {
      color: #fff;
      background-color: #A5673F; }
    .pcw-button-link.pcw-inverted-black.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-grey {
    color: #838383;
    border: 2px solid #838383; }
    .pcw-button-link.pcw-inverted-black.pcw-grey:hover {
      color: #fff;
      background-color: #767676; }
    .pcw-button-link.pcw-inverted-black.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-black {
    color: #fff;
    border: 2px solid #0d0d0d; }
    .pcw-button-link.pcw-inverted-black.pcw-black:hover {
      color: #000;
      background-color: #fff; }
    .pcw-button-link.pcw-inverted-black.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-inverted-black.pcw-white {
    color: white;
    border: 2px solid white; }
    .pcw-button-link.pcw-inverted-black.pcw-white:hover {
      color: #fff;
      background-color: #fff; }
    .pcw-button-link.pcw-inverted-black.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-inverted-black2 {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  background-color: #000;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-inverted-black2:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-inverted-black2:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-inverted-black2.pcw-red {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-red:hover {
      color: #df3e3e;
      border: 2px solid #df3e3e; }
    .pcw-button-link.pcw-inverted-black2.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-maroon {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-maroon:hover {
      color: #9b1758;
      border: 2px solid #9b1758; }
    .pcw-button-link.pcw-inverted-black2.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-orange {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-orange:hover {
      color: #f38034;
      border: 2px solid #f38034; }
    .pcw-button-link.pcw-inverted-black2.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-yellow {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-yellow:hover {
      color: #fbc421;
      border: 2px solid #fbc421; }
    .pcw-button-link.pcw-inverted-black2.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-olive {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-olive:hover {
      color: #c9e31b;
      border: 2px solid #c9e31b; }
    .pcw-button-link.pcw-inverted-black2.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-green {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-green:hover {
      color: #25d04d;
      border: 2px solid #25d04d; }
    .pcw-button-link.pcw-inverted-black2.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-teal {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-teal:hover {
      color: #00cfc5;
      border: 2px solid #00cfc5; }
    .pcw-button-link.pcw-inverted-black2.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-blue {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-blue:hover {
      color: #2d92de;
      border: 2px solid #2d92de; }
    .pcw-button-link.pcw-inverted-black2.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-aqua {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-aqua:hover {
      color: #99e2ff;
      border: 2px solid #99e2ff; }
    .pcw-button-link.pcw-inverted-black2.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-navy {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-navy:hover {
      color: #002c59;
      border: 2px solid #002c59; }
    .pcw-button-link.pcw-inverted-black2.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-purple {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-purple:hover {
      color: #ad45d0;
      border: 2px solid #ad45d0; }
    .pcw-button-link.pcw-inverted-black2.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-violet {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-violet:hover {
      color: #7349cf;
      border: 2px solid #7349cf; }
    .pcw-button-link.pcw-inverted-black2.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-pink {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-pink:hover {
      color: #e34fa3;
      border: 2px solid #e34fa3; }
    .pcw-button-link.pcw-inverted-black2.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-brown {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-brown:hover {
      color: #b77346;
      border: 2px solid #b77346; }
    .pcw-button-link.pcw-inverted-black2.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-grey {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-grey:hover {
      color: #838383;
      border: 2px solid #838383; }
    .pcw-button-link.pcw-inverted-black2.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-black {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-black:hover {
      color: #0d0d0d;
      border: 2px solid #0d0d0d; }
    .pcw-button-link.pcw-inverted-black2.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-inverted-black2.pcw-white {
    color: #fff;
    border: 2px solid #9c9c9c; }
    .pcw-button-link.pcw-inverted-black2.pcw-white:hover {
      color: white;
      border: 2px solid white; }
    .pcw-button-link.pcw-inverted-black2.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-inverted {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-inverted:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-inverted:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-inverted.pcw-red {
    color: #DB2828;
    background-color: #fff;
    border: 1px solid #DB2828; }
    .pcw-button-link.pcw-inverted.pcw-red:hover {
      color: #fff;
      background-color: #DB2828; }
    .pcw-button-link.pcw-inverted.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-maroon {
    color: #85144b;
    background-color: #fff;
    border: 1px solid #85144b; }
    .pcw-button-link.pcw-inverted.pcw-maroon:hover {
      color: #fff;
      background-color: #85144b; }
    .pcw-button-link.pcw-inverted.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-orange {
    color: #F2711C;
    background-color: #fff;
    border: 1px solid #F2711C; }
    .pcw-button-link.pcw-inverted.pcw-orange:hover {
      color: #fff;
      background-color: #F2711C; }
    .pcw-button-link.pcw-inverted.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-yellow {
    color: #FBBD08;
    background-color: #fff;
    border: 1px solid #FBBD08; }
    .pcw-button-link.pcw-inverted.pcw-yellow:hover {
      color: #fff;
      background-color: #FBBD08; }
    .pcw-button-link.pcw-inverted.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-olive {
    color: #B5CC18;
    background-color: #fff;
    border: 1px solid #B5CC18; }
    .pcw-button-link.pcw-inverted.pcw-olive:hover {
      color: #fff;
      background-color: #B5CC18; }
    .pcw-button-link.pcw-inverted.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-green {
    color: #21BA45;
    background-color: #fff;
    border: 1px solid #21BA45; }
    .pcw-button-link.pcw-inverted.pcw-green:hover {
      color: #fff;
      background-color: #21BA45; }
    .pcw-button-link.pcw-inverted.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-teal {
    color: #00B5AD;
    background-color: #fff;
    border: 1px solid #00B5AD; }
    .pcw-button-link.pcw-inverted.pcw-teal:hover {
      color: #fff;
      background-color: #00B5AD; }
    .pcw-button-link.pcw-inverted.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-blue {
    color: #2185D0;
    background-color: #fff;
    border: 1px solid #2185D0; }
    .pcw-button-link.pcw-inverted.pcw-blue:hover {
      color: #fff;
      background-color: #2185D0; }
    .pcw-button-link.pcw-inverted.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-aqua {
    color: #7FDBFF;
    background-color: #fff;
    border: 1px solid #7FDBFF; }
    .pcw-button-link.pcw-inverted.pcw-aqua:hover {
      color: #fff;
      background-color: #7FDBFF; }
    .pcw-button-link.pcw-inverted.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-navy {
    color: #001f3f;
    background-color: #fff;
    border: 1px solid #001f3f; }
    .pcw-button-link.pcw-inverted.pcw-navy:hover {
      color: #fff;
      background-color: #001f3f; }
    .pcw-button-link.pcw-inverted.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-purple {
    color: #A333C8;
    background-color: #fff;
    border: 1px solid #A333C8; }
    .pcw-button-link.pcw-inverted.pcw-purple:hover {
      color: #fff;
      background-color: #A333C8; }
    .pcw-button-link.pcw-inverted.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-violet {
    color: #6435C9;
    background-color: #fff;
    border: 1px solid #6435C9; }
    .pcw-button-link.pcw-inverted.pcw-violet:hover {
      color: #fff;
      background-color: #6435C9; }
    .pcw-button-link.pcw-inverted.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-pink {
    color: #E03997;
    background-color: #fff;
    border: 1px solid #E03997; }
    .pcw-button-link.pcw-inverted.pcw-pink:hover {
      color: #fff;
      background-color: #E03997; }
    .pcw-button-link.pcw-inverted.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-brown {
    color: #A5673F;
    background-color: #fff;
    border: 1px solid #A5673F; }
    .pcw-button-link.pcw-inverted.pcw-brown:hover {
      color: #fff;
      background-color: #A5673F; }
    .pcw-button-link.pcw-inverted.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-grey {
    color: #767676;
    background-color: #fff;
    border: 1px solid #767676; }
    .pcw-button-link.pcw-inverted.pcw-grey:hover {
      color: #fff;
      background-color: #767676; }
    .pcw-button-link.pcw-inverted.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-black {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .pcw-button-link.pcw-inverted.pcw-black:hover {
      color: #fff;
      background-color: #000; }
    .pcw-button-link.pcw-inverted.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-inverted.pcw-white {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff; }
    .pcw-button-link.pcw-inverted.pcw-white:hover {
      color: #fff;
      background-color: #fff; }
    .pcw-button-link.pcw-inverted.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-button-link.pcw-rounded {
  width: auto;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0.6em 0.75em;
  border-radius: 500em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  /*COLOR THEMES*/ }
  .pcw-button-link.pcw-rounded:hover {
    text-decoration: none; }
  .pcw-button-link.pcw-rounded:focus {
    outline: 0;
    text-decoration: none; }
  .pcw-button-link.pcw-rounded.pcw-red {
    color: #DB2828;
    background-color: #fff;
    border: 1px solid #DB2828; }
    .pcw-button-link.pcw-rounded.pcw-red:focus {
      box-shadow: 0 0 0 0.2em rgba(219, 40, 40, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-maroon {
    color: #85144b;
    background-color: #fff;
    border: 1px solid #85144b; }
    .pcw-button-link.pcw-rounded.pcw-maroon:focus {
      box-shadow: 0 0 0 0.2em rgba(133, 20, 75, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-orange {
    color: #F2711C;
    background-color: #fff;
    border: 1px solid #F2711C; }
    .pcw-button-link.pcw-rounded.pcw-orange:focus {
      box-shadow: 0 0 0 0.2em rgba(242, 113, 28, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-yellow {
    color: #FBBD08;
    background-color: #fff;
    border: 1px solid #FBBD08; }
    .pcw-button-link.pcw-rounded.pcw-yellow:focus {
      box-shadow: 0 0 0 0.2em rgba(251, 189, 8, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-olive {
    color: #B5CC18;
    background-color: #fff;
    border: 1px solid #B5CC18; }
    .pcw-button-link.pcw-rounded.pcw-olive:focus {
      box-shadow: 0 0 0 0.2em rgba(181, 204, 24, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-green {
    color: #21BA45;
    background-color: #fff;
    border: 1px solid #21BA45; }
    .pcw-button-link.pcw-rounded.pcw-green:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 186, 69, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-teal {
    color: #00B5AD;
    background-color: #fff;
    border: 1px solid #00B5AD; }
    .pcw-button-link.pcw-rounded.pcw-teal:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 181, 173, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-blue {
    color: #2185D0;
    background-color: #fff;
    border: 1px solid #2185D0; }
    .pcw-button-link.pcw-rounded.pcw-blue:focus {
      box-shadow: 0 0 0 0.2em rgba(33, 133, 208, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-aqua {
    color: #7FDBFF;
    background-color: #fff;
    border: 1px solid #7FDBFF; }
    .pcw-button-link.pcw-rounded.pcw-aqua:focus {
      box-shadow: 0 0 0 0.2em rgba(127, 219, 255, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-navy {
    color: #001f3f;
    background-color: #fff;
    border: 1px solid #001f3f; }
    .pcw-button-link.pcw-rounded.pcw-navy:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 31, 63, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-purple {
    color: #A333C8;
    background-color: #fff;
    border: 1px solid #A333C8; }
    .pcw-button-link.pcw-rounded.pcw-purple:focus {
      box-shadow: 0 0 0 0.2em rgba(163, 51, 200, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-violet {
    color: #6435C9;
    background-color: #fff;
    border: 1px solid #6435C9; }
    .pcw-button-link.pcw-rounded.pcw-violet:focus {
      box-shadow: 0 0 0 0.2em rgba(100, 53, 201, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-pink {
    color: #E03997;
    background-color: #fff;
    border: 1px solid #E03997; }
    .pcw-button-link.pcw-rounded.pcw-pink:focus {
      box-shadow: 0 0 0 0.2em rgba(224, 57, 151, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-brown {
    color: #A5673F;
    background-color: #fff;
    border: 1px solid #A5673F; }
    .pcw-button-link.pcw-rounded.pcw-brown:focus {
      box-shadow: 0 0 0 0.2em rgba(165, 103, 63, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-grey {
    color: #767676;
    background-color: #fff;
    border: 1px solid #767676; }
    .pcw-button-link.pcw-rounded.pcw-grey:focus {
      box-shadow: 0 0 0 0.2em rgba(118, 118, 118, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-black {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .pcw-button-link.pcw-rounded.pcw-black:focus {
      box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5); }
  .pcw-button-link.pcw-rounded.pcw-white {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff; }
    .pcw-button-link.pcw-rounded.pcw-white:focus {
      box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

.pcw-calculator.pcw-basic input {
  width: 140px;
  text-align: center; }

.pcw-calculator.pcw-basic .select2-container {
  width: 200px !important; }

.pcw-calculator.pcw-basic2 > .pcw-flex {
  justify-content: flex-start; }
  .pcw-calculator.pcw-basic2 > .pcw-flex > div > div {
    padding: 0.25em; }

.pcw-calculator.pcw-basic2 input {
  width: 100%;
  text-align: center; }

.pcw-calculator.pcw-basic2 .select2-container {
  width: 100% !important; }

.pcw-calculator.pcw-color-border {
  /*COLOR THEMES*/ }
  .pcw-calculator.pcw-color-border > .pcw-flex {
    justify-content: flex-start; }
    .pcw-calculator.pcw-color-border > .pcw-flex > div > div {
      padding: 0.25em; }
  .pcw-calculator.pcw-color-border input {
    width: 100%;
    text-align: center; }
  .pcw-calculator.pcw-color-border .select2-container {
    width: 100% !important; }
  .pcw-calculator.pcw-color-border.pcw-red input {
    border: 1px solid #DB2828;
    color: #b21e1e; }
    .pcw-calculator.pcw-color-border.pcw-red input:disabled {
      background: #f1abab; }
  .pcw-calculator.pcw-color-border.pcw-red .select2-selection, .pcw-calculator.pcw-color-border.pcw-red .select2-dropdown {
    border: 1px solid #DB2828; }
  .pcw-calculator.pcw-color-border.pcw-red .select2-selection__arrow b {
    border-color: #DB2828 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-red .select2-selection__rendered {
    color: #b21e1e !important; }
  .pcw-calculator.pcw-color-border.pcw-maroon input {
    border: 1px solid #85144b;
    color: #590d32; }
    .pcw-calculator.pcw-color-border.pcw-maroon input:disabled {
      background: #e44e97; }
  .pcw-calculator.pcw-color-border.pcw-maroon .select2-selection, .pcw-calculator.pcw-color-border.pcw-maroon .select2-dropdown {
    border: 1px solid #85144b; }
  .pcw-calculator.pcw-color-border.pcw-maroon .select2-selection__arrow b {
    border-color: #85144b transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-maroon .select2-selection__rendered {
    color: #590d32 !important; }
  .pcw-calculator.pcw-color-border.pcw-orange input {
    border: 1px solid #F2711C;
    color: #cf590c; }
    .pcw-calculator.pcw-color-border.pcw-orange input:disabled {
      background: #faccad; }
  .pcw-calculator.pcw-color-border.pcw-orange .select2-selection, .pcw-calculator.pcw-color-border.pcw-orange .select2-dropdown {
    border: 1px solid #F2711C; }
  .pcw-calculator.pcw-color-border.pcw-orange .select2-selection__arrow b {
    border-color: #F2711C transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-orange .select2-selection__rendered {
    color: #cf590c !important; }
  .pcw-calculator.pcw-color-border.pcw-yellow input {
    border: 1px solid #FBBD08;
    color: #cd9903; }
    .pcw-calculator.pcw-color-border.pcw-yellow input:disabled {
      background: #fde59f; }
  .pcw-calculator.pcw-color-border.pcw-yellow .select2-selection, .pcw-calculator.pcw-color-border.pcw-yellow .select2-dropdown {
    border: 1px solid #FBBD08; }
  .pcw-calculator.pcw-color-border.pcw-yellow .select2-selection__arrow b {
    border-color: #FBBD08 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-yellow .select2-selection__rendered {
    color: #cd9903 !important; }
  .pcw-calculator.pcw-color-border.pcw-olive input {
    border: 1px solid #B5CC18;
    color: #8d9e13; }
    .pcw-calculator.pcw-color-border.pcw-olive input:disabled {
      background: #e4f18c; }
  .pcw-calculator.pcw-color-border.pcw-olive .select2-selection, .pcw-calculator.pcw-color-border.pcw-olive .select2-dropdown {
    border: 1px solid #B5CC18; }
  .pcw-calculator.pcw-color-border.pcw-olive .select2-selection__arrow b {
    border-color: #B5CC18 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-olive .select2-selection__rendered {
    color: #8d9e13 !important; }
  .pcw-calculator.pcw-color-border.pcw-green input {
    border: 1px solid #21BA45;
    color: #198f35; }
    .pcw-calculator.pcw-color-border.pcw-green input:disabled {
      background: #8aeaa0; }
  .pcw-calculator.pcw-color-border.pcw-green .select2-selection, .pcw-calculator.pcw-color-border.pcw-green .select2-dropdown {
    border: 1px solid #21BA45; }
  .pcw-calculator.pcw-color-border.pcw-green .select2-selection__arrow b {
    border-color: #21BA45 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-green .select2-selection__rendered {
    color: #198f35 !important; }
  .pcw-calculator.pcw-color-border.pcw-teal input {
    border: 1px solid #00B5AD;
    color: #00827c; }
    .pcw-calculator.pcw-color-border.pcw-teal input:disabled {
      background: #4ffff7; }
  .pcw-calculator.pcw-color-border.pcw-teal .select2-selection, .pcw-calculator.pcw-color-border.pcw-teal .select2-dropdown {
    border: 1px solid #00B5AD; }
  .pcw-calculator.pcw-color-border.pcw-teal .select2-selection__arrow b {
    border-color: #00B5AD transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-teal .select2-selection__rendered {
    color: #00827c !important; }
  .pcw-calculator.pcw-color-border.pcw-blue input {
    border: 1px solid #2185D0;
    color: #1a69a4; }
    .pcw-calculator.pcw-color-border.pcw-blue input:disabled {
      background: #9bcbef; }
  .pcw-calculator.pcw-color-border.pcw-blue .select2-selection, .pcw-calculator.pcw-color-border.pcw-blue .select2-dropdown {
    border: 1px solid #2185D0; }
  .pcw-calculator.pcw-color-border.pcw-blue .select2-selection__arrow b {
    border-color: #2185D0 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-blue .select2-selection__rendered {
    color: #1a69a4 !important; }
  .pcw-calculator.pcw-color-border.pcw-aqua input {
    border: 1px solid #7FDBFF;
    color: #4ccdff; }
    .pcw-calculator.pcw-color-border.pcw-aqua input:disabled {
      background: white; }
  .pcw-calculator.pcw-color-border.pcw-aqua .select2-selection, .pcw-calculator.pcw-color-border.pcw-aqua .select2-dropdown {
    border: 1px solid #7FDBFF; }
  .pcw-calculator.pcw-color-border.pcw-aqua .select2-selection__arrow b {
    border-color: #7FDBFF transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-aqua .select2-selection__rendered {
    color: #4ccdff !important; }
  .pcw-calculator.pcw-color-border.pcw-navy input {
    border: 1px solid #001f3f;
    color: #00060c; }
    .pcw-calculator.pcw-color-border.pcw-navy input:disabled {
      background: #006ad8; }
  .pcw-calculator.pcw-color-border.pcw-navy .select2-selection, .pcw-calculator.pcw-color-border.pcw-navy .select2-dropdown {
    border: 1px solid #001f3f; }
  .pcw-calculator.pcw-color-border.pcw-navy .select2-selection__arrow b {
    border-color: #001f3f transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-navy .select2-selection__rendered {
    color: #00060c !important; }
  .pcw-calculator.pcw-color-border.pcw-purple input {
    border: 1px solid #A333C8;
    color: #82299f; }
    .pcw-calculator.pcw-color-border.pcw-purple input:disabled {
      background: #daabe9; }
  .pcw-calculator.pcw-color-border.pcw-purple .select2-selection, .pcw-calculator.pcw-color-border.pcw-purple .select2-dropdown {
    border: 1px solid #A333C8; }
  .pcw-calculator.pcw-color-border.pcw-purple .select2-selection__arrow b {
    border-color: #A333C8 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-purple .select2-selection__rendered {
    color: #82299f !important; }
  .pcw-calculator.pcw-color-border.pcw-violet input {
    border: 1px solid #6435C9;
    color: #502aa1; }
    .pcw-calculator.pcw-color-border.pcw-violet input:disabled {
      background: #c1adea; }
  .pcw-calculator.pcw-color-border.pcw-violet .select2-selection, .pcw-calculator.pcw-color-border.pcw-violet .select2-dropdown {
    border: 1px solid #6435C9; }
  .pcw-calculator.pcw-color-border.pcw-violet .select2-selection__arrow b {
    border-color: #6435C9 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-violet .select2-selection__rendered {
    color: #502aa1 !important; }
  .pcw-calculator.pcw-color-border.pcw-pink input {
    border: 1px solid #E03997;
    color: #c71f7e; }
    .pcw-calculator.pcw-color-border.pcw-pink input:disabled {
      background: #f5bddc; }
  .pcw-calculator.pcw-color-border.pcw-pink .select2-selection, .pcw-calculator.pcw-color-border.pcw-pink .select2-dropdown {
    border: 1px solid #E03997; }
  .pcw-calculator.pcw-color-border.pcw-pink .select2-selection__arrow b {
    border-color: #E03997 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-pink .select2-selection__rendered {
    color: #c71f7e !important; }
  .pcw-calculator.pcw-color-border.pcw-brown input {
    border: 1px solid #A5673F;
    color: #805031; }
    .pcw-calculator.pcw-color-border.pcw-brown input:disabled {
      background: #dbb8a2; }
  .pcw-calculator.pcw-color-border.pcw-brown .select2-selection, .pcw-calculator.pcw-color-border.pcw-brown .select2-dropdown {
    border: 1px solid #A5673F; }
  .pcw-calculator.pcw-color-border.pcw-brown .select2-selection__arrow b {
    border-color: #A5673F transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-brown .select2-selection__rendered {
    color: #805031 !important; }
  .pcw-calculator.pcw-color-border.pcw-grey input {
    border: 1px solid #767676;
    color: #5d5d5d; }
    .pcw-calculator.pcw-color-border.pcw-grey input:disabled {
      background: #c3c3c3; }
  .pcw-calculator.pcw-color-border.pcw-grey .select2-selection, .pcw-calculator.pcw-color-border.pcw-grey .select2-dropdown {
    border: 1px solid #767676; }
  .pcw-calculator.pcw-color-border.pcw-grey .select2-selection__arrow b {
    border-color: #767676 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-grey .select2-selection__rendered {
    color: #5d5d5d !important; }
  .pcw-calculator.pcw-color-border.pcw-black input {
    border: 1px solid #000;
    color: black; }
    .pcw-calculator.pcw-color-border.pcw-black input:disabled {
      background: #4d4d4d; }
  .pcw-calculator.pcw-color-border.pcw-black .select2-selection, .pcw-calculator.pcw-color-border.pcw-black .select2-dropdown {
    border: 1px solid #000; }
  .pcw-calculator.pcw-color-border.pcw-black .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-black .select2-selection__rendered {
    color: black !important; }
  .pcw-calculator.pcw-color-border.pcw-white input {
    border: 1px solid #fff;
    color: #e6e6e6; }
    .pcw-calculator.pcw-color-border.pcw-white input:disabled {
      background: white; }
  .pcw-calculator.pcw-color-border.pcw-white .select2-selection, .pcw-calculator.pcw-color-border.pcw-white .select2-dropdown {
    border: 1px solid #fff; }
  .pcw-calculator.pcw-color-border.pcw-white .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent; }
  .pcw-calculator.pcw-color-border.pcw-white .select2-selection__rendered {
    color: #e6e6e6 !important; }

.pcw-card.pcw-basic {
  /*COLOR THEMES*/ }
  .pcw-card.pcw-basic > div {
    margin: 0.8em 0; }
    .pcw-card.pcw-basic > div:first-child > * {
      vertical-align: middle; }
  .pcw-card.pcw-basic .pcw-field-logo img {
    height: 1.2em; }
  .pcw-card.pcw-basic .pcw-field-symbol-to {
    margin-right: 0.15em; }
  .pcw-card.pcw-basic .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-card.pcw-basic .pcw-field-price {
    font-weight: bold; }
  .pcw-card.pcw-basic.pcw-red {
    color: #DB2828; }
  .pcw-card.pcw-basic.pcw-maroon {
    color: #85144b; }
  .pcw-card.pcw-basic.pcw-orange {
    color: #F2711C; }
  .pcw-card.pcw-basic.pcw-yellow {
    color: #FBBD08; }
  .pcw-card.pcw-basic.pcw-olive {
    color: #B5CC18; }
  .pcw-card.pcw-basic.pcw-green {
    color: #21BA45; }
  .pcw-card.pcw-basic.pcw-teal {
    color: #00B5AD; }
  .pcw-card.pcw-basic.pcw-blue {
    color: #2185D0; }
  .pcw-card.pcw-basic.pcw-aqua {
    color: #7FDBFF; }
  .pcw-card.pcw-basic.pcw-navy {
    color: #001f3f; }
  .pcw-card.pcw-basic.pcw-purple {
    color: #A333C8; }
  .pcw-card.pcw-basic.pcw-violet {
    color: #6435C9; }
  .pcw-card.pcw-basic.pcw-pink {
    color: #E03997; }
  .pcw-card.pcw-basic.pcw-brown {
    color: #A5673F; }
  .pcw-card.pcw-basic.pcw-grey {
    color: #767676; }
  .pcw-card.pcw-basic.pcw-black {
    color: #000; }
  .pcw-card.pcw-basic.pcw-white {
    color: #fff; }

.pcw-card.pcw-basic2 {
  color: #252525;
  border-left: 5px solid #c3c3c3; }
  .pcw-card.pcw-basic2.pcw-down {
    border-left: 5px solid red; }
  .pcw-card.pcw-basic2.pcw-up {
    border-left: 5px solid green; }
  .pcw-card.pcw-basic2 > div {
    padding: .3em 0 0.2em 0.5em; }
  .pcw-card.pcw-basic2 .pcw-field-name {
    color: #585858; }
  .pcw-card.pcw-basic2 .pcw-field-symbol-from {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold; }
  .pcw-card.pcw-basic2 .pcw-field-price {
    font-size: 1.6em;
    line-height: 1.6em; }

.pcw-card.pcw-basic3 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  padding: 1em 1.8em;
  color: #000;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-basic3.pcw-down .pcw-field-name, .pcw-card.pcw-basic3.pcw-down .pcw-field-change-pct-24h {
    color: red; }
  .pcw-card.pcw-basic3.pcw-up .pcw-field-name, .pcw-card.pcw-basic3.pcw-up .pcw-field-change-pct-24h {
    color: green; }
  .pcw-card.pcw-basic3 .pcw-field-name, .pcw-card.pcw-basic3 .pcw-field-change-pct-24h {
    font-size: 1.8em;
    line-height: 1.8em; }
  .pcw-card.pcw-basic3 .pcw-field-change-pct-24h {
    margin-left: 0.2em; }
  .pcw-card.pcw-basic3.pcw-red {
    background: rgba(219, 40, 40, 0.3); }
  .pcw-card.pcw-basic3.pcw-maroon {
    background: rgba(133, 20, 75, 0.3); }
  .pcw-card.pcw-basic3.pcw-orange {
    background: rgba(242, 113, 28, 0.3); }
  .pcw-card.pcw-basic3.pcw-yellow {
    background: rgba(251, 189, 8, 0.3); }
  .pcw-card.pcw-basic3.pcw-olive {
    background: rgba(181, 204, 24, 0.3); }
  .pcw-card.pcw-basic3.pcw-green {
    background: rgba(33, 186, 69, 0.3); }
  .pcw-card.pcw-basic3.pcw-teal {
    background: rgba(0, 181, 173, 0.3); }
  .pcw-card.pcw-basic3.pcw-blue {
    background: rgba(33, 133, 208, 0.3); }
  .pcw-card.pcw-basic3.pcw-aqua {
    background: rgba(127, 219, 255, 0.3); }
  .pcw-card.pcw-basic3.pcw-navy {
    background: rgba(0, 31, 63, 0.3); }
  .pcw-card.pcw-basic3.pcw-purple {
    background: rgba(163, 51, 200, 0.3); }
  .pcw-card.pcw-basic3.pcw-violet {
    background: rgba(100, 53, 201, 0.3); }
  .pcw-card.pcw-basic3.pcw-pink {
    background: rgba(224, 57, 151, 0.3); }
  .pcw-card.pcw-basic3.pcw-brown {
    background: rgba(165, 103, 63, 0.3); }
  .pcw-card.pcw-basic3.pcw-grey {
    background: rgba(118, 118, 118, 0.3); }
  .pcw-card.pcw-basic3.pcw-black {
    background: rgba(0, 0, 0, 0.3); }
  .pcw-card.pcw-basic3.pcw-white {
    background: rgba(255, 255, 255, 0.3); }

.pcw-card.pcw-chart {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  text-align: center;
  color: #FFFAF0;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-chart > div:first-child {
    padding-top: 1em; }
  .pcw-card.pcw-chart .pcw-field-logo img {
    height: 2em; }
  .pcw-card.pcw-chart .pcw-field-name {
    padding-left: 0.25em;
    vertical-align: middle; }
  .pcw-card.pcw-chart .pcw-sign {
    font-size: 0.75em; }
  .pcw-card.pcw-chart .pcw-field-name {
    font-size: 1.25em;
    font-weight: bold; }
  .pcw-card.pcw-chart .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em; }
  .pcw-card.pcw-chart.pcw-red {
    background-color: #DB2828; }
  .pcw-card.pcw-chart.pcw-maroon {
    background-color: #85144b; }
  .pcw-card.pcw-chart.pcw-orange {
    background-color: #F2711C; }
  .pcw-card.pcw-chart.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-card.pcw-chart.pcw-olive {
    background-color: #B5CC18; }
  .pcw-card.pcw-chart.pcw-green {
    background-color: #21BA45; }
  .pcw-card.pcw-chart.pcw-teal {
    background-color: #00B5AD; }
  .pcw-card.pcw-chart.pcw-blue {
    background-color: #2185D0; }
  .pcw-card.pcw-chart.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-card.pcw-chart.pcw-navy {
    background-color: #001f3f; }
  .pcw-card.pcw-chart.pcw-purple {
    background-color: #A333C8; }
  .pcw-card.pcw-chart.pcw-violet {
    background-color: #6435C9; }
  .pcw-card.pcw-chart.pcw-pink {
    background-color: #E03997; }
  .pcw-card.pcw-chart.pcw-brown {
    background-color: #A5673F; }
  .pcw-card.pcw-chart.pcw-grey {
    background-color: #767676; }
  .pcw-card.pcw-chart.pcw-black {
    background-color: #000; }
  .pcw-card.pcw-chart.pcw-white {
    background-color: #fff; }

.pcw-card.pcw-chart2 {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  text-align: center;
  background: #000;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-chart2 > div:first-child {
    padding-top: 1em; }
  .pcw-card.pcw-chart2 .pcw-field-logo img {
    height: 2em; }
  .pcw-card.pcw-chart2 .pcw-field-name {
    padding-left: 0.25em;
    vertical-align: middle; }
  .pcw-card.pcw-chart2 .pcw-sign {
    font-size: 0.75em; }
  .pcw-card.pcw-chart2 .pcw-field-name {
    font-size: 1.25em;
    font-weight: bold; }
  .pcw-card.pcw-chart2 .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em; }
  .pcw-card.pcw-chart2.pcw-red {
    color: #DB2828; }
  .pcw-card.pcw-chart2.pcw-maroon {
    color: #85144b; }
  .pcw-card.pcw-chart2.pcw-orange {
    color: #F2711C; }
  .pcw-card.pcw-chart2.pcw-yellow {
    color: #FBBD08; }
  .pcw-card.pcw-chart2.pcw-olive {
    color: #B5CC18; }
  .pcw-card.pcw-chart2.pcw-green {
    color: #21BA45; }
  .pcw-card.pcw-chart2.pcw-teal {
    color: #00B5AD; }
  .pcw-card.pcw-chart2.pcw-blue {
    color: #2185D0; }
  .pcw-card.pcw-chart2.pcw-aqua {
    color: #7FDBFF; }
  .pcw-card.pcw-chart2.pcw-navy {
    color: #001f3f; }
  .pcw-card.pcw-chart2.pcw-purple {
    color: #A333C8; }
  .pcw-card.pcw-chart2.pcw-violet {
    color: #6435C9; }
  .pcw-card.pcw-chart2.pcw-pink {
    color: #E03997; }
  .pcw-card.pcw-chart2.pcw-brown {
    color: #A5673F; }
  .pcw-card.pcw-chart2.pcw-grey {
    color: #767676; }
  .pcw-card.pcw-chart2.pcw-black {
    color: #000; }
  .pcw-card.pcw-chart2.pcw-white {
    color: #fff; }

.pcw-card.pcw-chart3 {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  text-align: center;
  background: #fff;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-chart3 > div:first-child {
    padding-top: 1em; }
  .pcw-card.pcw-chart3 .pcw-field-logo img {
    height: 2em; }
  .pcw-card.pcw-chart3 .pcw-field-name {
    padding-left: 0.25em;
    vertical-align: middle; }
  .pcw-card.pcw-chart3 .pcw-sign {
    font-size: 0.75em; }
  .pcw-card.pcw-chart3 .pcw-field-name {
    font-size: 1.25em;
    font-weight: bold; }
  .pcw-card.pcw-chart3 .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em; }
  .pcw-card.pcw-chart3.pcw-red {
    border: 3px solid #DB2828;
    color: #DB2828; }
  .pcw-card.pcw-chart3.pcw-maroon {
    border: 3px solid #85144b;
    color: #85144b; }
  .pcw-card.pcw-chart3.pcw-orange {
    border: 3px solid #F2711C;
    color: #F2711C; }
  .pcw-card.pcw-chart3.pcw-yellow {
    border: 3px solid #FBBD08;
    color: #FBBD08; }
  .pcw-card.pcw-chart3.pcw-olive {
    border: 3px solid #B5CC18;
    color: #B5CC18; }
  .pcw-card.pcw-chart3.pcw-green {
    border: 3px solid #21BA45;
    color: #21BA45; }
  .pcw-card.pcw-chart3.pcw-teal {
    border: 3px solid #00B5AD;
    color: #00B5AD; }
  .pcw-card.pcw-chart3.pcw-blue {
    border: 3px solid #2185D0;
    color: #2185D0; }
  .pcw-card.pcw-chart3.pcw-aqua {
    border: 3px solid #7FDBFF;
    color: #7FDBFF; }
  .pcw-card.pcw-chart3.pcw-navy {
    border: 3px solid #001f3f;
    color: #001f3f; }
  .pcw-card.pcw-chart3.pcw-purple {
    border: 3px solid #A333C8;
    color: #A333C8; }
  .pcw-card.pcw-chart3.pcw-violet {
    border: 3px solid #6435C9;
    color: #6435C9; }
  .pcw-card.pcw-chart3.pcw-pink {
    border: 3px solid #E03997;
    color: #E03997; }
  .pcw-card.pcw-chart3.pcw-brown {
    border: 3px solid #A5673F;
    color: #A5673F; }
  .pcw-card.pcw-chart3.pcw-grey {
    border: 3px solid #767676;
    color: #767676; }
  .pcw-card.pcw-chart3.pcw-black {
    border: 3px solid #000;
    color: #000; }
  .pcw-card.pcw-chart3.pcw-white {
    border: 3px solid #fff;
    color: #fff; }

.pcw-card.pcw-chart4 {
  -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #323232;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-chart4 .pcw-field-symbol-from, .pcw-card.pcw-chart4 .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart4 .pcw-sign {
    color: #929292;
    font-size: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart4 .pcw-field-name {
    color: #929292; }
  .pcw-card.pcw-chart4 .pcw-field-logo img {
    height: 2em; }
  .pcw-card.pcw-chart4 .pcw-flex {
    padding-bottom: 1em; }
    .pcw-card.pcw-chart4 .pcw-flex > div:first-child {
      padding: 0.2em 0.5em 0 0.5em; }
    .pcw-card.pcw-chart4 .pcw-flex > div:last-child {
      text-align: right;
      padding: 0.2em 0.5em 0 0.5em; }

.pcw-card.pcw-chart5 {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #fff;
  color: #323232; }
  .pcw-card.pcw-chart5 .pcw-field-price, .pcw-card.pcw-chart5 .pcw-field-change-pct-24h, .pcw-card.pcw-chart5 .fas {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart5 .pcw-sign {
    color: #929292;
    font-size: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart5 .pcw-field-symbol-from {
    font-weight: bold;
    vertical-align: middle; }
  .pcw-card.pcw-chart5 .pcw-field-name {
    color: #929292;
    vertical-align: middle; }
  .pcw-card.pcw-chart5 .pcw-field-logo img {
    height: 1em; }
  .pcw-card.pcw-chart5 .pcw-flex {
    padding-bottom: 1em; }
    .pcw-card.pcw-chart5 .pcw-flex > div:first-child {
      padding: 0.5em 0.5em 0 0.5em; }
    .pcw-card.pcw-chart5 .pcw-flex > div:last-child {
      text-align: right;
      padding: 0.5em 0.5em 0 0.5em; }

.pcw-card.pcw-chart6 {
  -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #323232;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-chart6 .pcw-card-header .pcw-field-symbol-from, .pcw-card.pcw-chart6 .pcw-card-header .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart6 .pcw-card-header .pcw-sign {
    color: #929292;
    font-size: 1.75em;
    vertical-align: middle; }
  .pcw-card.pcw-chart6 .pcw-card-header .pcw-field-name {
    color: #929292; }
  .pcw-card.pcw-chart6 .pcw-card-header .pcw-field-logo img {
    height: 2em; }
  .pcw-card.pcw-chart6 .pcw-card-footer {
    color: #fff;
    padding: 0.8em 0.5em;
    background: #d4d4d5; }
    .pcw-card.pcw-chart6 .pcw-card-footer.pcw-down {
      background: #DB2828; }
    .pcw-card.pcw-chart6 .pcw-card-footer.pcw-up {
      background: #21BA45; }
  .pcw-card.pcw-chart6 > .pcw-flex {
    padding-bottom: 1em; }
    .pcw-card.pcw-chart6 > .pcw-flex > div:first-child {
      padding: 0.2em 0.5em 0 0.5em; }
    .pcw-card.pcw-chart6 > .pcw-flex > div:last-child {
      text-align: right;
      padding: 0.2em 0.5em 0 0.5em; }

.pcw-card.pcw-color-background-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10em !important;
  height: 10em !important;
  min-width: 10em !important;
  display: table-cell !important;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-color-background-circle .pcw-field-symbol-from {
    font-weight: bold;
    font-size: 1.5em; }
  .pcw-card.pcw-color-background-circle .pcw-field-price {
    line-height: 2em;
    font-size: 1.125em;
    font-weight: bold; }
  .pcw-card.pcw-color-background-circle .fas {
    font-size: 1.25em; }
  .pcw-card.pcw-color-background-circle.pcw-red {
    background-color: #DB2828; }
  .pcw-card.pcw-color-background-circle.pcw-maroon {
    background-color: #85144b; }
  .pcw-card.pcw-color-background-circle.pcw-orange {
    background-color: #F2711C; }
  .pcw-card.pcw-color-background-circle.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-card.pcw-color-background-circle.pcw-olive {
    background-color: #B5CC18; }
  .pcw-card.pcw-color-background-circle.pcw-green {
    background-color: #21BA45; }
  .pcw-card.pcw-color-background-circle.pcw-teal {
    background-color: #00B5AD; }
  .pcw-card.pcw-color-background-circle.pcw-blue {
    background-color: #2185D0; }
  .pcw-card.pcw-color-background-circle.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-card.pcw-color-background-circle.pcw-navy {
    background-color: #001f3f; }
  .pcw-card.pcw-color-background-circle.pcw-purple {
    background-color: #A333C8; }
  .pcw-card.pcw-color-background-circle.pcw-violet {
    background-color: #6435C9; }
  .pcw-card.pcw-color-background-circle.pcw-pink {
    background-color: #E03997; }
  .pcw-card.pcw-color-background-circle.pcw-brown {
    background-color: #A5673F; }
  .pcw-card.pcw-color-background-circle.pcw-grey {
    background-color: #767676; }
  .pcw-card.pcw-color-background-circle.pcw-black {
    background-color: #000; }
  .pcw-card.pcw-color-background-circle.pcw-white {
    background-color: #fff; }

.pcw-card.pcw-color-background {
  text-align: center;
  color: #FFFAF0;
  padding: 0.8em 3em;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-color-background .pcw-sign {
    font-size: 0.75em; }
  .pcw-card.pcw-color-background .pcw-field-name {
    font-size: 1.25em;
    font-weight: bold; }
  .pcw-card.pcw-color-background .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em; }
  .pcw-card.pcw-color-background.pcw-red {
    background-color: #DB2828; }
  .pcw-card.pcw-color-background.pcw-maroon {
    background-color: #85144b; }
  .pcw-card.pcw-color-background.pcw-orange {
    background-color: #F2711C; }
  .pcw-card.pcw-color-background.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-card.pcw-color-background.pcw-olive {
    background-color: #B5CC18; }
  .pcw-card.pcw-color-background.pcw-green {
    background-color: #21BA45; }
  .pcw-card.pcw-color-background.pcw-teal {
    background-color: #00B5AD; }
  .pcw-card.pcw-color-background.pcw-blue {
    background-color: #2185D0; }
  .pcw-card.pcw-color-background.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-card.pcw-color-background.pcw-navy {
    background-color: #001f3f; }
  .pcw-card.pcw-color-background.pcw-purple {
    background-color: #A333C8; }
  .pcw-card.pcw-color-background.pcw-violet {
    background-color: #6435C9; }
  .pcw-card.pcw-color-background.pcw-pink {
    background-color: #E03997; }
  .pcw-card.pcw-color-background.pcw-brown {
    background-color: #A5673F; }
  .pcw-card.pcw-color-background.pcw-grey {
    background-color: #767676; }
  .pcw-card.pcw-color-background.pcw-black {
    background-color: #000; }
  .pcw-card.pcw-color-background.pcw-white {
    background-color: #fff; }

.pcw-card.pcw-color-header {
  padding: 0.4em;
  border-bottom: dotted 0.0625em;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-color-header .pcw-field-symbol-from {
    font-size: 1.875em;
    line-height: 1.3em;
    font-weight: bold; }
  .pcw-card.pcw-color-header .pcw-field-symbol-to {
    color: #999;
    padding-left: 0.125em; }
  .pcw-card.pcw-color-header .pcw-field-name {
    color: #555;
    font-size: 1.125em;
    line-height: 1.2em; }
  .pcw-card.pcw-color-header .pcw-field-price, .pcw-card.pcw-color-header .fas {
    font-size: 2.25em; }
  .pcw-card.pcw-color-header > div {
    padding: 0.05em 0; }
    .pcw-card.pcw-color-header > div:last-child {
      display: flex;
      justify-content: space-between; }
      .pcw-card.pcw-color-header > div:last-child > div:first-child {
        line-height: 1.5em;
        margin-right: 1em; }
  .pcw-card.pcw-color-header.pcw-red {
    border-top: 1em solid #DB2828; }
  .pcw-card.pcw-color-header.pcw-maroon {
    border-top: 1em solid #85144b; }
  .pcw-card.pcw-color-header.pcw-orange {
    border-top: 1em solid #F2711C; }
  .pcw-card.pcw-color-header.pcw-yellow {
    border-top: 1em solid #FBBD08; }
  .pcw-card.pcw-color-header.pcw-olive {
    border-top: 1em solid #B5CC18; }
  .pcw-card.pcw-color-header.pcw-green {
    border-top: 1em solid #21BA45; }
  .pcw-card.pcw-color-header.pcw-teal {
    border-top: 1em solid #00B5AD; }
  .pcw-card.pcw-color-header.pcw-blue {
    border-top: 1em solid #2185D0; }
  .pcw-card.pcw-color-header.pcw-aqua {
    border-top: 1em solid #7FDBFF; }
  .pcw-card.pcw-color-header.pcw-navy {
    border-top: 1em solid #001f3f; }
  .pcw-card.pcw-color-header.pcw-purple {
    border-top: 1em solid #A333C8; }
  .pcw-card.pcw-color-header.pcw-violet {
    border-top: 1em solid #6435C9; }
  .pcw-card.pcw-color-header.pcw-pink {
    border-top: 1em solid #E03997; }
  .pcw-card.pcw-color-header.pcw-brown {
    border-top: 1em solid #A5673F; }
  .pcw-card.pcw-color-header.pcw-grey {
    border-top: 1em solid #767676; }
  .pcw-card.pcw-color-header.pcw-black {
    border-top: 1em solid #000; }
  .pcw-card.pcw-color-header.pcw-white {
    border-top: 1em solid #fff; }

.pcw-card.pcw-corner-logo {
  -moz-border-radius: 0.2857em;
  -webkit-border-radius: 0.2857em;
  border-radius: 0.2857em;
  position: relative;
  text-align: center;
  padding: 1em 3em;
  color: #fffff0;
  overflow: hidden;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-corner-logo .pcw-field-symbol-from {
    font-size: 1.5em;
    line-height: 1.5em; }
  .pcw-card.pcw-corner-logo .pcw-field-name {
    font-size: 1.1em;
    line-height: 1.1em; }
  .pcw-card.pcw-corner-logo .pcw-field-price, .pcw-card.pcw-corner-logo .pcw-sign, .pcw-card.pcw-corner-logo .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-card.pcw-corner-logo .pcw-field-price {
    font-weight: bold; }
  .pcw-card.pcw-corner-logo .pcw-field-logo {
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.5; }
  .pcw-card.pcw-corner-logo > div {
    margin: 0.3em 0; }
  .pcw-card.pcw-corner-logo:hover .pcw-field-logo {
    opacity: 0.9; }
  .pcw-card.pcw-corner-logo.pcw-red {
    background-color: #e66a6a !important;
    background-image: linear-gradient(to bottom, #e66a6a, #DB2828) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #e66a6a, #DB2828) !important;
    background: -moz-linear-gradient(to bottom, #e66a6a, #DB2828) !important;
    background: -o-linear-gradient(to bottom, #e66a6a, #DB2828) !important;
    background: -webkit-linear-gradient(to bottom, #e66a6a, #DB2828) !important; }
  .pcw-card.pcw-corner-logo.pcw-maroon {
    background-color: #c81e71 !important;
    background-image: linear-gradient(to bottom, #c81e71, #85144b) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #c81e71, #85144b) !important;
    background: -moz-linear-gradient(to bottom, #c81e71, #85144b) !important;
    background: -o-linear-gradient(to bottom, #c81e71, #85144b) !important;
    background: -webkit-linear-gradient(to bottom, #c81e71, #85144b) !important; }
  .pcw-card.pcw-corner-logo.pcw-orange {
    background-color: #f69e64 !important;
    background-image: linear-gradient(to bottom, #f69e64, #F2711C) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #f69e64, #F2711C) !important;
    background: -moz-linear-gradient(to bottom, #f69e64, #F2711C) !important;
    background: -o-linear-gradient(to bottom, #f69e64, #F2711C) !important;
    background: -webkit-linear-gradient(to bottom, #f69e64, #F2711C) !important; }
  .pcw-card.pcw-corner-logo.pcw-yellow {
    background-color: #fcd153 !important;
    background-image: linear-gradient(to bottom, #fcd153, #FBBD08) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #fcd153, #FBBD08) !important;
    background: -moz-linear-gradient(to bottom, #fcd153, #FBBD08) !important;
    background: -o-linear-gradient(to bottom, #fcd153, #FBBD08) !important;
    background: -webkit-linear-gradient(to bottom, #fcd153, #FBBD08) !important; }
  .pcw-card.pcw-corner-logo.pcw-olive {
    background-color: #d5e947 !important;
    background-image: linear-gradient(to bottom, #d5e947, #B5CC18) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #d5e947, #B5CC18) !important;
    background: -moz-linear-gradient(to bottom, #d5e947, #B5CC18) !important;
    background: -o-linear-gradient(to bottom, #d5e947, #B5CC18) !important;
    background: -webkit-linear-gradient(to bottom, #d5e947, #B5CC18) !important; }
  .pcw-card.pcw-corner-logo.pcw-green {
    background-color: #49df6c !important;
    background-image: linear-gradient(to bottom, #49df6c, #21BA45) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #49df6c, #21BA45) !important;
    background: -moz-linear-gradient(to bottom, #49df6c, #21BA45) !important;
    background: -o-linear-gradient(to bottom, #49df6c, #21BA45) !important;
    background: -webkit-linear-gradient(to bottom, #49df6c, #21BA45) !important; }
  .pcw-card.pcw-corner-logo.pcw-teal {
    background-color: #03fff4 !important;
    background-image: linear-gradient(to bottom, #03fff4, #00B5AD) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #03fff4, #00B5AD) !important;
    background: -moz-linear-gradient(to bottom, #03fff4, #00B5AD) !important;
    background: -o-linear-gradient(to bottom, #03fff4, #00B5AD) !important;
    background: -webkit-linear-gradient(to bottom, #03fff4, #00B5AD) !important; }
  .pcw-card.pcw-corner-logo.pcw-blue {
    background-color: #59a9e5 !important;
    background-image: linear-gradient(to bottom, #59a9e5, #2185D0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #59a9e5, #2185D0) !important;
    background: -moz-linear-gradient(to bottom, #59a9e5, #2185D0) !important;
    background: -o-linear-gradient(to bottom, #59a9e5, #2185D0) !important;
    background: -webkit-linear-gradient(to bottom, #59a9e5, #2185D0) !important; }
  .pcw-card.pcw-corner-logo.pcw-aqua {
    background-color: #ccf1ff !important;
    background-image: linear-gradient(to bottom, #ccf1ff, #7FDBFF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #ccf1ff, #7FDBFF) !important;
    background: -moz-linear-gradient(to bottom, #ccf1ff, #7FDBFF) !important;
    background: -o-linear-gradient(to bottom, #ccf1ff, #7FDBFF) !important;
    background: -webkit-linear-gradient(to bottom, #ccf1ff, #7FDBFF) !important; }
  .pcw-card.pcw-corner-logo.pcw-navy {
    background-color: #00458c !important;
    background-image: linear-gradient(to bottom, #00458c, #001f3f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #00458c, #001f3f) !important;
    background: -moz-linear-gradient(to bottom, #00458c, #001f3f) !important;
    background: -o-linear-gradient(to bottom, #00458c, #001f3f) !important;
    background: -webkit-linear-gradient(to bottom, #00458c, #001f3f) !important; }
  .pcw-card.pcw-corner-logo.pcw-purple {
    background-color: #bf6eda !important;
    background-image: linear-gradient(to bottom, #bf6eda, #A333C8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #bf6eda, #A333C8) !important;
    background: -moz-linear-gradient(to bottom, #bf6eda, #A333C8) !important;
    background: -o-linear-gradient(to bottom, #bf6eda, #A333C8) !important;
    background: -webkit-linear-gradient(to bottom, #bf6eda, #A333C8) !important; }
  .pcw-card.pcw-corner-logo.pcw-violet {
    background-color: #9271da !important;
    background-image: linear-gradient(to bottom, #9271da, #6435C9) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #9271da, #6435C9) !important;
    background: -moz-linear-gradient(to bottom, #9271da, #6435C9) !important;
    background: -o-linear-gradient(to bottom, #9271da, #6435C9) !important;
    background: -webkit-linear-gradient(to bottom, #9271da, #6435C9) !important; }
  .pcw-card.pcw-corner-logo.pcw-pink {
    background-color: #ea7bba !important;
    background-image: linear-gradient(to bottom, #ea7bba, #E03997) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #ea7bba, #E03997) !important;
    background: -moz-linear-gradient(to bottom, #ea7bba, #E03997) !important;
    background: -o-linear-gradient(to bottom, #ea7bba, #E03997) !important;
    background: -webkit-linear-gradient(to bottom, #ea7bba, #E03997) !important; }
  .pcw-card.pcw-corner-logo.pcw-brown {
    background-color: #c68e6a !important;
    background-image: linear-gradient(to bottom, #c68e6a, #A5673F) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #c68e6a, #A5673F) !important;
    background: -moz-linear-gradient(to bottom, #c68e6a, #A5673F) !important;
    background: -o-linear-gradient(to bottom, #c68e6a, #A5673F) !important;
    background: -webkit-linear-gradient(to bottom, #c68e6a, #A5673F) !important; }
  .pcw-card.pcw-corner-logo.pcw-grey {
    background-color: #9c9c9c !important;
    background-image: linear-gradient(to bottom, #9c9c9c, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #9c9c9c, #767676) !important;
    background: -moz-linear-gradient(to bottom, #9c9c9c, #767676) !important;
    background: -o-linear-gradient(to bottom, #9c9c9c, #767676) !important;
    background: -webkit-linear-gradient(to bottom, #9c9c9c, #767676) !important; }
  .pcw-card.pcw-corner-logo.pcw-black {
    background-color: #262626 !important;
    background-image: linear-gradient(to bottom, #262626, #000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, #262626, #000) !important;
    background: -moz-linear-gradient(to bottom, #262626, #000) !important;
    background: -o-linear-gradient(to bottom, #262626, #000) !important;
    background: -webkit-linear-gradient(to bottom, #262626, #000) !important; }
  .pcw-card.pcw-corner-logo.pcw-white {
    background-color: white !important;
    background-image: linear-gradient(to bottom, white, #fff) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to bottom, white, #fff) !important;
    background: -moz-linear-gradient(to bottom, white, #fff) !important;
    background: -o-linear-gradient(to bottom, white, #fff) !important;
    background: -webkit-linear-gradient(to bottom, white, #fff) !important; }

.pcw-card.pcw-corner-logo2 {
  -moz-border-radius: 0.2857em;
  -webkit-border-radius: 0.2857em;
  border-radius: 0.2857em;
  background-color: #1a1a1a !important;
  background-image: linear-gradient(to bottom, #1a1a1a, #000) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #1a1a1a, #000) !important;
  background: -moz-linear-gradient(to bottom, #1a1a1a, #000) !important;
  background: -o-linear-gradient(to bottom, #1a1a1a, #000) !important;
  background: -webkit-linear-gradient(to bottom, #1a1a1a, #000) !important;
  position: relative;
  text-align: center;
  padding: 1em 3em;
  overflow: hidden;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-corner-logo2 .pcw-field-symbol-from {
    font-size: 1.5em;
    line-height: 1.5em; }
  .pcw-card.pcw-corner-logo2 .pcw-field-name {
    font-size: 1.1em;
    line-height: 1.1em; }
  .pcw-card.pcw-corner-logo2 .pcw-field-price, .pcw-card.pcw-corner-logo2 .pcw-sign, .pcw-card.pcw-corner-logo2 .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-card.pcw-corner-logo2 .pcw-field-price {
    font-weight: bold; }
  .pcw-card.pcw-corner-logo2 .pcw-field-logo {
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.5; }
  .pcw-card.pcw-corner-logo2 > div {
    margin: 0.3em 0; }
  .pcw-card.pcw-corner-logo2:hover .pcw-field-logo {
    opacity: 0.9; }
  .pcw-card.pcw-corner-logo2.pcw-red {
    color: #DB2828; }
  .pcw-card.pcw-corner-logo2.pcw-maroon {
    color: #85144b; }
  .pcw-card.pcw-corner-logo2.pcw-orange {
    color: #F2711C; }
  .pcw-card.pcw-corner-logo2.pcw-yellow {
    color: #FBBD08; }
  .pcw-card.pcw-corner-logo2.pcw-olive {
    color: #B5CC18; }
  .pcw-card.pcw-corner-logo2.pcw-green {
    color: #21BA45; }
  .pcw-card.pcw-corner-logo2.pcw-teal {
    color: #00B5AD; }
  .pcw-card.pcw-corner-logo2.pcw-blue {
    color: #2185D0; }
  .pcw-card.pcw-corner-logo2.pcw-aqua {
    color: #7FDBFF; }
  .pcw-card.pcw-corner-logo2.pcw-navy {
    color: #001f3f; }
  .pcw-card.pcw-corner-logo2.pcw-purple {
    color: #A333C8; }
  .pcw-card.pcw-corner-logo2.pcw-violet {
    color: #6435C9; }
  .pcw-card.pcw-corner-logo2.pcw-pink {
    color: #E03997; }
  .pcw-card.pcw-corner-logo2.pcw-brown {
    color: #A5673F; }
  .pcw-card.pcw-corner-logo2.pcw-grey {
    color: #767676; }
  .pcw-card.pcw-corner-logo2.pcw-black {
    color: #000; }
  .pcw-card.pcw-corner-logo2.pcw-white {
    color: #fff; }

.pcw-card.pcw-corner-logo3 {
  text-align: center;
  padding: 0.8em 3em;
  position: relative;
  overflow: hidden;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-corner-logo3 .pcw-sign {
    font-size: 0.75em; }
  .pcw-card.pcw-corner-logo3 .pcw-field-name {
    font-size: 1.25em;
    font-weight: bold; }
  .pcw-card.pcw-corner-logo3 .pcw-field-price {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.75em; }
  .pcw-card.pcw-corner-logo3 .pcw-field-logo {
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.5; }
  .pcw-card.pcw-corner-logo3:hover .pcw-field-logo {
    opacity: 0.75; }
  .pcw-card.pcw-corner-logo3.pcw-red {
    color: #a51c1c;
    background-color: #ea7f7f;
    border: 3px solid #a51c1c; }
  .pcw-card.pcw-corner-logo3.pcw-maroon {
    color: #4b0b2b;
    background-color: #de217d;
    border: 3px solid #4b0b2b; }
  .pcw-card.pcw-corner-logo3.pcw-orange {
    color: #c1530b;
    background-color: #f8ad7c;
    border: 3px solid #c1530b; }
  .pcw-card.pcw-corner-logo3.pcw-yellow {
    color: #be8e03;
    background-color: #fdd86c;
    border: 3px solid #be8e03; }
  .pcw-card.pcw-corner-logo3.pcw-olive {
    color: #809111;
    background-color: #daec5e;
    border: 3px solid #809111; }
  .pcw-card.pcw-corner-logo3.pcw-green {
    color: #178230;
    background-color: #5ee37e;
    border: 3px solid #178230; }
  .pcw-card.pcw-corner-logo3.pcw-teal {
    color: #00736e;
    background-color: #1cfff5;
    border: 3px solid #00736e; }
  .pcw-card.pcw-corner-logo3.pcw-blue {
    color: #186097;
    background-color: #6fb4e8;
    border: 3px solid #186097; }
  .pcw-card.pcw-corner-logo3.pcw-aqua {
    color: #3dc8ff;
    background-color: #e5f8ff;
    border: 3px solid #3dc8ff; }
  .pcw-card.pcw-corner-logo3.pcw-navy {
    color: black;
    background-color: #0051a5;
    border: 3px solid black; }
  .pcw-card.pcw-corner-logo3.pcw-purple {
    color: #782693;
    background-color: #c882df;
    border: 3px solid #782693; }
  .pcw-card.pcw-corner-logo3.pcw-violet {
    color: #4a2795;
    background-color: #a285df;
    border: 3px solid #4a2795; }
  .pcw-card.pcw-corner-logo3.pcw-pink {
    color: #ba1d75;
    background-color: #ee91c5;
    border: 3px solid #ba1d75; }
  .pcw-card.pcw-corner-logo3.pcw-brown {
    color: #75492d;
    background-color: #cd9c7d;
    border: 3px solid #75492d; }
  .pcw-card.pcw-corner-logo3.pcw-grey {
    color: #555555;
    background-color: darkgray;
    border: 3px solid #555555; }
  .pcw-card.pcw-corner-logo3.pcw-black {
    color: black;
    background-color: #333333;
    border: 3px solid black; }
  .pcw-card.pcw-corner-logo3.pcw-white {
    color: #dedede;
    background-color: white;
    border: 3px solid #dedede; }

.pcw-card.pcw-corner-logo4 {
  -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #323232;
  overflow: hidden; }
  .pcw-card.pcw-corner-logo4 .pcw-data-container {
    padding: 0.5em; }
    .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-field-symbol-from {
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1.25em; }
    .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-field-name {
      color: #929292; }
    .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-quotes-container {
      margin-top: 1.25em; }
      .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-quotes-container .pcw-field-change-pct-24h {
        margin-top: 1em; }
      .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-quotes-container .pcw-field-price {
        font-weight: bold;
        font-size: 1.75em;
        line-height: 1.25em; }
      .pcw-card.pcw-corner-logo4 .pcw-data-container .pcw-quotes-container .pcw-sign {
        color: #929292;
        font-size: 1em; }
  .pcw-card.pcw-corner-logo4 .pcw-logo-container {
    position: relative; }
    .pcw-card.pcw-corner-logo4 .pcw-logo-container .pcw-field-logo {
      position: absolute;
      bottom: -0.25em;
      right: -0.25em;
      opacity: 0.15; }
      .pcw-card.pcw-corner-logo4 .pcw-logo-container .pcw-field-logo img {
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(1);
        /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1);
        /* Microsoft Edge and Firefox 35+ */ }
  .pcw-card.pcw-corner-logo4:hover .pcw-logo-container .pcw-field-logo {
    opacity: 0.35; }

.pcw-card.pcw-extended {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  text-align: center;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-extended .pcw-header {
    padding: 0.75em 0;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit; }
    .pcw-card.pcw-extended .pcw-header .pcw-field-logo img {
      height: 1.5em; }
    .pcw-card.pcw-extended .pcw-header .pcw-field-name {
      padding-left: 0.15em;
      font-size: 1.25em;
      font-weight: bold;
      vertical-align: middle; }
  .pcw-card.pcw-extended .pcw-body {
    padding: 1em 0;
    color: #FFFAF0; }
    .pcw-card.pcw-extended .pcw-body .pcw-field-price {
      font-weight: bold;
      font-size: 1.75em;
      line-height: 1.25em; }
  .pcw-card.pcw-extended .pcw-footer {
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: 0.5em 0;
    font-weight: bold; }
  .pcw-card.pcw-extended.pcw-red {
    background: #DB2828; }
    .pcw-card.pcw-extended.pcw-red .pcw-header {
      color: #861717;
      background: #e25454; }
    .pcw-card.pcw-extended.pcw-red .pcw-footer {
      color: #861717;
      background: #e25454; }
  .pcw-card.pcw-extended.pcw-maroon {
    background: #85144b; }
    .pcw-card.pcw-extended.pcw-maroon .pcw-header {
      color: #2c0719;
      background: #b11b64; }
    .pcw-card.pcw-extended.pcw-maroon .pcw-footer {
      color: #2c0719;
      background: #b11b64; }
  .pcw-card.pcw-extended.pcw-orange {
    background: #F2711C; }
    .pcw-card.pcw-extended.pcw-orange .pcw-header {
      color: #9f4509;
      background: #f58f4c; }
    .pcw-card.pcw-extended.pcw-orange .pcw-footer {
      color: #9f4509;
      background: #f58f4c; }
  .pcw-card.pcw-extended.pcw-yellow {
    background: #FBBD08; }
    .pcw-card.pcw-extended.pcw-yellow .pcw-header {
      color: #9a7403;
      background: #fcca3a; }
    .pcw-card.pcw-extended.pcw-yellow .pcw-footer {
      color: #9a7403;
      background: #fcca3a; }
  .pcw-card.pcw-extended.pcw-olive {
    background: #B5CC18; }
    .pcw-card.pcw-extended.pcw-olive .pcw-header {
      color: #64710d;
      background: #cfe730; }
    .pcw-card.pcw-extended.pcw-olive .pcw-footer {
      color: #64710d;
      background: #cfe730; }
  .pcw-card.pcw-extended.pcw-green {
    background: #21BA45; }
    .pcw-card.pcw-extended.pcw-green .pcw-header {
      color: #126325;
      background: #33db5b; }
    .pcw-card.pcw-extended.pcw-green .pcw-footer {
      color: #126325;
      background: #33db5b; }
  .pcw-card.pcw-extended.pcw-teal {
    background: #00B5AD; }
    .pcw-card.pcw-extended.pcw-teal .pcw-header {
      color: #004f4c;
      background: #00e8de; }
    .pcw-card.pcw-extended.pcw-teal .pcw-footer {
      color: #004f4c;
      background: #00e8de; }
  .pcw-card.pcw-extended.pcw-blue {
    background: #2185D0; }
    .pcw-card.pcw-extended.pcw-blue .pcw-header {
      color: #134d78;
      background: #439de1; }
    .pcw-card.pcw-extended.pcw-blue .pcw-footer {
      color: #134d78;
      background: #439de1; }
  .pcw-card.pcw-extended.pcw-aqua {
    background: #7FDBFF; }
    .pcw-card.pcw-extended.pcw-aqua .pcw-header {
      color: #19beff;
      background: #b2e9ff; }
    .pcw-card.pcw-extended.pcw-aqua .pcw-footer {
      color: #19beff;
      background: #b2e9ff; }
  .pcw-card.pcw-extended.pcw-navy {
    background: #001f3f; }
    .pcw-card.pcw-extended.pcw-navy .pcw-header {
      color: black;
      background: #003872; }
    .pcw-card.pcw-extended.pcw-navy .pcw-footer {
      color: black;
      background: #003872; }
  .pcw-card.pcw-extended.pcw-purple {
    background: #A333C8; }
    .pcw-card.pcw-extended.pcw-purple .pcw-header {
      color: #611e77;
      background: #b659d5; }
    .pcw-card.pcw-extended.pcw-purple .pcw-footer {
      color: #611e77;
      background: #b659d5; }
  .pcw-card.pcw-extended.pcw-violet {
    background: #6435C9; }
    .pcw-card.pcw-extended.pcw-violet .pcw-header {
      color: #3c2078;
      background: #835dd4; }
    .pcw-card.pcw-extended.pcw-violet .pcw-footer {
      color: #3c2078;
      background: #835dd4; }
  .pcw-card.pcw-extended.pcw-pink {
    background: #E03997; }
    .pcw-card.pcw-extended.pcw-pink .pcw-header {
      color: #9b1862;
      background: #e765ae; }
    .pcw-card.pcw-extended.pcw-pink .pcw-footer {
      color: #9b1862;
      background: #e765ae; }
  .pcw-card.pcw-extended.pcw-brown {
    background: #A5673F; }
    .pcw-card.pcw-extended.pcw-brown .pcw-header {
      color: #5b3923;
      background: #bf8058; }
    .pcw-card.pcw-extended.pcw-brown .pcw-footer {
      color: #5b3923;
      background: #bf8058; }
  .pcw-card.pcw-extended.pcw-grey {
    background: #767676; }
    .pcw-card.pcw-extended.pcw-grey .pcw-header {
      color: #434343;
      background: #909090; }
    .pcw-card.pcw-extended.pcw-grey .pcw-footer {
      color: #434343;
      background: #909090; }
  .pcw-card.pcw-extended.pcw-black {
    background: #000; }
    .pcw-card.pcw-extended.pcw-black .pcw-header {
      color: black;
      background: #1a1a1a; }
    .pcw-card.pcw-extended.pcw-black .pcw-footer {
      color: black;
      background: #1a1a1a; }
  .pcw-card.pcw-extended.pcw-white {
    background: #fff; }
    .pcw-card.pcw-extended.pcw-white .pcw-header {
      color: #cccccc;
      background: white; }
    .pcw-card.pcw-extended.pcw-white .pcw-footer {
      color: #cccccc;
      background: white; }

.pcw-card.pcw-gradient-background {
  text-align: center;
  padding: 1em 3em;
  border-radius: 0.2857em;
  color: #fffff0;
  /*COLOR THEMES*/ }
  .pcw-card.pcw-gradient-background .pcw-field-symbol-from {
    font-size: 1.5em;
    line-height: 1.5em; }
  .pcw-card.pcw-gradient-background .pcw-field-name {
    font-size: 1.1em;
    line-height: 1.1em; }
  .pcw-card.pcw-gradient-background .pcw-field-price, .pcw-card.pcw-gradient-background .pcw-sign, .pcw-card.pcw-gradient-background .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-card.pcw-gradient-background .pcw-field-price {
    font-weight: bold; }
  .pcw-card.pcw-gradient-background > div {
    margin: 0.3em 0; }
  .pcw-card.pcw-gradient-background.pcw-red {
    background: #DB2828;
    background: -moz-linear-gradient(top, #DB2828 0%, #e45c5c 100%);
    background: -webkit-linear-gradient(top, #DB2828 0%, #e45c5c 100%);
    background: linear-gradient(to bottom, #DB2828 0%, #e45c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-maroon {
    background: #85144b;
    background: -moz-linear-gradient(top, #85144b 0%, #ba1c69 100%);
    background: -webkit-linear-gradient(top, #85144b 0%, #ba1c69 100%);
    background: linear-gradient(to bottom, #85144b 0%, #ba1c69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-orange {
    background: #F2711C;
    background: -moz-linear-gradient(top, #F2711C 0%, #f59556 100%);
    background: -webkit-linear-gradient(top, #F2711C 0%, #f59556 100%);
    background: linear-gradient(to bottom, #F2711C 0%, #f59556 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-yellow {
    background: #FBBD08;
    background: -moz-linear-gradient(top, #FBBD08 0%, #fccd44 100%);
    background: -webkit-linear-gradient(top, #FBBD08 0%, #fccd44 100%);
    background: linear-gradient(to bottom, #FBBD08 0%, #fccd44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-olive {
    background: #B5CC18;
    background: -moz-linear-gradient(top, #B5CC18 0%, #d1e839 100%);
    background: -webkit-linear-gradient(top, #B5CC18 0%, #d1e839 100%);
    background: linear-gradient(to bottom, #B5CC18 0%, #d1e839 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-green {
    background: #21BA45;
    background: -moz-linear-gradient(top, #21BA45 0%, #3cdc62 100%);
    background: -webkit-linear-gradient(top, #21BA45 0%, #3cdc62 100%);
    background: linear-gradient(to bottom, #21BA45 0%, #3cdc62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-teal {
    background: #00B5AD;
    background: -moz-linear-gradient(top, #00B5AD 0%, #00f2e7 100%);
    background: -webkit-linear-gradient(top, #00B5AD 0%, #00f2e7 100%);
    background: linear-gradient(to bottom, #00B5AD 0%, #00f2e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-blue {
    background: #2185D0;
    background: -moz-linear-gradient(top, #2185D0 0%, #4ca2e3 100%);
    background: -webkit-linear-gradient(top, #2185D0 0%, #4ca2e3 100%);
    background: linear-gradient(to bottom, #2185D0 0%, #4ca2e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-aqua {
    background: #7FDBFF;
    background: -moz-linear-gradient(top, #7FDBFF 0%, #bcecff 100%);
    background: -webkit-linear-gradient(top, #7FDBFF 0%, #bcecff 100%);
    background: linear-gradient(to bottom, #7FDBFF 0%, #bcecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-navy {
    background: #001f3f;
    background: -moz-linear-gradient(top, #001f3f 0%, #003d7c 100%);
    background: -webkit-linear-gradient(top, #001f3f 0%, #003d7c 100%);
    background: linear-gradient(to bottom, #001f3f 0%, #003d7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-purple {
    background: #A333C8;
    background: -moz-linear-gradient(top, #A333C8 0%, #ba61d7 100%);
    background: -webkit-linear-gradient(top, #A333C8 0%, #ba61d7 100%);
    background: linear-gradient(to bottom, #A333C8 0%, #ba61d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-violet {
    background: #6435C9;
    background: -moz-linear-gradient(top, #6435C9 0%, #8965d6 100%);
    background: -webkit-linear-gradient(top, #6435C9 0%, #8965d6 100%);
    background: linear-gradient(to bottom, #6435C9 0%, #8965d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-pink {
    background: #E03997;
    background: -moz-linear-gradient(top, #E03997 0%, #e86eb3 100%);
    background: -webkit-linear-gradient(top, #E03997 0%, #e86eb3 100%);
    background: linear-gradient(to bottom, #E03997 0%, #e86eb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-brown {
    background: #A5673F;
    background: -moz-linear-gradient(top, #A5673F 0%, #c2865f 100%);
    background: -webkit-linear-gradient(top, #A5673F 0%, #c2865f 100%);
    background: linear-gradient(to bottom, #A5673F 0%, #c2865f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-grey {
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #959595 100%);
    background: -webkit-linear-gradient(top, #767676 0%, #959595 100%);
    background: linear-gradient(to bottom, #767676 0%, #959595 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-black {
    background: #000;
    background: -moz-linear-gradient(top, #000 0%, #1f1f1f 100%);
    background: -webkit-linear-gradient(top, #000 0%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #000 0%, #1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }
  .pcw-card.pcw-gradient-background.pcw-white {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, white 100%);
    background: -webkit-linear-gradient(top, #fff 0%, white 100%);
    background: linear-gradient(to bottom, #fff 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-code', endColorstr='$color-light',GradientType=0 ); }

.pcw-card.pcw-rounded {
  text-align: center;
  padding: 1em 3em;
  border-radius: 0.2857em;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  /*COLOR THEMES*/ }
  .pcw-card.pcw-rounded .pcw-field-symbol-from {
    font-size: 1.5em;
    line-height: 1.5em; }
  .pcw-card.pcw-rounded .pcw-field-name {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #A5A5A5; }
  .pcw-card.pcw-rounded .pcw-field-price, .pcw-card.pcw-rounded .pcw-sign, .pcw-card.pcw-rounded .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-card.pcw-rounded .pcw-field-price {
    font-weight: bold; }
  .pcw-card.pcw-rounded > div {
    margin: 0.3em 0; }
  .pcw-card.pcw-rounded.pcw-red {
    border-top: 2px solid #DB2828; }
  .pcw-card.pcw-rounded.pcw-maroon {
    border-top: 2px solid #85144b; }
  .pcw-card.pcw-rounded.pcw-orange {
    border-top: 2px solid #F2711C; }
  .pcw-card.pcw-rounded.pcw-yellow {
    border-top: 2px solid #FBBD08; }
  .pcw-card.pcw-rounded.pcw-olive {
    border-top: 2px solid #B5CC18; }
  .pcw-card.pcw-rounded.pcw-green {
    border-top: 2px solid #21BA45; }
  .pcw-card.pcw-rounded.pcw-teal {
    border-top: 2px solid #00B5AD; }
  .pcw-card.pcw-rounded.pcw-blue {
    border-top: 2px solid #2185D0; }
  .pcw-card.pcw-rounded.pcw-aqua {
    border-top: 2px solid #7FDBFF; }
  .pcw-card.pcw-rounded.pcw-navy {
    border-top: 2px solid #001f3f; }
  .pcw-card.pcw-rounded.pcw-purple {
    border-top: 2px solid #A333C8; }
  .pcw-card.pcw-rounded.pcw-violet {
    border-top: 2px solid #6435C9; }
  .pcw-card.pcw-rounded.pcw-pink {
    border-top: 2px solid #E03997; }
  .pcw-card.pcw-rounded.pcw-brown {
    border-top: 2px solid #A5673F; }
  .pcw-card.pcw-rounded.pcw-grey {
    border-top: 2px solid #767676; }
  .pcw-card.pcw-rounded.pcw-black {
    border-top: 2px solid #000; }
  .pcw-card.pcw-rounded.pcw-white {
    border-top: 2px solid #fff; }

.pcw-chart.pcw-basic {
  /*COLOR THEMES*/ }
  .pcw-chart.pcw-basic > div {
    margin: 0.8em 0; }
  .pcw-chart.pcw-basic .pcw-field-logo img {
    height: 1.2em; }
  .pcw-chart.pcw-basic .pcw-field-symbol-to {
    margin-right: 0.15em; }
  .pcw-chart.pcw-basic .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-chart.pcw-basic .pcw-field-price {
    font-weight: bold; }
  .pcw-chart.pcw-basic.pcw-red {
    color: #DB2828; }
  .pcw-chart.pcw-basic.pcw-maroon {
    color: #85144b; }
  .pcw-chart.pcw-basic.pcw-orange {
    color: #F2711C; }
  .pcw-chart.pcw-basic.pcw-yellow {
    color: #FBBD08; }
  .pcw-chart.pcw-basic.pcw-olive {
    color: #B5CC18; }
  .pcw-chart.pcw-basic.pcw-green {
    color: #21BA45; }
  .pcw-chart.pcw-basic.pcw-teal {
    color: #00B5AD; }
  .pcw-chart.pcw-basic.pcw-blue {
    color: #2185D0; }
  .pcw-chart.pcw-basic.pcw-aqua {
    color: #7FDBFF; }
  .pcw-chart.pcw-basic.pcw-navy {
    color: #001f3f; }
  .pcw-chart.pcw-basic.pcw-purple {
    color: #A333C8; }
  .pcw-chart.pcw-basic.pcw-violet {
    color: #6435C9; }
  .pcw-chart.pcw-basic.pcw-pink {
    color: #E03997; }
  .pcw-chart.pcw-basic.pcw-brown {
    color: #A5673F; }
  .pcw-chart.pcw-basic.pcw-grey {
    color: #767676; }
  .pcw-chart.pcw-basic.pcw-black {
    color: #000; }
  .pcw-chart.pcw-basic.pcw-white {
    color: #fff; }

.pcw-chart.pcw-multi-period.pcw-red .pcw-periods-container a {
  color: #DB2828; }
  .pcw-chart.pcw-multi-period.pcw-red .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #DB2828; }

.pcw-chart.pcw-multi-period.pcw-maroon .pcw-periods-container a {
  color: #85144b; }
  .pcw-chart.pcw-multi-period.pcw-maroon .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #85144b; }

.pcw-chart.pcw-multi-period.pcw-orange .pcw-periods-container a {
  color: #F2711C; }
  .pcw-chart.pcw-multi-period.pcw-orange .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #F2711C; }

.pcw-chart.pcw-multi-period.pcw-yellow .pcw-periods-container a {
  color: #FBBD08; }
  .pcw-chart.pcw-multi-period.pcw-yellow .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #FBBD08; }

.pcw-chart.pcw-multi-period.pcw-olive .pcw-periods-container a {
  color: #B5CC18; }
  .pcw-chart.pcw-multi-period.pcw-olive .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #B5CC18; }

.pcw-chart.pcw-multi-period.pcw-green .pcw-periods-container a {
  color: #21BA45; }
  .pcw-chart.pcw-multi-period.pcw-green .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #21BA45; }

.pcw-chart.pcw-multi-period.pcw-teal .pcw-periods-container a {
  color: #00B5AD; }
  .pcw-chart.pcw-multi-period.pcw-teal .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #00B5AD; }

.pcw-chart.pcw-multi-period.pcw-blue .pcw-periods-container a {
  color: #2185D0; }
  .pcw-chart.pcw-multi-period.pcw-blue .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #2185D0; }

.pcw-chart.pcw-multi-period.pcw-aqua .pcw-periods-container a {
  color: #7FDBFF; }
  .pcw-chart.pcw-multi-period.pcw-aqua .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #7FDBFF; }

.pcw-chart.pcw-multi-period.pcw-navy .pcw-periods-container a {
  color: #001f3f; }
  .pcw-chart.pcw-multi-period.pcw-navy .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #001f3f; }

.pcw-chart.pcw-multi-period.pcw-purple .pcw-periods-container a {
  color: #A333C8; }
  .pcw-chart.pcw-multi-period.pcw-purple .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #A333C8; }

.pcw-chart.pcw-multi-period.pcw-violet .pcw-periods-container a {
  color: #6435C9; }
  .pcw-chart.pcw-multi-period.pcw-violet .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #6435C9; }

.pcw-chart.pcw-multi-period.pcw-pink .pcw-periods-container a {
  color: #E03997; }
  .pcw-chart.pcw-multi-period.pcw-pink .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #E03997; }

.pcw-chart.pcw-multi-period.pcw-brown .pcw-periods-container a {
  color: #A5673F; }
  .pcw-chart.pcw-multi-period.pcw-brown .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #A5673F; }

.pcw-chart.pcw-multi-period.pcw-grey .pcw-periods-container a {
  color: #767676; }
  .pcw-chart.pcw-multi-period.pcw-grey .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #767676; }

.pcw-chart.pcw-multi-period.pcw-black .pcw-periods-container a {
  color: #000; }
  .pcw-chart.pcw-multi-period.pcw-black .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #000; }

.pcw-chart.pcw-multi-period.pcw-white .pcw-periods-container a {
  color: #fff; }
  .pcw-chart.pcw-multi-period.pcw-white .pcw-periods-container a.pcw-selected-period {
    font-weight: bold;
    border-bottom: 2px solid #fff; }

.pcw-comparison.pcw-basic table thead tr:first-child th {
  font-size: 1.6em;
  padding: 0.5em 0; }
  .pcw-comparison.pcw-basic table thead tr:first-child th > span {
    vertical-align: middle; }

.pcw-comparison.pcw-basic table thead tr:last-child th {
  padding: 1.2em 0; }
  .pcw-comparison.pcw-basic table thead tr:last-child th .pcw-field-price {
    font-size: 2.2em; }

.pcw-comparison.pcw-basic table tbody tr td {
  padding: 0.7em;
  border-bottom: 1px solid grey; }

.pcw-comparison.pcw-basic.pcw-red table thead tr th {
  color: #711313; }

.pcw-comparison.pcw-basic.pcw-red table thead tr:first-child th {
  background-color: #DB2828 !important;
  background-image: linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -moz-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -o-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -webkit-linear-gradient(to bottom, #DB2828, #b21e1e) !important; }

.pcw-comparison.pcw-basic.pcw-red table thead tr:last-child th {
  background-color: #DB2828 !important;
  background-image: linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -moz-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -o-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -webkit-linear-gradient(to bottom, #DB2828, #9c1a1a) !important; }

.pcw-comparison.pcw-basic.pcw-maroon table thead tr th {
  color: #16030d; }

.pcw-comparison.pcw-basic.pcw-maroon table thead tr:first-child th {
  background-color: #85144b !important;
  background-image: linear-gradient(to bottom, #85144b, #590d32) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -moz-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -o-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -webkit-linear-gradient(to bottom, #85144b, #590d32) !important; }

.pcw-comparison.pcw-basic.pcw-maroon table thead tr:last-child th {
  background-color: #85144b !important;
  background-image: linear-gradient(to bottom, #85144b, #430a26) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -moz-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -o-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -webkit-linear-gradient(to bottom, #85144b, #430a26) !important; }

.pcw-comparison.pcw-basic.pcw-orange table thead tr th {
  color: #873a08; }

.pcw-comparison.pcw-basic.pcw-orange table thead tr:first-child th {
  background-color: #F2711C !important;
  background-image: linear-gradient(to bottom, #F2711C, #cf590c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -moz-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -o-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -webkit-linear-gradient(to bottom, #F2711C, #cf590c) !important; }

.pcw-comparison.pcw-basic.pcw-orange table thead tr:last-child th {
  background-color: #F2711C !important;
  background-image: linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -moz-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -o-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -webkit-linear-gradient(to bottom, #F2711C, #b74f0a) !important; }

.pcw-comparison.pcw-basic.pcw-yellow table thead tr th {
  color: #816102; }

.pcw-comparison.pcw-basic.pcw-yellow table thead tr:first-child th {
  background-color: #FBBD08 !important;
  background-image: linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -moz-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -o-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -webkit-linear-gradient(to bottom, #FBBD08, #cd9903) !important; }

.pcw-comparison.pcw-basic.pcw-yellow table thead tr:last-child th {
  background-color: #FBBD08 !important;
  background-image: linear-gradient(to bottom, #FBBD08, #b48703) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -moz-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -o-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -webkit-linear-gradient(to bottom, #FBBD08, #b48703) !important; }

.pcw-comparison.pcw-basic.pcw-olive table thead tr th {
  color: #505a0b; }

.pcw-comparison.pcw-basic.pcw-olive table thead tr:first-child th {
  background-color: #B5CC18 !important;
  background-image: linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -moz-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -o-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -webkit-linear-gradient(to bottom, #B5CC18, #8d9e13) !important; }

.pcw-comparison.pcw-basic.pcw-olive table thead tr:last-child th {
  background-color: #B5CC18 !important;
  background-image: linear-gradient(to bottom, #B5CC18, #788810) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -moz-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -o-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -webkit-linear-gradient(to bottom, #B5CC18, #788810) !important; }

.pcw-comparison.pcw-basic.pcw-green table thead tr th {
  color: #0e4e1d; }

.pcw-comparison.pcw-basic.pcw-green table thead tr:first-child th {
  background-color: #21BA45 !important;
  background-image: linear-gradient(to bottom, #21BA45, #198f35) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -moz-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -o-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -webkit-linear-gradient(to bottom, #21BA45, #198f35) !important; }

.pcw-comparison.pcw-basic.pcw-green table thead tr:last-child th {
  background-color: #21BA45 !important;
  background-image: linear-gradient(to bottom, #21BA45, #15792d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -moz-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -o-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -webkit-linear-gradient(to bottom, #21BA45, #15792d) !important; }

.pcw-comparison.pcw-basic.pcw-teal table thead tr th {
  color: #003633; }

.pcw-comparison.pcw-basic.pcw-teal table thead tr:first-child th {
  background-color: #00B5AD !important;
  background-image: linear-gradient(to bottom, #00B5AD, #00827c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -moz-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -o-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -webkit-linear-gradient(to bottom, #00B5AD, #00827c) !important; }

.pcw-comparison.pcw-basic.pcw-teal table thead tr:last-child th {
  background-color: #00B5AD !important;
  background-image: linear-gradient(to bottom, #00B5AD, #006964) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -moz-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -o-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -webkit-linear-gradient(to bottom, #00B5AD, #006964) !important; }

.pcw-comparison.pcw-basic.pcw-blue table thead tr th {
  color: #103f62; }

.pcw-comparison.pcw-basic.pcw-blue table thead tr:first-child th {
  background-color: #2185D0 !important;
  background-image: linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -moz-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -o-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -webkit-linear-gradient(to bottom, #2185D0, #1a69a4) !important; }

.pcw-comparison.pcw-basic.pcw-blue table thead tr:last-child th {
  background-color: #2185D0 !important;
  background-image: linear-gradient(to bottom, #2185D0, #175b8e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -moz-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -o-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -webkit-linear-gradient(to bottom, #2185D0, #175b8e) !important; }

.pcw-comparison.pcw-basic.pcw-aqua table thead tr th {
  color: #00b7ff; }

.pcw-comparison.pcw-basic.pcw-aqua table thead tr:first-child th {
  background-color: #7FDBFF !important;
  background-image: linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -moz-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -o-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -webkit-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important; }

.pcw-comparison.pcw-basic.pcw-aqua table thead tr:last-child th {
  background-color: #7FDBFF !important;
  background-image: linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -moz-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -o-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -webkit-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important; }

.pcw-comparison.pcw-basic.pcw-navy table thead tr th {
  color: #005ebf; }

.pcw-comparison.pcw-basic.pcw-navy table thead tr:first-child th {
  background-color: #001f3f !important;
  background-image: linear-gradient(to bottom, #001f3f, #00060c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -moz-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -o-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -webkit-linear-gradient(to bottom, #001f3f, #00060c) !important; }

.pcw-comparison.pcw-basic.pcw-navy table thead tr:last-child th {
  background-color: #001f3f !important;
  background-image: linear-gradient(to bottom, #001f3f, black) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #001f3f, black) !important;
  background: -moz-linear-gradient(to bottom, #001f3f, black) !important;
  background: -o-linear-gradient(to bottom, #001f3f, black) !important;
  background: -webkit-linear-gradient(to bottom, #001f3f, black) !important; }

.pcw-comparison.pcw-basic.pcw-purple table thead tr th {
  color: #501962; }

.pcw-comparison.pcw-basic.pcw-purple table thead tr:first-child th {
  background-color: #A333C8 !important;
  background-image: linear-gradient(to bottom, #A333C8, #82299f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -moz-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -o-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -webkit-linear-gradient(to bottom, #A333C8, #82299f) !important; }

.pcw-comparison.pcw-basic.pcw-purple table thead tr:last-child th {
  background-color: #A333C8 !important;
  background-image: linear-gradient(to bottom, #A333C8, #71238b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -moz-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -o-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -webkit-linear-gradient(to bottom, #A333C8, #71238b) !important; }

.pcw-comparison.pcw-basic.pcw-violet table thead tr th {
  color: #321a64; }

.pcw-comparison.pcw-basic.pcw-violet table thead tr:first-child th {
  background-color: #6435C9 !important;
  background-image: linear-gradient(to bottom, #6435C9, #502aa1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -moz-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -o-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -webkit-linear-gradient(to bottom, #6435C9, #502aa1) !important; }

.pcw-comparison.pcw-basic.pcw-violet table thead tr:last-child th {
  background-color: #6435C9 !important;
  background-image: linear-gradient(to bottom, #6435C9, #46258c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -moz-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -o-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -webkit-linear-gradient(to bottom, #6435C9, #46258c) !important; }

.pcw-comparison.pcw-basic.pcw-pink table thead tr th {
  color: #851554; }

.pcw-comparison.pcw-basic.pcw-pink table thead tr:first-child th {
  background-color: #E03997 !important;
  background-image: linear-gradient(to bottom, #E03997, #c71f7e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -moz-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -o-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -webkit-linear-gradient(to bottom, #E03997, #c71f7e) !important; }

.pcw-comparison.pcw-basic.pcw-pink table thead tr:last-child th {
  background-color: #E03997 !important;
  background-image: linear-gradient(to bottom, #E03997, #b11c70) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -moz-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -o-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -webkit-linear-gradient(to bottom, #E03997, #b11c70) !important; }

.pcw-comparison.pcw-basic.pcw-brown table thead tr th {
  color: #492d1c; }

.pcw-comparison.pcw-basic.pcw-brown table thead tr:first-child th {
  background-color: #A5673F !important;
  background-image: linear-gradient(to bottom, #A5673F, #805031) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -moz-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -o-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -webkit-linear-gradient(to bottom, #A5673F, #805031) !important; }

.pcw-comparison.pcw-basic.pcw-brown table thead tr:last-child th {
  background-color: #A5673F !important;
  background-image: linear-gradient(to bottom, #A5673F, #6e442a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -moz-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -o-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -webkit-linear-gradient(to bottom, #A5673F, #6e442a) !important; }

.pcw-comparison.pcw-basic.pcw-grey table thead tr th {
  color: #363636; }

.pcw-comparison.pcw-basic.pcw-grey table thead tr:first-child th {
  background-color: #767676 !important;
  background-image: linear-gradient(to bottom, #767676, #5d5d5d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -moz-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -o-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -webkit-linear-gradient(to bottom, #767676, #5d5d5d) !important; }

.pcw-comparison.pcw-basic.pcw-grey table thead tr:last-child th {
  background-color: #767676 !important;
  background-image: linear-gradient(to bottom, #767676, #505050) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #767676, #505050) !important;
  background: -moz-linear-gradient(to bottom, #767676, #505050) !important;
  background: -o-linear-gradient(to bottom, #767676, #505050) !important;
  background: -webkit-linear-gradient(to bottom, #767676, #505050) !important; }

.pcw-comparison.pcw-basic.pcw-black table thead tr th {
  color: #404040; }

.pcw-comparison.pcw-basic.pcw-black table thead tr:first-child th {
  background-color: #000 !important;
  background-image: linear-gradient(to bottom, #000, #1a1a1a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -moz-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -o-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -webkit-linear-gradient(to bottom, #000, #1a1a1a) !important; }

.pcw-comparison.pcw-basic.pcw-black table thead tr:last-child th {
  background-color: #000 !important;
  background-image: linear-gradient(to bottom, #000, #262626) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #000, #262626) !important;
  background: -moz-linear-gradient(to bottom, #000, #262626) !important;
  background: -o-linear-gradient(to bottom, #000, #262626) !important;
  background: -webkit-linear-gradient(to bottom, #000, #262626) !important; }

.pcw-comparison.pcw-basic.pcw-white table thead tr th {
  color: #bfbfbf; }

.pcw-comparison.pcw-basic.pcw-white table thead tr:first-child th {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -moz-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -o-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -webkit-linear-gradient(to bottom, #fff, #e6e6e6) !important; }

.pcw-comparison.pcw-basic.pcw-white table thead tr:last-child th {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom, #fff, #d9d9d9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -moz-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -o-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -webkit-linear-gradient(to bottom, #fff, #d9d9d9) !important; }

.pcw-comparison.pcw-basic2 table thead tr:first-child th {
  font-size: 1.6em;
  padding: 0.5em 0; }
  .pcw-comparison.pcw-basic2 table thead tr:first-child th > span {
    vertical-align: middle; }

.pcw-comparison.pcw-basic2 table thead tr:last-child th {
  padding: 1.4em 0; }
  .pcw-comparison.pcw-basic2 table thead tr:last-child th .pcw-field-price {
    font-size: 2.2em; }

.pcw-comparison.pcw-basic2 table tbody tr td {
  padding: 0.7em; }

.pcw-comparison.pcw-basic2.pcw-red table thead tr th {
  color: #DB2828;
  border-right: 1px dashed #DB2828; }

.pcw-comparison.pcw-basic2.pcw-red table tbody tr td {
  border-right: 1px dashed #DB2828; }
  .pcw-comparison.pcw-basic2.pcw-red table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-maroon table thead tr th {
  color: #85144b;
  border-right: 1px dashed #85144b; }

.pcw-comparison.pcw-basic2.pcw-maroon table tbody tr td {
  border-right: 1px dashed #85144b; }
  .pcw-comparison.pcw-basic2.pcw-maroon table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-orange table thead tr th {
  color: #F2711C;
  border-right: 1px dashed #F2711C; }

.pcw-comparison.pcw-basic2.pcw-orange table tbody tr td {
  border-right: 1px dashed #F2711C; }
  .pcw-comparison.pcw-basic2.pcw-orange table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-yellow table thead tr th {
  color: #FBBD08;
  border-right: 1px dashed #FBBD08; }

.pcw-comparison.pcw-basic2.pcw-yellow table tbody tr td {
  border-right: 1px dashed #FBBD08; }
  .pcw-comparison.pcw-basic2.pcw-yellow table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-olive table thead tr th {
  color: #B5CC18;
  border-right: 1px dashed #B5CC18; }

.pcw-comparison.pcw-basic2.pcw-olive table tbody tr td {
  border-right: 1px dashed #B5CC18; }
  .pcw-comparison.pcw-basic2.pcw-olive table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-green table thead tr th {
  color: #21BA45;
  border-right: 1px dashed #21BA45; }

.pcw-comparison.pcw-basic2.pcw-green table tbody tr td {
  border-right: 1px dashed #21BA45; }
  .pcw-comparison.pcw-basic2.pcw-green table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-teal table thead tr th {
  color: #00B5AD;
  border-right: 1px dashed #00B5AD; }

.pcw-comparison.pcw-basic2.pcw-teal table tbody tr td {
  border-right: 1px dashed #00B5AD; }
  .pcw-comparison.pcw-basic2.pcw-teal table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-blue table thead tr th {
  color: #2185D0;
  border-right: 1px dashed #2185D0; }

.pcw-comparison.pcw-basic2.pcw-blue table tbody tr td {
  border-right: 1px dashed #2185D0; }
  .pcw-comparison.pcw-basic2.pcw-blue table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-aqua table thead tr th {
  color: #7FDBFF;
  border-right: 1px dashed #7FDBFF; }

.pcw-comparison.pcw-basic2.pcw-aqua table tbody tr td {
  border-right: 1px dashed #7FDBFF; }
  .pcw-comparison.pcw-basic2.pcw-aqua table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-navy table thead tr th {
  color: #001f3f;
  border-right: 1px dashed #001f3f; }

.pcw-comparison.pcw-basic2.pcw-navy table tbody tr td {
  border-right: 1px dashed #001f3f; }
  .pcw-comparison.pcw-basic2.pcw-navy table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-purple table thead tr th {
  color: #A333C8;
  border-right: 1px dashed #A333C8; }

.pcw-comparison.pcw-basic2.pcw-purple table tbody tr td {
  border-right: 1px dashed #A333C8; }
  .pcw-comparison.pcw-basic2.pcw-purple table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-violet table thead tr th {
  color: #6435C9;
  border-right: 1px dashed #6435C9; }

.pcw-comparison.pcw-basic2.pcw-violet table tbody tr td {
  border-right: 1px dashed #6435C9; }
  .pcw-comparison.pcw-basic2.pcw-violet table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-pink table thead tr th {
  color: #E03997;
  border-right: 1px dashed #E03997; }

.pcw-comparison.pcw-basic2.pcw-pink table tbody tr td {
  border-right: 1px dashed #E03997; }
  .pcw-comparison.pcw-basic2.pcw-pink table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-brown table thead tr th {
  color: #A5673F;
  border-right: 1px dashed #A5673F; }

.pcw-comparison.pcw-basic2.pcw-brown table tbody tr td {
  border-right: 1px dashed #A5673F; }
  .pcw-comparison.pcw-basic2.pcw-brown table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-grey table thead tr th {
  color: #767676;
  border-right: 1px dashed #767676; }

.pcw-comparison.pcw-basic2.pcw-grey table tbody tr td {
  border-right: 1px dashed #767676; }
  .pcw-comparison.pcw-basic2.pcw-grey table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-black table thead tr th {
  color: #000;
  border-right: 1px dashed #000; }

.pcw-comparison.pcw-basic2.pcw-black table tbody tr td {
  border-right: 1px dashed #000; }
  .pcw-comparison.pcw-basic2.pcw-black table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-basic2.pcw-white table thead tr th {
  color: #fff;
  border-right: 1px dashed #fff; }

.pcw-comparison.pcw-basic2.pcw-white table tbody tr td {
  border-right: 1px dashed #fff; }
  .pcw-comparison.pcw-basic2.pcw-white table tbody tr td:first-child {
    font-weight: bold; }

.pcw-comparison.pcw-black-background table {
  background: #000; }
  .pcw-comparison.pcw-black-background table thead tr:first-child th {
    font-size: 1.6em;
    padding: 0.4em 0; }
    .pcw-comparison.pcw-black-background table thead tr:first-child th > span {
      vertical-align: middle; }
  .pcw-comparison.pcw-black-background table thead tr:last-child th {
    padding: 1.4em 0; }
    .pcw-comparison.pcw-black-background table thead tr:last-child th .pcw-field-price {
      font-size: 2.2em; }
  .pcw-comparison.pcw-black-background table tbody tr td {
    padding: 0.7em; }

.pcw-comparison.pcw-black-background.pcw-red table {
  color: #DB2828; }
  .pcw-comparison.pcw-black-background.pcw-red table thead tr:last-child th {
    border-bottom: 2px solid #DB2828; }
  .pcw-comparison.pcw-black-background.pcw-red table tbody tr td {
    border-bottom: 1px solid #DB2828;
    color: #DB2828; }
    .pcw-comparison.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
      color: #DB2828; }
    .pcw-comparison.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
      color: #DB2828; }

.pcw-comparison.pcw-black-background.pcw-maroon table {
  color: #85144b; }
  .pcw-comparison.pcw-black-background.pcw-maroon table thead tr:last-child th {
    border-bottom: 2px solid #85144b; }
  .pcw-comparison.pcw-black-background.pcw-maroon table tbody tr td {
    border-bottom: 1px solid #85144b;
    color: #85144b; }
    .pcw-comparison.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #85144b; }
    .pcw-comparison.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #85144b; }

.pcw-comparison.pcw-black-background.pcw-orange table {
  color: #F2711C; }
  .pcw-comparison.pcw-black-background.pcw-orange table thead tr:last-child th {
    border-bottom: 2px solid #F2711C; }
  .pcw-comparison.pcw-black-background.pcw-orange table tbody tr td {
    border-bottom: 1px solid #F2711C;
    color: #F2711C; }
    .pcw-comparison.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
      color: #F2711C; }
    .pcw-comparison.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
      color: #F2711C; }

.pcw-comparison.pcw-black-background.pcw-yellow table {
  color: #FBBD08; }
  .pcw-comparison.pcw-black-background.pcw-yellow table thead tr:last-child th {
    border-bottom: 2px solid #FBBD08; }
  .pcw-comparison.pcw-black-background.pcw-yellow table tbody tr td {
    border-bottom: 1px solid #FBBD08;
    color: #FBBD08; }
    .pcw-comparison.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #FBBD08; }
    .pcw-comparison.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #FBBD08; }

.pcw-comparison.pcw-black-background.pcw-olive table {
  color: #B5CC18; }
  .pcw-comparison.pcw-black-background.pcw-olive table thead tr:last-child th {
    border-bottom: 2px solid #B5CC18; }
  .pcw-comparison.pcw-black-background.pcw-olive table tbody tr td {
    border-bottom: 1px solid #B5CC18;
    color: #B5CC18; }
    .pcw-comparison.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
      color: #B5CC18; }
    .pcw-comparison.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
      color: #B5CC18; }

.pcw-comparison.pcw-black-background.pcw-green table {
  color: #21BA45; }
  .pcw-comparison.pcw-black-background.pcw-green table thead tr:last-child th {
    border-bottom: 2px solid #21BA45; }
  .pcw-comparison.pcw-black-background.pcw-green table tbody tr td {
    border-bottom: 1px solid #21BA45;
    color: #21BA45; }
    .pcw-comparison.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
      color: #21BA45; }
    .pcw-comparison.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
      color: #21BA45; }

.pcw-comparison.pcw-black-background.pcw-teal table {
  color: #00B5AD; }
  .pcw-comparison.pcw-black-background.pcw-teal table thead tr:last-child th {
    border-bottom: 2px solid #00B5AD; }
  .pcw-comparison.pcw-black-background.pcw-teal table tbody tr td {
    border-bottom: 1px solid #00B5AD;
    color: #00B5AD; }
    .pcw-comparison.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
      color: #00B5AD; }
    .pcw-comparison.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
      color: #00B5AD; }

.pcw-comparison.pcw-black-background.pcw-blue table {
  color: #2185D0; }
  .pcw-comparison.pcw-black-background.pcw-blue table thead tr:last-child th {
    border-bottom: 2px solid #2185D0; }
  .pcw-comparison.pcw-black-background.pcw-blue table tbody tr td {
    border-bottom: 1px solid #2185D0;
    color: #2185D0; }
    .pcw-comparison.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
      color: #2185D0; }
    .pcw-comparison.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
      color: #2185D0; }

.pcw-comparison.pcw-black-background.pcw-aqua table {
  color: #7FDBFF; }
  .pcw-comparison.pcw-black-background.pcw-aqua table thead tr:last-child th {
    border-bottom: 2px solid #7FDBFF; }
  .pcw-comparison.pcw-black-background.pcw-aqua table tbody tr td {
    border-bottom: 1px solid #7FDBFF;
    color: #7FDBFF; }
    .pcw-comparison.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #7FDBFF; }
    .pcw-comparison.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #7FDBFF; }

.pcw-comparison.pcw-black-background.pcw-navy table {
  color: #001f3f; }
  .pcw-comparison.pcw-black-background.pcw-navy table thead tr:last-child th {
    border-bottom: 2px solid #001f3f; }
  .pcw-comparison.pcw-black-background.pcw-navy table tbody tr td {
    border-bottom: 1px solid #001f3f;
    color: #001f3f; }
    .pcw-comparison.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
      color: #001f3f; }
    .pcw-comparison.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
      color: #001f3f; }

.pcw-comparison.pcw-black-background.pcw-purple table {
  color: #A333C8; }
  .pcw-comparison.pcw-black-background.pcw-purple table thead tr:last-child th {
    border-bottom: 2px solid #A333C8; }
  .pcw-comparison.pcw-black-background.pcw-purple table tbody tr td {
    border-bottom: 1px solid #A333C8;
    color: #A333C8; }
    .pcw-comparison.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
      color: #A333C8; }
    .pcw-comparison.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
      color: #A333C8; }

.pcw-comparison.pcw-black-background.pcw-violet table {
  color: #6435C9; }
  .pcw-comparison.pcw-black-background.pcw-violet table thead tr:last-child th {
    border-bottom: 2px solid #6435C9; }
  .pcw-comparison.pcw-black-background.pcw-violet table tbody tr td {
    border-bottom: 1px solid #6435C9;
    color: #6435C9; }
    .pcw-comparison.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
      color: #6435C9; }
    .pcw-comparison.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
      color: #6435C9; }

.pcw-comparison.pcw-black-background.pcw-pink table {
  color: #E03997; }
  .pcw-comparison.pcw-black-background.pcw-pink table thead tr:last-child th {
    border-bottom: 2px solid #E03997; }
  .pcw-comparison.pcw-black-background.pcw-pink table tbody tr td {
    border-bottom: 1px solid #E03997;
    color: #E03997; }
    .pcw-comparison.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
      color: #E03997; }
    .pcw-comparison.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
      color: #E03997; }

.pcw-comparison.pcw-black-background.pcw-brown table {
  color: #A5673F; }
  .pcw-comparison.pcw-black-background.pcw-brown table thead tr:last-child th {
    border-bottom: 2px solid #A5673F; }
  .pcw-comparison.pcw-black-background.pcw-brown table tbody tr td {
    border-bottom: 1px solid #A5673F;
    color: #A5673F; }
    .pcw-comparison.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
      color: #A5673F; }
    .pcw-comparison.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
      color: #A5673F; }

.pcw-comparison.pcw-black-background.pcw-grey table {
  color: #767676; }
  .pcw-comparison.pcw-black-background.pcw-grey table thead tr:last-child th {
    border-bottom: 2px solid #767676; }
  .pcw-comparison.pcw-black-background.pcw-grey table tbody tr td {
    border-bottom: 1px solid #767676;
    color: #767676; }
    .pcw-comparison.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
      color: #767676; }
    .pcw-comparison.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
      color: #767676; }

.pcw-comparison.pcw-black-background.pcw-black table {
  color: #000; }
  .pcw-comparison.pcw-black-background.pcw-black table thead tr:last-child th {
    border-bottom: 2px solid #000; }
  .pcw-comparison.pcw-black-background.pcw-black table tbody tr td {
    border-bottom: 1px solid #000;
    color: #000; }
    .pcw-comparison.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
      color: #000; }
    .pcw-comparison.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
      color: #000; }

.pcw-comparison.pcw-black-background.pcw-white table {
  color: #fff; }
  .pcw-comparison.pcw-black-background.pcw-white table thead tr:last-child th {
    border-bottom: 2px solid #fff; }
  .pcw-comparison.pcw-black-background.pcw-white table tbody tr td {
    border-bottom: 1px solid #fff;
    color: #fff; }
    .pcw-comparison.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-comparison.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }

.pcw-comparison.pcw-color-background table {
  color: #fff; }
  .pcw-comparison.pcw-color-background table thead tr:first-child th {
    font-size: 1.6em;
    padding: 0.4em 0; }
    .pcw-comparison.pcw-color-background table thead tr:first-child th > span {
      vertical-align: middle; }
  .pcw-comparison.pcw-color-background table thead tr:last-child th {
    padding: 1.4em 0; }
    .pcw-comparison.pcw-color-background table thead tr:last-child th .pcw-field-price {
      font-size: 2.2em; }
  .pcw-comparison.pcw-color-background table tbody tr td {
    padding: 0.7em; }
    .pcw-comparison.pcw-color-background table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-comparison.pcw-color-background table tbody tr td span.pcw-down {
      color: #fff; }

.pcw-comparison.pcw-color-background.pcw-red table thead tr:first-child th {
  background-color: #DB2828 !important;
  background-image: linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -moz-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -o-linear-gradient(to bottom, #DB2828, #b21e1e) !important;
  background: -webkit-linear-gradient(to bottom, #DB2828, #b21e1e) !important; }

.pcw-comparison.pcw-color-background.pcw-red table thead tr:last-child th {
  background-color: #DB2828 !important;
  background-image: linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -moz-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -o-linear-gradient(to bottom, #DB2828, #9c1a1a) !important;
  background: -webkit-linear-gradient(to bottom, #DB2828, #9c1a1a) !important; }

.pcw-comparison.pcw-color-background.pcw-red table tbody tr {
  background: #DB2828; }
  .pcw-comparison.pcw-color-background.pcw-red table tbody tr:nth-child(odd) {
    background: #DB2828; }
  .pcw-comparison.pcw-color-background.pcw-red table tbody tr:nth-child(even) {
    background: #9c1a1a; }

.pcw-comparison.pcw-color-background.pcw-maroon table thead tr:first-child th {
  background-color: #85144b !important;
  background-image: linear-gradient(to bottom, #85144b, #590d32) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -moz-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -o-linear-gradient(to bottom, #85144b, #590d32) !important;
  background: -webkit-linear-gradient(to bottom, #85144b, #590d32) !important; }

.pcw-comparison.pcw-color-background.pcw-maroon table thead tr:last-child th {
  background-color: #85144b !important;
  background-image: linear-gradient(to bottom, #85144b, #430a26) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -moz-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -o-linear-gradient(to bottom, #85144b, #430a26) !important;
  background: -webkit-linear-gradient(to bottom, #85144b, #430a26) !important; }

.pcw-comparison.pcw-color-background.pcw-maroon table tbody tr {
  background: #85144b; }
  .pcw-comparison.pcw-color-background.pcw-maroon table tbody tr:nth-child(odd) {
    background: #85144b; }
  .pcw-comparison.pcw-color-background.pcw-maroon table tbody tr:nth-child(even) {
    background: #430a26; }

.pcw-comparison.pcw-color-background.pcw-orange table thead tr:first-child th {
  background-color: #F2711C !important;
  background-image: linear-gradient(to bottom, #F2711C, #cf590c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -moz-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -o-linear-gradient(to bottom, #F2711C, #cf590c) !important;
  background: -webkit-linear-gradient(to bottom, #F2711C, #cf590c) !important; }

.pcw-comparison.pcw-color-background.pcw-orange table thead tr:last-child th {
  background-color: #F2711C !important;
  background-image: linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -moz-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -o-linear-gradient(to bottom, #F2711C, #b74f0a) !important;
  background: -webkit-linear-gradient(to bottom, #F2711C, #b74f0a) !important; }

.pcw-comparison.pcw-color-background.pcw-orange table tbody tr {
  background: #F2711C; }
  .pcw-comparison.pcw-color-background.pcw-orange table tbody tr:nth-child(odd) {
    background: #F2711C; }
  .pcw-comparison.pcw-color-background.pcw-orange table tbody tr:nth-child(even) {
    background: #b74f0a; }

.pcw-comparison.pcw-color-background.pcw-yellow table thead tr:first-child th {
  background-color: #FBBD08 !important;
  background-image: linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -moz-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -o-linear-gradient(to bottom, #FBBD08, #cd9903) !important;
  background: -webkit-linear-gradient(to bottom, #FBBD08, #cd9903) !important; }

.pcw-comparison.pcw-color-background.pcw-yellow table thead tr:last-child th {
  background-color: #FBBD08 !important;
  background-image: linear-gradient(to bottom, #FBBD08, #b48703) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -moz-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -o-linear-gradient(to bottom, #FBBD08, #b48703) !important;
  background: -webkit-linear-gradient(to bottom, #FBBD08, #b48703) !important; }

.pcw-comparison.pcw-color-background.pcw-yellow table tbody tr {
  background: #FBBD08; }
  .pcw-comparison.pcw-color-background.pcw-yellow table tbody tr:nth-child(odd) {
    background: #FBBD08; }
  .pcw-comparison.pcw-color-background.pcw-yellow table tbody tr:nth-child(even) {
    background: #b48703; }

.pcw-comparison.pcw-color-background.pcw-olive table thead tr:first-child th {
  background-color: #B5CC18 !important;
  background-image: linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -moz-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -o-linear-gradient(to bottom, #B5CC18, #8d9e13) !important;
  background: -webkit-linear-gradient(to bottom, #B5CC18, #8d9e13) !important; }

.pcw-comparison.pcw-color-background.pcw-olive table thead tr:last-child th {
  background-color: #B5CC18 !important;
  background-image: linear-gradient(to bottom, #B5CC18, #788810) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -moz-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -o-linear-gradient(to bottom, #B5CC18, #788810) !important;
  background: -webkit-linear-gradient(to bottom, #B5CC18, #788810) !important; }

.pcw-comparison.pcw-color-background.pcw-olive table tbody tr {
  background: #B5CC18; }
  .pcw-comparison.pcw-color-background.pcw-olive table tbody tr:nth-child(odd) {
    background: #B5CC18; }
  .pcw-comparison.pcw-color-background.pcw-olive table tbody tr:nth-child(even) {
    background: #788810; }

.pcw-comparison.pcw-color-background.pcw-green table thead tr:first-child th {
  background-color: #21BA45 !important;
  background-image: linear-gradient(to bottom, #21BA45, #198f35) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -moz-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -o-linear-gradient(to bottom, #21BA45, #198f35) !important;
  background: -webkit-linear-gradient(to bottom, #21BA45, #198f35) !important; }

.pcw-comparison.pcw-color-background.pcw-green table thead tr:last-child th {
  background-color: #21BA45 !important;
  background-image: linear-gradient(to bottom, #21BA45, #15792d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -moz-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -o-linear-gradient(to bottom, #21BA45, #15792d) !important;
  background: -webkit-linear-gradient(to bottom, #21BA45, #15792d) !important; }

.pcw-comparison.pcw-color-background.pcw-green table tbody tr {
  background: #21BA45; }
  .pcw-comparison.pcw-color-background.pcw-green table tbody tr:nth-child(odd) {
    background: #21BA45; }
  .pcw-comparison.pcw-color-background.pcw-green table tbody tr:nth-child(even) {
    background: #15792d; }

.pcw-comparison.pcw-color-background.pcw-teal table thead tr:first-child th {
  background-color: #00B5AD !important;
  background-image: linear-gradient(to bottom, #00B5AD, #00827c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -moz-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -o-linear-gradient(to bottom, #00B5AD, #00827c) !important;
  background: -webkit-linear-gradient(to bottom, #00B5AD, #00827c) !important; }

.pcw-comparison.pcw-color-background.pcw-teal table thead tr:last-child th {
  background-color: #00B5AD !important;
  background-image: linear-gradient(to bottom, #00B5AD, #006964) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -moz-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -o-linear-gradient(to bottom, #00B5AD, #006964) !important;
  background: -webkit-linear-gradient(to bottom, #00B5AD, #006964) !important; }

.pcw-comparison.pcw-color-background.pcw-teal table tbody tr {
  background: #00B5AD; }
  .pcw-comparison.pcw-color-background.pcw-teal table tbody tr:nth-child(odd) {
    background: #00B5AD; }
  .pcw-comparison.pcw-color-background.pcw-teal table tbody tr:nth-child(even) {
    background: #006964; }

.pcw-comparison.pcw-color-background.pcw-blue table thead tr:first-child th {
  background-color: #2185D0 !important;
  background-image: linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -moz-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -o-linear-gradient(to bottom, #2185D0, #1a69a4) !important;
  background: -webkit-linear-gradient(to bottom, #2185D0, #1a69a4) !important; }

.pcw-comparison.pcw-color-background.pcw-blue table thead tr:last-child th {
  background-color: #2185D0 !important;
  background-image: linear-gradient(to bottom, #2185D0, #175b8e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -moz-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -o-linear-gradient(to bottom, #2185D0, #175b8e) !important;
  background: -webkit-linear-gradient(to bottom, #2185D0, #175b8e) !important; }

.pcw-comparison.pcw-color-background.pcw-blue table tbody tr {
  background: #2185D0; }
  .pcw-comparison.pcw-color-background.pcw-blue table tbody tr:nth-child(odd) {
    background: #2185D0; }
  .pcw-comparison.pcw-color-background.pcw-blue table tbody tr:nth-child(even) {
    background: #175b8e; }

.pcw-comparison.pcw-color-background.pcw-aqua table thead tr:first-child th {
  background-color: #7FDBFF !important;
  background-image: linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -moz-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -o-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important;
  background: -webkit-linear-gradient(to bottom, #7FDBFF, #4ccdff) !important; }

.pcw-comparison.pcw-color-background.pcw-aqua table thead tr:last-child th {
  background-color: #7FDBFF !important;
  background-image: linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -moz-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -o-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important;
  background: -webkit-linear-gradient(to bottom, #7FDBFF, #33c5ff) !important; }

.pcw-comparison.pcw-color-background.pcw-aqua table tbody tr {
  background: #7FDBFF; }
  .pcw-comparison.pcw-color-background.pcw-aqua table tbody tr:nth-child(odd) {
    background: #7FDBFF; }
  .pcw-comparison.pcw-color-background.pcw-aqua table tbody tr:nth-child(even) {
    background: #33c5ff; }

.pcw-comparison.pcw-color-background.pcw-navy table thead tr:first-child th {
  background-color: #001f3f !important;
  background-image: linear-gradient(to bottom, #001f3f, #00060c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -moz-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -o-linear-gradient(to bottom, #001f3f, #00060c) !important;
  background: -webkit-linear-gradient(to bottom, #001f3f, #00060c) !important; }

.pcw-comparison.pcw-color-background.pcw-navy table thead tr:last-child th {
  background-color: #001f3f !important;
  background-image: linear-gradient(to bottom, #001f3f, black) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #001f3f, black) !important;
  background: -moz-linear-gradient(to bottom, #001f3f, black) !important;
  background: -o-linear-gradient(to bottom, #001f3f, black) !important;
  background: -webkit-linear-gradient(to bottom, #001f3f, black) !important; }

.pcw-comparison.pcw-color-background.pcw-navy table tbody tr {
  background: #001f3f; }
  .pcw-comparison.pcw-color-background.pcw-navy table tbody tr:nth-child(odd) {
    background: #001f3f; }
  .pcw-comparison.pcw-color-background.pcw-navy table tbody tr:nth-child(even) {
    background: black; }

.pcw-comparison.pcw-color-background.pcw-purple table thead tr:first-child th {
  background-color: #A333C8 !important;
  background-image: linear-gradient(to bottom, #A333C8, #82299f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -moz-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -o-linear-gradient(to bottom, #A333C8, #82299f) !important;
  background: -webkit-linear-gradient(to bottom, #A333C8, #82299f) !important; }

.pcw-comparison.pcw-color-background.pcw-purple table thead tr:last-child th {
  background-color: #A333C8 !important;
  background-image: linear-gradient(to bottom, #A333C8, #71238b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -moz-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -o-linear-gradient(to bottom, #A333C8, #71238b) !important;
  background: -webkit-linear-gradient(to bottom, #A333C8, #71238b) !important; }

.pcw-comparison.pcw-color-background.pcw-purple table tbody tr {
  background: #A333C8; }
  .pcw-comparison.pcw-color-background.pcw-purple table tbody tr:nth-child(odd) {
    background: #A333C8; }
  .pcw-comparison.pcw-color-background.pcw-purple table tbody tr:nth-child(even) {
    background: #71238b; }

.pcw-comparison.pcw-color-background.pcw-violet table thead tr:first-child th {
  background-color: #6435C9 !important;
  background-image: linear-gradient(to bottom, #6435C9, #502aa1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -moz-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -o-linear-gradient(to bottom, #6435C9, #502aa1) !important;
  background: -webkit-linear-gradient(to bottom, #6435C9, #502aa1) !important; }

.pcw-comparison.pcw-color-background.pcw-violet table thead tr:last-child th {
  background-color: #6435C9 !important;
  background-image: linear-gradient(to bottom, #6435C9, #46258c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -moz-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -o-linear-gradient(to bottom, #6435C9, #46258c) !important;
  background: -webkit-linear-gradient(to bottom, #6435C9, #46258c) !important; }

.pcw-comparison.pcw-color-background.pcw-violet table tbody tr {
  background: #6435C9; }
  .pcw-comparison.pcw-color-background.pcw-violet table tbody tr:nth-child(odd) {
    background: #6435C9; }
  .pcw-comparison.pcw-color-background.pcw-violet table tbody tr:nth-child(even) {
    background: #46258c; }

.pcw-comparison.pcw-color-background.pcw-pink table thead tr:first-child th {
  background-color: #E03997 !important;
  background-image: linear-gradient(to bottom, #E03997, #c71f7e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -moz-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -o-linear-gradient(to bottom, #E03997, #c71f7e) !important;
  background: -webkit-linear-gradient(to bottom, #E03997, #c71f7e) !important; }

.pcw-comparison.pcw-color-background.pcw-pink table thead tr:last-child th {
  background-color: #E03997 !important;
  background-image: linear-gradient(to bottom, #E03997, #b11c70) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -moz-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -o-linear-gradient(to bottom, #E03997, #b11c70) !important;
  background: -webkit-linear-gradient(to bottom, #E03997, #b11c70) !important; }

.pcw-comparison.pcw-color-background.pcw-pink table tbody tr {
  background: #E03997; }
  .pcw-comparison.pcw-color-background.pcw-pink table tbody tr:nth-child(odd) {
    background: #E03997; }
  .pcw-comparison.pcw-color-background.pcw-pink table tbody tr:nth-child(even) {
    background: #b11c70; }

.pcw-comparison.pcw-color-background.pcw-brown table thead tr:first-child th {
  background-color: #A5673F !important;
  background-image: linear-gradient(to bottom, #A5673F, #805031) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -moz-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -o-linear-gradient(to bottom, #A5673F, #805031) !important;
  background: -webkit-linear-gradient(to bottom, #A5673F, #805031) !important; }

.pcw-comparison.pcw-color-background.pcw-brown table thead tr:last-child th {
  background-color: #A5673F !important;
  background-image: linear-gradient(to bottom, #A5673F, #6e442a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -moz-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -o-linear-gradient(to bottom, #A5673F, #6e442a) !important;
  background: -webkit-linear-gradient(to bottom, #A5673F, #6e442a) !important; }

.pcw-comparison.pcw-color-background.pcw-brown table tbody tr {
  background: #A5673F; }
  .pcw-comparison.pcw-color-background.pcw-brown table tbody tr:nth-child(odd) {
    background: #A5673F; }
  .pcw-comparison.pcw-color-background.pcw-brown table tbody tr:nth-child(even) {
    background: #6e442a; }

.pcw-comparison.pcw-color-background.pcw-grey table thead tr:first-child th {
  background-color: #767676 !important;
  background-image: linear-gradient(to bottom, #767676, #5d5d5d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -moz-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -o-linear-gradient(to bottom, #767676, #5d5d5d) !important;
  background: -webkit-linear-gradient(to bottom, #767676, #5d5d5d) !important; }

.pcw-comparison.pcw-color-background.pcw-grey table thead tr:last-child th {
  background-color: #767676 !important;
  background-image: linear-gradient(to bottom, #767676, #505050) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #767676, #505050) !important;
  background: -moz-linear-gradient(to bottom, #767676, #505050) !important;
  background: -o-linear-gradient(to bottom, #767676, #505050) !important;
  background: -webkit-linear-gradient(to bottom, #767676, #505050) !important; }

.pcw-comparison.pcw-color-background.pcw-grey table tbody tr {
  background: #767676; }
  .pcw-comparison.pcw-color-background.pcw-grey table tbody tr:nth-child(odd) {
    background: #767676; }
  .pcw-comparison.pcw-color-background.pcw-grey table tbody tr:nth-child(even) {
    background: #505050; }

.pcw-comparison.pcw-color-background.pcw-black table thead tr:first-child th {
  background-color: #000 !important;
  background-image: linear-gradient(to bottom, #000, #1a1a1a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -moz-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -o-linear-gradient(to bottom, #000, #1a1a1a) !important;
  background: -webkit-linear-gradient(to bottom, #000, #1a1a1a) !important; }

.pcw-comparison.pcw-color-background.pcw-black table thead tr:last-child th {
  background-color: #000 !important;
  background-image: linear-gradient(to bottom, #000, #262626) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #000, #262626) !important;
  background: -moz-linear-gradient(to bottom, #000, #262626) !important;
  background: -o-linear-gradient(to bottom, #000, #262626) !important;
  background: -webkit-linear-gradient(to bottom, #000, #262626) !important; }

.pcw-comparison.pcw-color-background.pcw-black table tbody tr {
  background: #000; }
  .pcw-comparison.pcw-color-background.pcw-black table tbody tr:nth-child(odd) {
    background: #000; }
  .pcw-comparison.pcw-color-background.pcw-black table tbody tr:nth-child(even) {
    background: #262626; }

.pcw-comparison.pcw-color-background.pcw-white table thead tr:first-child th {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -moz-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -o-linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background: -webkit-linear-gradient(to bottom, #fff, #e6e6e6) !important; }

.pcw-comparison.pcw-color-background.pcw-white table thead tr:last-child th {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom, #fff, #d9d9d9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
  background: -ms-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -moz-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -o-linear-gradient(to bottom, #fff, #d9d9d9) !important;
  background: -webkit-linear-gradient(to bottom, #fff, #d9d9d9) !important; }

.pcw-comparison.pcw-color-background.pcw-white table tbody tr {
  background: #fff; }
  .pcw-comparison.pcw-color-background.pcw-white table tbody tr:nth-child(odd) {
    background: #fff; }
  .pcw-comparison.pcw-color-background.pcw-white table tbody tr:nth-child(even) {
    background: #d9d9d9; }

.pcw-comparison.pcw-color-background2 table thead tr:first-child th {
  color: #131313;
  font-size: 1.6em;
  padding: 0.2em 0; }
  .pcw-comparison.pcw-color-background2 table thead tr:first-child th > span {
    vertical-align: middle; }

.pcw-comparison.pcw-color-background2 table thead tr:last-child th {
  padding: 1.4em 0; }
  .pcw-comparison.pcw-color-background2 table thead tr:last-child th .pcw-field-price {
    font-size: 2.2em; }

.pcw-comparison.pcw-color-background2 table tbody tr td {
  color: #131313;
  padding: 0.7em; }
  .pcw-comparison.pcw-color-background2 table tbody tr td span.pcw-up {
    color: #131313; }
  .pcw-comparison.pcw-color-background2 table tbody tr td span.pcw-down {
    color: #131313; }
  .pcw-comparison.pcw-color-background2 table tbody tr td:first-child {
    font-weight: bold;
    color: #fff; }

.pcw-comparison.pcw-color-background2.pcw-red table thead tr th {
  background: #ea7f7f; }
  .pcw-comparison.pcw-color-background2.pcw-red table thead tr th:first-child {
    background: #b21e1e; }

.pcw-comparison.pcw-color-background2.pcw-red table tbody tr td {
  background: #ea7f7f;
  border-top: 1px solid #b21e1e; }
  .pcw-comparison.pcw-color-background2.pcw-red table tbody tr td:first-child {
    background: #b21e1e; }

.pcw-comparison.pcw-color-background2.pcw-maroon table thead tr th {
  background: #de217d; }
  .pcw-comparison.pcw-color-background2.pcw-maroon table thead tr th:first-child {
    background: #590d32; }

.pcw-comparison.pcw-color-background2.pcw-maroon table tbody tr td {
  background: #de217d;
  border-top: 1px solid #590d32; }
  .pcw-comparison.pcw-color-background2.pcw-maroon table tbody tr td:first-child {
    background: #590d32; }

.pcw-comparison.pcw-color-background2.pcw-orange table thead tr th {
  background: #f8ad7c; }
  .pcw-comparison.pcw-color-background2.pcw-orange table thead tr th:first-child {
    background: #cf590c; }

.pcw-comparison.pcw-color-background2.pcw-orange table tbody tr td {
  background: #f8ad7c;
  border-top: 1px solid #cf590c; }
  .pcw-comparison.pcw-color-background2.pcw-orange table tbody tr td:first-child {
    background: #cf590c; }

.pcw-comparison.pcw-color-background2.pcw-yellow table thead tr th {
  background: #fdd86c; }
  .pcw-comparison.pcw-color-background2.pcw-yellow table thead tr th:first-child {
    background: #cd9903; }

.pcw-comparison.pcw-color-background2.pcw-yellow table tbody tr td {
  background: #fdd86c;
  border-top: 1px solid #cd9903; }
  .pcw-comparison.pcw-color-background2.pcw-yellow table tbody tr td:first-child {
    background: #cd9903; }

.pcw-comparison.pcw-color-background2.pcw-olive table thead tr th {
  background: #daec5e; }
  .pcw-comparison.pcw-color-background2.pcw-olive table thead tr th:first-child {
    background: #8d9e13; }

.pcw-comparison.pcw-color-background2.pcw-olive table tbody tr td {
  background: #daec5e;
  border-top: 1px solid #8d9e13; }
  .pcw-comparison.pcw-color-background2.pcw-olive table tbody tr td:first-child {
    background: #8d9e13; }

.pcw-comparison.pcw-color-background2.pcw-green table thead tr th {
  background: #5ee37e; }
  .pcw-comparison.pcw-color-background2.pcw-green table thead tr th:first-child {
    background: #198f35; }

.pcw-comparison.pcw-color-background2.pcw-green table tbody tr td {
  background: #5ee37e;
  border-top: 1px solid #198f35; }
  .pcw-comparison.pcw-color-background2.pcw-green table tbody tr td:first-child {
    background: #198f35; }

.pcw-comparison.pcw-color-background2.pcw-teal table thead tr th {
  background: #1cfff5; }
  .pcw-comparison.pcw-color-background2.pcw-teal table thead tr th:first-child {
    background: #00827c; }

.pcw-comparison.pcw-color-background2.pcw-teal table tbody tr td {
  background: #1cfff5;
  border-top: 1px solid #00827c; }
  .pcw-comparison.pcw-color-background2.pcw-teal table tbody tr td:first-child {
    background: #00827c; }

.pcw-comparison.pcw-color-background2.pcw-blue table thead tr th {
  background: #6fb4e8; }
  .pcw-comparison.pcw-color-background2.pcw-blue table thead tr th:first-child {
    background: #1a69a4; }

.pcw-comparison.pcw-color-background2.pcw-blue table tbody tr td {
  background: #6fb4e8;
  border-top: 1px solid #1a69a4; }
  .pcw-comparison.pcw-color-background2.pcw-blue table tbody tr td:first-child {
    background: #1a69a4; }

.pcw-comparison.pcw-color-background2.pcw-aqua table thead tr th {
  background: #e5f8ff; }
  .pcw-comparison.pcw-color-background2.pcw-aqua table thead tr th:first-child {
    background: #4ccdff; }

.pcw-comparison.pcw-color-background2.pcw-aqua table tbody tr td {
  background: #e5f8ff;
  border-top: 1px solid #4ccdff; }
  .pcw-comparison.pcw-color-background2.pcw-aqua table tbody tr td:first-child {
    background: #4ccdff; }

.pcw-comparison.pcw-color-background2.pcw-navy table thead tr th {
  background: #0051a5; }
  .pcw-comparison.pcw-color-background2.pcw-navy table thead tr th:first-child {
    background: #00060c; }

.pcw-comparison.pcw-color-background2.pcw-navy table tbody tr td {
  background: #0051a5;
  border-top: 1px solid #00060c; }
  .pcw-comparison.pcw-color-background2.pcw-navy table tbody tr td:first-child {
    background: #00060c; }

.pcw-comparison.pcw-color-background2.pcw-purple table thead tr th {
  background: #c882df; }
  .pcw-comparison.pcw-color-background2.pcw-purple table thead tr th:first-child {
    background: #82299f; }

.pcw-comparison.pcw-color-background2.pcw-purple table tbody tr td {
  background: #c882df;
  border-top: 1px solid #82299f; }
  .pcw-comparison.pcw-color-background2.pcw-purple table tbody tr td:first-child {
    background: #82299f; }

.pcw-comparison.pcw-color-background2.pcw-violet table thead tr th {
  background: #a285df; }
  .pcw-comparison.pcw-color-background2.pcw-violet table thead tr th:first-child {
    background: #502aa1; }

.pcw-comparison.pcw-color-background2.pcw-violet table tbody tr td {
  background: #a285df;
  border-top: 1px solid #502aa1; }
  .pcw-comparison.pcw-color-background2.pcw-violet table tbody tr td:first-child {
    background: #502aa1; }

.pcw-comparison.pcw-color-background2.pcw-pink table thead tr th {
  background: #ee91c5; }
  .pcw-comparison.pcw-color-background2.pcw-pink table thead tr th:first-child {
    background: #c71f7e; }

.pcw-comparison.pcw-color-background2.pcw-pink table tbody tr td {
  background: #ee91c5;
  border-top: 1px solid #c71f7e; }
  .pcw-comparison.pcw-color-background2.pcw-pink table tbody tr td:first-child {
    background: #c71f7e; }

.pcw-comparison.pcw-color-background2.pcw-brown table thead tr th {
  background: #cd9c7d; }
  .pcw-comparison.pcw-color-background2.pcw-brown table thead tr th:first-child {
    background: #805031; }

.pcw-comparison.pcw-color-background2.pcw-brown table tbody tr td {
  background: #cd9c7d;
  border-top: 1px solid #805031; }
  .pcw-comparison.pcw-color-background2.pcw-brown table tbody tr td:first-child {
    background: #805031; }

.pcw-comparison.pcw-color-background2.pcw-grey table thead tr th {
  background: darkgray; }
  .pcw-comparison.pcw-color-background2.pcw-grey table thead tr th:first-child {
    background: #5d5d5d; }

.pcw-comparison.pcw-color-background2.pcw-grey table tbody tr td {
  background: darkgray;
  border-top: 1px solid #5d5d5d; }
  .pcw-comparison.pcw-color-background2.pcw-grey table tbody tr td:first-child {
    background: #5d5d5d; }

.pcw-comparison.pcw-color-background2.pcw-black table thead tr th {
  background: #333333; }
  .pcw-comparison.pcw-color-background2.pcw-black table thead tr th:first-child {
    background: black; }

.pcw-comparison.pcw-color-background2.pcw-black table tbody tr td {
  background: #333333;
  border-top: 1px solid black; }
  .pcw-comparison.pcw-color-background2.pcw-black table tbody tr td:first-child {
    background: black; }

.pcw-comparison.pcw-color-background2.pcw-white table thead tr th {
  background: white; }
  .pcw-comparison.pcw-color-background2.pcw-white table thead tr th:first-child {
    background: #e6e6e6; }

.pcw-comparison.pcw-color-background2.pcw-white table tbody tr td {
  background: white;
  border-top: 1px solid #e6e6e6; }
  .pcw-comparison.pcw-color-background2.pcw-white table tbody tr td:first-child {
    background: #e6e6e6; }

.pcw-info.pcw-block {
  -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em; }
  .pcw-info.pcw-block .pcw-info-heading {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .pcw-info.pcw-block .pcw-info-heading .pcw-field-name {
      vertical-align: middle;
      font-size: 1.4em; }
  .pcw-info.pcw-block .pcw-info-body > div {
    margin-bottom: 0.5em; }
  .pcw-info.pcw-block .pcw-info-body .pcw-field-logo img {
    height: 1.4em; }

.pcw-info.pcw-list > div {
  margin-bottom: 0.5em; }

.pcw-info.pcw-list .pcw-field-logo img {
  height: 1.4em; }

.pcw-info.pcw-property-table table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05); }

.pcw-info.pcw-property-table .pcw-field-logo img {
  height: 1.2em; }

.pcw-inline-label.pcw-basic {
  -webkit-box-shadow: 0 0 1px 0 #ababab;
  -moz-box-shadow: 0 0 1px 0 #ababab;
  box-shadow: 0 0 1px 0 #ababab;
  font-size: 1.5em;
  padding: 0.4em 0.6em; }
  .pcw-inline-label.pcw-basic .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic .pcw-field-name {
    font-weight: bold; }

.pcw-inline-label.pcw-basic2 {
  -webkit-box-shadow: 0 0 1px 0 #ababab;
  -moz-box-shadow: 0 0 1px 0 #ababab;
  box-shadow: 0 0 1px 0 #ababab;
  font-size: 1.5em;
  padding: 0.4em 0.6em; }
  .pcw-inline-label.pcw-basic2 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic2 .pcw-field-name {
    font-weight: bold; }

.pcw-inline-label.pcw-basic3 {
  font-size: 1.5em;
  padding: 0.4em 0.6em;
  background: #363636;
  color: #f7f7f7; }
  .pcw-inline-label.pcw-basic3 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic3 .pcw-field-name {
    font-weight: bold; }

.pcw-inline-label.pcw-basic4 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  padding: 0.4em 0.6em; }
  .pcw-inline-label.pcw-basic4 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic4 .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-inline-label.pcw-basic4 .pcw-sign {
    color: #ababab; }
  .pcw-inline-label.pcw-basic4.pcw-red {
    border: 2px solid #DB2828; }
  .pcw-inline-label.pcw-basic4.pcw-maroon {
    border: 2px solid #85144b; }
  .pcw-inline-label.pcw-basic4.pcw-orange {
    border: 2px solid #F2711C; }
  .pcw-inline-label.pcw-basic4.pcw-yellow {
    border: 2px solid #FBBD08; }
  .pcw-inline-label.pcw-basic4.pcw-olive {
    border: 2px solid #B5CC18; }
  .pcw-inline-label.pcw-basic4.pcw-green {
    border: 2px solid #21BA45; }
  .pcw-inline-label.pcw-basic4.pcw-teal {
    border: 2px solid #00B5AD; }
  .pcw-inline-label.pcw-basic4.pcw-blue {
    border: 2px solid #2185D0; }
  .pcw-inline-label.pcw-basic4.pcw-aqua {
    border: 2px solid #7FDBFF; }
  .pcw-inline-label.pcw-basic4.pcw-navy {
    border: 2px solid #001f3f; }
  .pcw-inline-label.pcw-basic4.pcw-purple {
    border: 2px solid #A333C8; }
  .pcw-inline-label.pcw-basic4.pcw-violet {
    border: 2px solid #6435C9; }
  .pcw-inline-label.pcw-basic4.pcw-pink {
    border: 2px solid #E03997; }
  .pcw-inline-label.pcw-basic4.pcw-brown {
    border: 2px solid #A5673F; }
  .pcw-inline-label.pcw-basic4.pcw-grey {
    border: 2px solid #767676; }
  .pcw-inline-label.pcw-basic4.pcw-black {
    border: 2px solid #000; }
  .pcw-inline-label.pcw-basic4.pcw-white {
    border: 2px solid #fff; }

.pcw-inline-label.pcw-basic5 {
  -webkit-box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.75);
  font-size: 1.5em;
  padding: 0.4em 1em;
  color: #fff; }
  .pcw-inline-label.pcw-basic5 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic5 .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-inline-label.pcw-basic5.pcw-red {
    background: #DB2828; }
  .pcw-inline-label.pcw-basic5.pcw-maroon {
    background: #85144b; }
  .pcw-inline-label.pcw-basic5.pcw-orange {
    background: #F2711C; }
  .pcw-inline-label.pcw-basic5.pcw-yellow {
    background: #FBBD08; }
  .pcw-inline-label.pcw-basic5.pcw-olive {
    background: #B5CC18; }
  .pcw-inline-label.pcw-basic5.pcw-green {
    background: #21BA45; }
  .pcw-inline-label.pcw-basic5.pcw-teal {
    background: #00B5AD; }
  .pcw-inline-label.pcw-basic5.pcw-blue {
    background: #2185D0; }
  .pcw-inline-label.pcw-basic5.pcw-aqua {
    background: #7FDBFF; }
  .pcw-inline-label.pcw-basic5.pcw-navy {
    background: #001f3f; }
  .pcw-inline-label.pcw-basic5.pcw-purple {
    background: #A333C8; }
  .pcw-inline-label.pcw-basic5.pcw-violet {
    background: #6435C9; }
  .pcw-inline-label.pcw-basic5.pcw-pink {
    background: #E03997; }
  .pcw-inline-label.pcw-basic5.pcw-brown {
    background: #A5673F; }
  .pcw-inline-label.pcw-basic5.pcw-grey {
    background: #767676; }
  .pcw-inline-label.pcw-basic5.pcw-black {
    background: #000; }
  .pcw-inline-label.pcw-basic5.pcw-white {
    background: #fff; }

.pcw-inline-label.pcw-basic6 {
  font-size: 1.5em;
  padding: 0.4em 0.6em;
  color: #5d5d5d; }
  .pcw-inline-label.pcw-basic6 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic6 .pcw-sign {
    color: #ababab; }
  .pcw-inline-label.pcw-basic6.pcw-red {
    -webkit-box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75);
    box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-maroon {
    -webkit-box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75);
    box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-orange {
    -webkit-box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75);
    box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-yellow {
    -webkit-box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75);
    box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-olive {
    -webkit-box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75);
    box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-green {
    -webkit-box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75);
    box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-teal {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-blue {
    -webkit-box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75);
    box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-aqua {
    -webkit-box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75);
    box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-navy {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-purple {
    -webkit-box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75);
    box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-violet {
    -webkit-box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75);
    box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-pink {
    -webkit-box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75);
    box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-brown {
    -webkit-box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75);
    box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-grey {
    -webkit-box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75);
    box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-black {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75); }
  .pcw-inline-label.pcw-basic6.pcw-white {
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75); }

.pcw-inline-label.pcw-basic7 {
  font-size: 1.5em;
  padding: 0.4em 0.6em;
  color: #5d5d5d; }
  .pcw-inline-label.pcw-basic7 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic7 .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-inline-label.pcw-basic7.pcw-red {
    -webkit-box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75);
    box-shadow: 0 0 15px 0 rgba(219, 40, 40, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-maroon {
    -webkit-box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75);
    box-shadow: 0 0 15px 0 rgba(133, 20, 75, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-orange {
    -webkit-box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75);
    box-shadow: 0 0 15px 0 rgba(242, 113, 28, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-yellow {
    -webkit-box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75);
    box-shadow: 0 0 15px 0 rgba(251, 189, 8, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-olive {
    -webkit-box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75);
    box-shadow: 0 0 15px 0 rgba(181, 204, 24, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-green {
    -webkit-box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75);
    box-shadow: 0 0 15px 0 rgba(33, 186, 69, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-teal {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 181, 173, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-blue {
    -webkit-box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75);
    box-shadow: 0 0 15px 0 rgba(33, 133, 208, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-aqua {
    -webkit-box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75);
    box-shadow: 0 0 15px 0 rgba(127, 219, 255, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-navy {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 31, 63, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-purple {
    -webkit-box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75);
    box-shadow: 0 0 15px 0 rgba(163, 51, 200, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-violet {
    -webkit-box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75);
    box-shadow: 0 0 15px 0 rgba(100, 53, 201, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-pink {
    -webkit-box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75);
    box-shadow: 0 0 15px 0 rgba(224, 57, 151, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-brown {
    -webkit-box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75);
    box-shadow: 0 0 15px 0 rgba(165, 103, 63, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-grey {
    -webkit-box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75);
    box-shadow: 0 0 15px 0 rgba(118, 118, 118, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-black {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75); }
  .pcw-inline-label.pcw-basic7.pcw-white {
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.75); }

.pcw-inline-label.pcw-basic8 {
  font-size: 1.5em;
  padding: 0.4em 1em; }
  .pcw-inline-label.pcw-basic8 .pcw-field-logo img {
    height: 1.2em; }
  .pcw-inline-label.pcw-basic8 .pcw-field-symbol-from, .pcw-inline-label.pcw-basic8 .pcw-field-market-cap {
    font-weight: bold; }
  .pcw-inline-label.pcw-basic8.pcw-red {
    color: #9c1a1a;
    background: #ea7f7f; }
  .pcw-inline-label.pcw-basic8.pcw-maroon {
    color: #430a26;
    background: #de217d; }
  .pcw-inline-label.pcw-basic8.pcw-orange {
    color: #b74f0a;
    background: #f8ad7c; }
  .pcw-inline-label.pcw-basic8.pcw-yellow {
    color: #b48703;
    background: #fdd86c; }
  .pcw-inline-label.pcw-basic8.pcw-olive {
    color: #788810;
    background: #daec5e; }
  .pcw-inline-label.pcw-basic8.pcw-green {
    color: #15792d;
    background: #5ee37e; }
  .pcw-inline-label.pcw-basic8.pcw-teal {
    color: #006964;
    background: #1cfff5; }
  .pcw-inline-label.pcw-basic8.pcw-blue {
    color: #175b8e;
    background: #6fb4e8; }
  .pcw-inline-label.pcw-basic8.pcw-aqua {
    color: #33c5ff;
    background: #e5f8ff; }
  .pcw-inline-label.pcw-basic8.pcw-navy {
    color: black;
    background: #0051a5; }
  .pcw-inline-label.pcw-basic8.pcw-purple {
    color: #71238b;
    background: #c882df; }
  .pcw-inline-label.pcw-basic8.pcw-violet {
    color: #46258c;
    background: #a285df; }
  .pcw-inline-label.pcw-basic8.pcw-pink {
    color: #b11c70;
    background: #ee91c5; }
  .pcw-inline-label.pcw-basic8.pcw-brown {
    color: #6e442a;
    background: #cd9c7d; }
  .pcw-inline-label.pcw-basic8.pcw-grey {
    color: #505050;
    background: darkgray; }
  .pcw-inline-label.pcw-basic8.pcw-black {
    color: black;
    background: #333333; }
  .pcw-inline-label.pcw-basic8.pcw-white {
    color: #d9d9d9;
    background: white; }

.pcw-inline-label.pcw-basic9 {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-size: 1.5em; }
  .pcw-inline-label.pcw-basic9 .pcw-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    background: #fff;
    padding: 0.4em 0.6em;
    margin: 3px; }
    .pcw-inline-label.pcw-basic9 .pcw-container > * {
      vertical-align: middle; }
    .pcw-inline-label.pcw-basic9 .pcw-container .pcw-field-logo img {
      height: 1.2em; }
    .pcw-inline-label.pcw-basic9 .pcw-container .pcw-field-name {
      font-weight: bold; }
  .pcw-inline-label.pcw-basic9.pcw-red {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #24d7d7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #24d7d7) !important;
    background: -moz-linear-gradient(to right, #DB2828, #24d7d7) !important;
    background: -o-linear-gradient(to right, #DB2828, #24d7d7) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #24d7d7) !important;
    color: #b21e1e; }
  .pcw-inline-label.pcw-basic9.pcw-maroon {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #7aebb4) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #7aebb4) !important;
    background: -moz-linear-gradient(to right, #85144b, #7aebb4) !important;
    background: -o-linear-gradient(to right, #85144b, #7aebb4) !important;
    background: -webkit-linear-gradient(to right, #85144b, #7aebb4) !important;
    color: #590d32; }
  .pcw-inline-label.pcw-basic9.pcw-orange {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #0d8ee3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #0d8ee3) !important;
    background: -moz-linear-gradient(to right, #F2711C, #0d8ee3) !important;
    background: -o-linear-gradient(to right, #F2711C, #0d8ee3) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #0d8ee3) !important;
    color: #cf590c; }
  .pcw-inline-label.pcw-basic9.pcw-yellow {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0442f7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0442f7) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0442f7) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0442f7) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0442f7) !important;
    color: #cd9903; }
  .pcw-inline-label.pcw-basic9.pcw-olive {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #4a33e7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #4a33e7) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #4a33e7) !important;
    background: -o-linear-gradient(to right, #B5CC18, #4a33e7) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #4a33e7) !important;
    color: #8d9e13; }
  .pcw-inline-label.pcw-basic9.pcw-green {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #de45ba) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #de45ba) !important;
    background: -moz-linear-gradient(to right, #21BA45, #de45ba) !important;
    background: -o-linear-gradient(to right, #21BA45, #de45ba) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #de45ba) !important;
    color: #198f35; }
  .pcw-inline-label.pcw-basic9.pcw-teal {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #ff4a52) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #ff4a52) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #ff4a52) !important;
    background: -o-linear-gradient(to right, #00B5AD, #ff4a52) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #ff4a52) !important;
    color: #00827c; }
  .pcw-inline-label.pcw-basic9.pcw-blue {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #de7a2f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #de7a2f) !important;
    background: -moz-linear-gradient(to right, #2185D0, #de7a2f) !important;
    background: -o-linear-gradient(to right, #2185D0, #de7a2f) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #de7a2f) !important;
    color: #1a69a4; }
  .pcw-inline-label.pcw-basic9.pcw-aqua {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #802400) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #802400) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #802400) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #802400) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #802400) !important;
    color: #4ccdff; }
  .pcw-inline-label.pcw-basic9.pcw-navy {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #ffe0c0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #ffe0c0) !important;
    background: -moz-linear-gradient(to right, #001f3f, #ffe0c0) !important;
    background: -o-linear-gradient(to right, #001f3f, #ffe0c0) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #ffe0c0) !important;
    color: #00060c; }
  .pcw-inline-label.pcw-basic9.pcw-purple {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #5ccc37) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #5ccc37) !important;
    background: -moz-linear-gradient(to right, #A333C8, #5ccc37) !important;
    background: -o-linear-gradient(to right, #A333C8, #5ccc37) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #5ccc37) !important;
    color: #82299f; }
  .pcw-inline-label.pcw-basic9.pcw-violet {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9bca36) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9bca36) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9bca36) !important;
    background: -o-linear-gradient(to right, #6435C9, #9bca36) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9bca36) !important;
    color: #502aa1; }
  .pcw-inline-label.pcw-basic9.pcw-pink {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #1fc668) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #1fc668) !important;
    background: -moz-linear-gradient(to right, #E03997, #1fc668) !important;
    background: -o-linear-gradient(to right, #E03997, #1fc668) !important;
    background: -webkit-linear-gradient(to right, #E03997, #1fc668) !important;
    color: #c71f7e; }
  .pcw-inline-label.pcw-basic9.pcw-brown {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #5a98c0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #5a98c0) !important;
    background: -moz-linear-gradient(to right, #A5673F, #5a98c0) !important;
    background: -o-linear-gradient(to right, #A5673F, #5a98c0) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #5a98c0) !important;
    color: #805031; }
  .pcw-inline-label.pcw-basic9.pcw-grey {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #898989) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #898989) !important;
    background: -moz-linear-gradient(to right, #767676, #898989) !important;
    background: -o-linear-gradient(to right, #767676, #898989) !important;
    background: -webkit-linear-gradient(to right, #767676, #898989) !important;
    color: #5d5d5d; }
  .pcw-inline-label.pcw-basic9.pcw-black {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, white) !important;
    background: -moz-linear-gradient(to right, #000, white) !important;
    background: -o-linear-gradient(to right, #000, white) !important;
    background: -webkit-linear-gradient(to right, #000, white) !important;
    color: black; }
  .pcw-inline-label.pcw-basic9.pcw-white {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, black) !important;
    background: -moz-linear-gradient(to right, #fff, black) !important;
    background: -o-linear-gradient(to right, #fff, black) !important;
    background: -webkit-linear-gradient(to right, #fff, black) !important;
    color: #e6e6e6; }

.pcw-inline-label.pcw-indicator {
  font-size: 1.25em;
  color: #767676;
  margin: 0.25em 0; }
  .pcw-inline-label.pcw-indicator > span {
    display: inline;
    overflow: hidden; }
    .pcw-inline-label.pcw-indicator > span:first-child {
      color: #fff;
      background: #767676;
      border-top-left-radius: 0.5em;
      border-bottom-left-radius: 0.5em;
      padding: 0.2em 0.6em;
      border: 1px solid #767676; }
    .pcw-inline-label.pcw-indicator > span:last-child {
      color: #767676;
      border-top-right-radius: 0.5em;
      border-bottom-right-radius: 0.5em;
      padding: 0.2em 0.6em;
      margin-left: -0.25em;
      border: 1px solid #767676;
      font-weight: bold; }
      .pcw-inline-label.pcw-indicator > span:last-child .pcw-field-change-abs-24h {
        border-right: 1px solid #767676;
        padding-right: 0.4rem; }
      .pcw-inline-label.pcw-indicator > span:last-child .pcw-field-change-pct-24h {
        padding-left: 0.4em; }
  .pcw-inline-label.pcw-indicator.pcw-down > span:first-child {
    background: #DB2828;
    border: 1px solid #DB2828; }
  .pcw-inline-label.pcw-indicator.pcw-down > span:last-child {
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-inline-label.pcw-indicator.pcw-down > span:last-child .pcw-field-change-abs-24h {
      border-right: 1px solid #DB2828; }
    .pcw-inline-label.pcw-indicator.pcw-down > span:last-child .fas.pcw-up {
      color: #DB2828; }
  .pcw-inline-label.pcw-indicator.pcw-up > span:first-child {
    background: #21BA45;
    border: 1px solid #21BA45; }
  .pcw-inline-label.pcw-indicator.pcw-up > span:last-child {
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-inline-label.pcw-indicator.pcw-up > span:last-child .pcw-field-change-abs-24h {
      border-right: 1px solid #21BA45; }
    .pcw-inline-label.pcw-indicator.pcw-up > span:last-child .fas.pcw-up {
      color: #21BA45; }

.pcw-leaderboard.pcw-basic > .pcw-flex:first-child {
  font-size: 1.6em; }
  .pcw-leaderboard.pcw-basic > .pcw-flex:first-child > div > * {
    vertical-align: middle; }
  .pcw-leaderboard.pcw-basic > .pcw-flex:first-child .pcw-field-symbol-from {
    color: #858585; }
  .pcw-leaderboard.pcw-basic > .pcw-flex:first-child .pcw-field-logo img {
    height: 1.4em; }

.pcw-leaderboard.pcw-basic > .pcw-flex:last-child {
  font-size: 1.2em; }

.pcw-leaderboard.pcw-basic .pcw-separator {
  margin: 0.6em 0;
  border-bottom: 1px solid #e3e3e3; }

.pcw-leaderboard.pcw-black-background {
  color: #fffff0;
  padding: 0.8em 0.4em;
  background: #000;
  /*COLOR THEMES*/ }
  .pcw-leaderboard.pcw-black-background .pcw-field-name {
    vertical-align: middle; }
  .pcw-leaderboard.pcw-black-background .pcw-field-symbol-from, .pcw-leaderboard.pcw-black-background .pcw-field-price {
    font-size: 1.8em;
    line-height: 1.8em;
    font-weight: bold; }
  .pcw-leaderboard.pcw-black-background > div:last-child .pcw-field-symbol-from {
    font-size: 1em;
    line-height: 1em; }
  .pcw-leaderboard.pcw-black-background > div:last-child .pcw-field-volume-24h-from, .pcw-leaderboard.pcw-black-background > div:last-child .pcw-field-low-24h, .pcw-leaderboard.pcw-black-background > div:last-child .pcw-field-high-24h, .pcw-leaderboard.pcw-black-background > div:last-child .pcw-field-last-market {
    font-weight: bold; }
  .pcw-leaderboard.pcw-black-background .pcw-field-change-abs-24h, .pcw-leaderboard.pcw-black-background .pcw-field-change-pct-24h, .pcw-leaderboard.pcw-black-background .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-leaderboard.pcw-black-background .pcw-field-logo img {
    height: 1.5em; }
  @media screen and (max-width: 480px) {
    .pcw-leaderboard.pcw-black-background > div {
      margin-top: 0.8em; }
      .pcw-leaderboard.pcw-black-background > div:last-child {
        line-height: 1.5em; } }
  .pcw-leaderboard.pcw-black-background.pcw-red {
    color: #DB2828; }
  .pcw-leaderboard.pcw-black-background.pcw-maroon {
    color: #85144b; }
  .pcw-leaderboard.pcw-black-background.pcw-orange {
    color: #F2711C; }
  .pcw-leaderboard.pcw-black-background.pcw-yellow {
    color: #FBBD08; }
  .pcw-leaderboard.pcw-black-background.pcw-olive {
    color: #B5CC18; }
  .pcw-leaderboard.pcw-black-background.pcw-green {
    color: #21BA45; }
  .pcw-leaderboard.pcw-black-background.pcw-teal {
    color: #00B5AD; }
  .pcw-leaderboard.pcw-black-background.pcw-blue {
    color: #2185D0; }
  .pcw-leaderboard.pcw-black-background.pcw-aqua {
    color: #7FDBFF; }
  .pcw-leaderboard.pcw-black-background.pcw-navy {
    color: #001f3f; }
  .pcw-leaderboard.pcw-black-background.pcw-purple {
    color: #A333C8; }
  .pcw-leaderboard.pcw-black-background.pcw-violet {
    color: #6435C9; }
  .pcw-leaderboard.pcw-black-background.pcw-pink {
    color: #E03997; }
  .pcw-leaderboard.pcw-black-background.pcw-brown {
    color: #A5673F; }
  .pcw-leaderboard.pcw-black-background.pcw-grey {
    color: #767676; }
  .pcw-leaderboard.pcw-black-background.pcw-black {
    color: #000; }
  .pcw-leaderboard.pcw-black-background.pcw-white {
    color: #fff; }

.pcw-leaderboard.pcw-color-background {
  color: #fffff0;
  padding: 0.8em 0.4em;
  /*COLOR THEMES*/ }
  .pcw-leaderboard.pcw-color-background .pcw-field-name {
    vertical-align: middle; }
  .pcw-leaderboard.pcw-color-background .pcw-field-symbol-from, .pcw-leaderboard.pcw-color-background .pcw-field-price {
    font-size: 1.8em;
    line-height: 1.8em;
    font-weight: bold; }
  .pcw-leaderboard.pcw-color-background > div:last-child .pcw-field-symbol-from {
    font-size: 1em;
    line-height: 1em; }
  .pcw-leaderboard.pcw-color-background > div:last-child .pcw-field-volume-24h-from, .pcw-leaderboard.pcw-color-background > div:last-child .pcw-field-low-24h, .pcw-leaderboard.pcw-color-background > div:last-child .pcw-field-high-24h, .pcw-leaderboard.pcw-color-background > div:last-child .pcw-field-last-market {
    font-weight: bold; }
  .pcw-leaderboard.pcw-color-background .pcw-field-change-abs-24h, .pcw-leaderboard.pcw-color-background .pcw-field-change-pct-24h, .pcw-leaderboard.pcw-color-background .fas {
    font-size: 1.4em;
    line-height: 1.4em; }
  .pcw-leaderboard.pcw-color-background .pcw-field-logo img {
    height: 1.5em; }
  @media screen and (max-width: 480px) {
    .pcw-leaderboard.pcw-color-background > div {
      margin-top: 0.8em; }
      .pcw-leaderboard.pcw-color-background > div:last-child {
        line-height: 1.5em; } }
  .pcw-leaderboard.pcw-color-background.pcw-red {
    background-color: #DB2828; }
  .pcw-leaderboard.pcw-color-background.pcw-maroon {
    background-color: #85144b; }
  .pcw-leaderboard.pcw-color-background.pcw-orange {
    background-color: #F2711C; }
  .pcw-leaderboard.pcw-color-background.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-leaderboard.pcw-color-background.pcw-olive {
    background-color: #B5CC18; }
  .pcw-leaderboard.pcw-color-background.pcw-green {
    background-color: #21BA45; }
  .pcw-leaderboard.pcw-color-background.pcw-teal {
    background-color: #00B5AD; }
  .pcw-leaderboard.pcw-color-background.pcw-blue {
    background-color: #2185D0; }
  .pcw-leaderboard.pcw-color-background.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-leaderboard.pcw-color-background.pcw-navy {
    background-color: #001f3f; }
  .pcw-leaderboard.pcw-color-background.pcw-purple {
    background-color: #A333C8; }
  .pcw-leaderboard.pcw-color-background.pcw-violet {
    background-color: #6435C9; }
  .pcw-leaderboard.pcw-color-background.pcw-pink {
    background-color: #E03997; }
  .pcw-leaderboard.pcw-color-background.pcw-brown {
    background-color: #A5673F; }
  .pcw-leaderboard.pcw-color-background.pcw-grey {
    background-color: #767676; }
  .pcw-leaderboard.pcw-color-background.pcw-black {
    background-color: #000; }
  .pcw-leaderboard.pcw-color-background.pcw-white {
    background-color: #fff; }

.pcw-leaderboard.pcw-color-frame {
  padding: 1em 1em;
  border-radius: 0.2857em; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-name {
    color: #7f7f7f;
    font-size: 1.2em;
    vertical-align: middle; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-symbol-from {
    font-size: 1.8em;
    line-height: 1.8em;
    color: #5c5c5c;
    font-weight: bold; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-price {
    font-size: 1.8em;
    line-height: 1.8em; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-change-abs-24h, .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-change-pct-24h {
    font-size: 1.2em;
    line-height: 1.2em; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:first-child .pcw-field-logo img {
    height: 1.5em; }
  .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table {
    width: auto;
    box-shadow: none;
    margin: 0;
    border: 0; }
    .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table tbody tr td {
      border: 0;
      padding: 0.15em 0; }
      .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table tbody tr td:first-child {
        color: #7f7f7f;
        font-size: 0.9em;
        padding-right: 0.4em; }
      .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table tbody tr td:last-child {
        text-align: right;
        min-width: 9em; }
  @media screen and (max-width: 480px) {
    .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table {
      margin-top: 1em;
      width: 100%; }
      .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table tbody tr td:first-child {
        text-align: left; }
      .pcw-leaderboard.pcw-color-frame > .pcw-flex > div:last-child table tbody tr td:last-child {
        text-align: right; } }
  .pcw-leaderboard.pcw-color-frame.pcw-red {
    border: 1px solid #DB2828; }
  .pcw-leaderboard.pcw-color-frame.pcw-maroon {
    border: 1px solid #85144b; }
  .pcw-leaderboard.pcw-color-frame.pcw-orange {
    border: 1px solid #F2711C; }
  .pcw-leaderboard.pcw-color-frame.pcw-yellow {
    border: 1px solid #FBBD08; }
  .pcw-leaderboard.pcw-color-frame.pcw-olive {
    border: 1px solid #B5CC18; }
  .pcw-leaderboard.pcw-color-frame.pcw-green {
    border: 1px solid #21BA45; }
  .pcw-leaderboard.pcw-color-frame.pcw-teal {
    border: 1px solid #00B5AD; }
  .pcw-leaderboard.pcw-color-frame.pcw-blue {
    border: 1px solid #2185D0; }
  .pcw-leaderboard.pcw-color-frame.pcw-aqua {
    border: 1px solid #7FDBFF; }
  .pcw-leaderboard.pcw-color-frame.pcw-navy {
    border: 1px solid #001f3f; }
  .pcw-leaderboard.pcw-color-frame.pcw-purple {
    border: 1px solid #A333C8; }
  .pcw-leaderboard.pcw-color-frame.pcw-violet {
    border: 1px solid #6435C9; }
  .pcw-leaderboard.pcw-color-frame.pcw-pink {
    border: 1px solid #E03997; }
  .pcw-leaderboard.pcw-color-frame.pcw-brown {
    border: 1px solid #A5673F; }
  .pcw-leaderboard.pcw-color-frame.pcw-grey {
    border: 1px solid #767676; }
  .pcw-leaderboard.pcw-color-frame.pcw-black {
    border: 1px solid #000; }
  .pcw-leaderboard.pcw-color-frame.pcw-white {
    border: 1px solid #fff; }

.pcw-news-block.pcw-basic .pcw-news-block-container {
  margin-bottom: 2em; }
  .pcw-news-block.pcw-basic .pcw-news-block-container .pcw-news-block-meta {
    margin-bottom: 1em;
    color: #808080; }
  .pcw-news-block.pcw-basic .pcw-news-block-container .pcw-news-block-content img {
    width: 150px;
    max-width: 150px;
    height: auto;
    float: left;
    margin: 0 1em 1em 0; }
  .pcw-news-block.pcw-basic .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tags {
    font-size: 0.8em;
    color: #808080; }

.pcw-news-block.pcw-basic .pcw-load-more {
  padding: 0.2em 0.5em;
  cursor: pointer; }

.pcw-news-block.pcw-basic2 {
  /*COLOR THEMES*/ }
  .pcw-news-block.pcw-basic2 .pcw-news-block-container {
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
    margin-bottom: 2em;
    justify-content: flex-start; }
    .pcw-news-block.pcw-basic2 .pcw-news-block-container img {
      -moz-border-radius: 0.75em;
      -webkit-border-radius: 0.75em;
      border-radius: 0.75em;
      width: 150px;
      max-width: 150px;
      height: auto;
      padding: 0.5em; }
    .pcw-news-block.pcw-basic2 .pcw-news-block-container .pcw-news-block-content {
      padding: 0.5em; }
      .pcw-news-block.pcw-basic2 .pcw-news-block-container .pcw-news-block-content .pcw-news-block-meta {
        margin-bottom: 1em;
        color: #808080; }
      .pcw-news-block.pcw-basic2 .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
        -moz-border-radius: 0.25em;
        -webkit-border-radius: 0.25em;
        border-radius: 0.25em;
        font-size: 0.75em;
        padding: 0.2em 0.5em;
        margin-right: 0.25em; }
  .pcw-news-block.pcw-basic2 .pcw-load-more {
    padding: 0.2em 0.5em;
    cursor: pointer; }
  .pcw-news-block.pcw-basic2.pcw-red .pcw-news-block-container {
    border: 1px solid #DB2828; }
    .pcw-news-block.pcw-basic2.pcw-red .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #DB2828; }
  .pcw-news-block.pcw-basic2.pcw-maroon .pcw-news-block-container {
    border: 1px solid #85144b; }
    .pcw-news-block.pcw-basic2.pcw-maroon .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #85144b; }
  .pcw-news-block.pcw-basic2.pcw-orange .pcw-news-block-container {
    border: 1px solid #F2711C; }
    .pcw-news-block.pcw-basic2.pcw-orange .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #F2711C; }
  .pcw-news-block.pcw-basic2.pcw-yellow .pcw-news-block-container {
    border: 1px solid #FBBD08; }
    .pcw-news-block.pcw-basic2.pcw-yellow .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #FBBD08; }
  .pcw-news-block.pcw-basic2.pcw-olive .pcw-news-block-container {
    border: 1px solid #B5CC18; }
    .pcw-news-block.pcw-basic2.pcw-olive .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #B5CC18; }
  .pcw-news-block.pcw-basic2.pcw-green .pcw-news-block-container {
    border: 1px solid #21BA45; }
    .pcw-news-block.pcw-basic2.pcw-green .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #21BA45; }
  .pcw-news-block.pcw-basic2.pcw-teal .pcw-news-block-container {
    border: 1px solid #00B5AD; }
    .pcw-news-block.pcw-basic2.pcw-teal .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #00B5AD; }
  .pcw-news-block.pcw-basic2.pcw-blue .pcw-news-block-container {
    border: 1px solid #2185D0; }
    .pcw-news-block.pcw-basic2.pcw-blue .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #2185D0; }
  .pcw-news-block.pcw-basic2.pcw-aqua .pcw-news-block-container {
    border: 1px solid #7FDBFF; }
    .pcw-news-block.pcw-basic2.pcw-aqua .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #7FDBFF; }
  .pcw-news-block.pcw-basic2.pcw-navy .pcw-news-block-container {
    border: 1px solid #001f3f; }
    .pcw-news-block.pcw-basic2.pcw-navy .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #001f3f; }
  .pcw-news-block.pcw-basic2.pcw-purple .pcw-news-block-container {
    border: 1px solid #A333C8; }
    .pcw-news-block.pcw-basic2.pcw-purple .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #A333C8; }
  .pcw-news-block.pcw-basic2.pcw-violet .pcw-news-block-container {
    border: 1px solid #6435C9; }
    .pcw-news-block.pcw-basic2.pcw-violet .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #6435C9; }
  .pcw-news-block.pcw-basic2.pcw-pink .pcw-news-block-container {
    border: 1px solid #E03997; }
    .pcw-news-block.pcw-basic2.pcw-pink .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #E03997; }
  .pcw-news-block.pcw-basic2.pcw-brown .pcw-news-block-container {
    border: 1px solid #A5673F; }
    .pcw-news-block.pcw-basic2.pcw-brown .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #A5673F; }
  .pcw-news-block.pcw-basic2.pcw-grey .pcw-news-block-container {
    border: 1px solid #767676; }
    .pcw-news-block.pcw-basic2.pcw-grey .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #767676; }
  .pcw-news-block.pcw-basic2.pcw-black .pcw-news-block-container {
    border: 1px solid #000; }
    .pcw-news-block.pcw-basic2.pcw-black .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #000; }
  .pcw-news-block.pcw-basic2.pcw-white .pcw-news-block-container {
    border: 1px solid #fff; }
    .pcw-news-block.pcw-basic2.pcw-white .pcw-news-block-container .pcw-news-block-content .pcw-news-block-tag {
      border: 1px solid #fff; }

.pcw-order-book.pcw-basic {
  /*COLOR THEMES*/ }
  .pcw-order-book.pcw-basic > div {
    margin: 0.8em 0; }
  .pcw-order-book.pcw-basic .pcw-field-logo img {
    height: 1.2em; }
  .pcw-order-book.pcw-basic .pcw-field-symbol-to {
    margin-right: 0.15em; }
  .pcw-order-book.pcw-basic .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-order-book.pcw-basic .pcw-field-price {
    font-weight: bold; }
  .pcw-order-book.pcw-basic.pcw-red {
    color: #DB2828; }
  .pcw-order-book.pcw-basic.pcw-maroon {
    color: #85144b; }
  .pcw-order-book.pcw-basic.pcw-orange {
    color: #F2711C; }
  .pcw-order-book.pcw-basic.pcw-yellow {
    color: #FBBD08; }
  .pcw-order-book.pcw-basic.pcw-olive {
    color: #B5CC18; }
  .pcw-order-book.pcw-basic.pcw-green {
    color: #21BA45; }
  .pcw-order-book.pcw-basic.pcw-teal {
    color: #00B5AD; }
  .pcw-order-book.pcw-basic.pcw-blue {
    color: #2185D0; }
  .pcw-order-book.pcw-basic.pcw-aqua {
    color: #7FDBFF; }
  .pcw-order-book.pcw-basic.pcw-navy {
    color: #001f3f; }
  .pcw-order-book.pcw-basic.pcw-purple {
    color: #A333C8; }
  .pcw-order-book.pcw-basic.pcw-violet {
    color: #6435C9; }
  .pcw-order-book.pcw-basic.pcw-pink {
    color: #E03997; }
  .pcw-order-book.pcw-basic.pcw-brown {
    color: #A5673F; }
  .pcw-order-book.pcw-basic.pcw-grey {
    color: #767676; }
  .pcw-order-book.pcw-basic.pcw-black {
    color: #000; }
  .pcw-order-book.pcw-basic.pcw-white {
    color: #fff; }

.pcw-spark.pcw-basic {
  line-height: 1.5em;
  /*COLOR THEMES*/ }
  .pcw-spark.pcw-basic .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-spark.pcw-basic .pcw-field-price {
    font-weight: bold; }
  .pcw-spark.pcw-basic.pcw-red {
    color: #DB2828; }
  .pcw-spark.pcw-basic.pcw-maroon {
    color: #85144b; }
  .pcw-spark.pcw-basic.pcw-orange {
    color: #F2711C; }
  .pcw-spark.pcw-basic.pcw-yellow {
    color: #FBBD08; }
  .pcw-spark.pcw-basic.pcw-olive {
    color: #B5CC18; }
  .pcw-spark.pcw-basic.pcw-green {
    color: #21BA45; }
  .pcw-spark.pcw-basic.pcw-teal {
    color: #00B5AD; }
  .pcw-spark.pcw-basic.pcw-blue {
    color: #2185D0; }
  .pcw-spark.pcw-basic.pcw-aqua {
    color: #7FDBFF; }
  .pcw-spark.pcw-basic.pcw-navy {
    color: #001f3f; }
  .pcw-spark.pcw-basic.pcw-purple {
    color: #A333C8; }
  .pcw-spark.pcw-basic.pcw-violet {
    color: #6435C9; }
  .pcw-spark.pcw-basic.pcw-pink {
    color: #E03997; }
  .pcw-spark.pcw-basic.pcw-brown {
    color: #A5673F; }
  .pcw-spark.pcw-basic.pcw-grey {
    color: #767676; }
  .pcw-spark.pcw-basic.pcw-black {
    color: #000; }
  .pcw-spark.pcw-basic.pcw-white {
    color: #fff; }

.pcw-spark.pcw-basic2 {
  line-height: 1.5em;
  /*COLOR THEMES*/ }
  .pcw-spark.pcw-basic2 .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-spark.pcw-basic2 .pcw-field-price {
    line-height: 2em;
    font-weight: 700;
    display: inline-block; }
  .pcw-spark.pcw-basic2.pcw-red {
    color: #DB2828; }
  .pcw-spark.pcw-basic2.pcw-maroon {
    color: #85144b; }
  .pcw-spark.pcw-basic2.pcw-orange {
    color: #F2711C; }
  .pcw-spark.pcw-basic2.pcw-yellow {
    color: #FBBD08; }
  .pcw-spark.pcw-basic2.pcw-olive {
    color: #B5CC18; }
  .pcw-spark.pcw-basic2.pcw-green {
    color: #21BA45; }
  .pcw-spark.pcw-basic2.pcw-teal {
    color: #00B5AD; }
  .pcw-spark.pcw-basic2.pcw-blue {
    color: #2185D0; }
  .pcw-spark.pcw-basic2.pcw-aqua {
    color: #7FDBFF; }
  .pcw-spark.pcw-basic2.pcw-navy {
    color: #001f3f; }
  .pcw-spark.pcw-basic2.pcw-purple {
    color: #A333C8; }
  .pcw-spark.pcw-basic2.pcw-violet {
    color: #6435C9; }
  .pcw-spark.pcw-basic2.pcw-pink {
    color: #E03997; }
  .pcw-spark.pcw-basic2.pcw-brown {
    color: #A5673F; }
  .pcw-spark.pcw-basic2.pcw-grey {
    color: #767676; }
  .pcw-spark.pcw-basic2.pcw-black {
    color: #000; }
  .pcw-spark.pcw-basic2.pcw-white {
    color: #fff; }

.pcw-spark.pcw-basic3 {
  color: #FFFAF0;
  text-align: center;
  padding: 0.8em;
  /*COLOR THEMES*/ }
  .pcw-spark.pcw-basic3 .fas {
    color: #FFFAF0; }
  .pcw-spark.pcw-basic3 > div:last-child {
    margin-top: 0.6em; }
  .pcw-spark.pcw-basic3 .pcw-field-logo img {
    vertical-align: middle;
    height: 1.25em;
    width: auto; }
  .pcw-spark.pcw-basic3 .pcw-field-symbol-from {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700; }
  .pcw-spark.pcw-basic3 .pcw-field-price {
    font-size: 1.75em;
    line-height: 1.75em;
    font-weight: 700; }
  .pcw-spark.pcw-basic3.pcw-red {
    background-color: #DB2828; }
  .pcw-spark.pcw-basic3.pcw-maroon {
    background-color: #85144b; }
  .pcw-spark.pcw-basic3.pcw-orange {
    background-color: #F2711C; }
  .pcw-spark.pcw-basic3.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-spark.pcw-basic3.pcw-olive {
    background-color: #B5CC18; }
  .pcw-spark.pcw-basic3.pcw-green {
    background-color: #21BA45; }
  .pcw-spark.pcw-basic3.pcw-teal {
    background-color: #00B5AD; }
  .pcw-spark.pcw-basic3.pcw-blue {
    background-color: #2185D0; }
  .pcw-spark.pcw-basic3.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-spark.pcw-basic3.pcw-navy {
    background-color: #001f3f; }
  .pcw-spark.pcw-basic3.pcw-purple {
    background-color: #A333C8; }
  .pcw-spark.pcw-basic3.pcw-violet {
    background-color: #6435C9; }
  .pcw-spark.pcw-basic3.pcw-pink {
    background-color: #E03997; }
  .pcw-spark.pcw-basic3.pcw-brown {
    background-color: #A5673F; }
  .pcw-spark.pcw-basic3.pcw-grey {
    background-color: #767676; }
  .pcw-spark.pcw-basic3.pcw-black {
    background-color: #000; }
  .pcw-spark.pcw-basic3.pcw-white {
    background-color: #fff; }

.pcw-table-exchanges-quotes.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-exchanges-quotes.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-exchanges-quotes.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-exchanges-quotes.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-exchanges-quotes.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-exchanges-quotes.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-exchanges-quotes.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-exchanges-quotes.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-exchanges-quotes.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-exchanges-quotes.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-exchanges-quotes.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges-quotes.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-exchanges-quotes.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-exchanges-quotes.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-exchanges-quotes.pcw-black-background table {
  background: #000; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white table a, .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table a:focus, .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-exchanges-quotes.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges-quotes.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table a, .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table a:focus, .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table a:hover, .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }

.pcw-table-exchanges-quotes.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-exchanges-quotes.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-exchanges-quotes.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-exchanges-quotes.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges-quotes.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table a, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges-quotes.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-exchanges-quotes.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table a:focus, .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges-quotes.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-exchanges-quotes.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges-quotes.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-exchanges-quotes.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-exchanges-quotes.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges-quotes.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-exchanges-quotes.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table a, .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table a:focus, .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table a:hover, .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges-quotes.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-exchanges-quotes.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges-quotes.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-exchanges-quotes.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges-quotes.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-exchanges.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-exchanges.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-exchanges.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-exchanges.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-exchanges.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-exchanges.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-exchanges.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-exchanges.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-exchanges.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-exchanges.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-exchanges.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-exchanges.pcw-basic .pcw-pagination a {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

.pcw-table-exchanges.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-exchanges.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-exchanges.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-exchanges.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-exchanges.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-exchanges.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-exchanges.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-exchanges.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-exchanges.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-exchanges.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-exchanges.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-exchanges.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-exchanges.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-exchanges.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-exchanges.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-exchanges.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-exchanges.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-exchanges.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-exchanges.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-exchanges.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-exchanges.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-exchanges.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-exchanges.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-exchanges.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-exchanges.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-exchanges.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-exchanges.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-exchanges.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-exchanges.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-exchanges.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-exchanges.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-exchanges.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-exchanges.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-exchanges.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-exchanges.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-exchanges.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-exchanges.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-exchanges.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-exchanges.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-exchanges.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-exchanges.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-exchanges.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-exchanges.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-exchanges.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-exchanges.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-exchanges.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-exchanges.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-exchanges.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-exchanges.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-exchanges.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-exchanges.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-exchanges.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-exchanges.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-exchanges.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-exchanges.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-exchanges.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-red .pcw-pagination a {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-red .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-maroon .pcw-pagination a {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-maroon .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-orange .pcw-pagination a {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-orange .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-yellow .pcw-pagination a {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-yellow .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-olive .pcw-pagination a {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-olive .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-green .pcw-pagination a {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-green .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-teal .pcw-pagination a {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-teal .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-blue .pcw-pagination a {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-blue .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-aqua .pcw-pagination a {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-aqua .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-navy .pcw-pagination a {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-navy .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-purple .pcw-pagination a {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-purple .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-violet .pcw-pagination a {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-violet .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-pink .pcw-pagination a {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-pink .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-brown .pcw-pagination a {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-brown .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-grey .pcw-pagination a {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-grey .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-black .pcw-pagination a {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-black .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-basic2.pcw-white .pcw-pagination a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-exchanges.pcw-basic2.pcw-white .pcw-pagination a.current {
    border: none; }

.pcw-table-exchanges.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-exchanges.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-exchanges.pcw-black-background table {
  background: #000; }

.pcw-table-exchanges.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-exchanges.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges.pcw-black-background.pcw-red table a, .pcw-table-exchanges.pcw-black-background.pcw-red table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-exchanges.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-exchanges.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-exchanges.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-exchanges.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-exchanges.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-exchanges.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-exchanges.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-exchanges.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-exchanges.pcw-black-background.pcw-maroon table a, .pcw-table-exchanges.pcw-black-background.pcw-maroon table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-exchanges.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-exchanges.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-exchanges.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-exchanges.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-exchanges.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-exchanges.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-exchanges.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-exchanges.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges.pcw-black-background.pcw-orange table a, .pcw-table-exchanges.pcw-black-background.pcw-orange table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-exchanges.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-exchanges.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-exchanges.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-exchanges.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-exchanges.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-exchanges.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-exchanges.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-exchanges.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges.pcw-black-background.pcw-yellow table a, .pcw-table-exchanges.pcw-black-background.pcw-yellow table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-exchanges.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-exchanges.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-exchanges.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-exchanges.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-exchanges.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-exchanges.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-exchanges.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-exchanges.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges.pcw-black-background.pcw-olive table a, .pcw-table-exchanges.pcw-black-background.pcw-olive table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-exchanges.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-exchanges.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-exchanges.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-exchanges.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-exchanges.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-exchanges.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-exchanges.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-exchanges.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges.pcw-black-background.pcw-green table a, .pcw-table-exchanges.pcw-black-background.pcw-green table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-exchanges.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-exchanges.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-exchanges.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-exchanges.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-exchanges.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-exchanges.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-exchanges.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-exchanges.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges.pcw-black-background.pcw-teal table a, .pcw-table-exchanges.pcw-black-background.pcw-teal table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-exchanges.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-exchanges.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-exchanges.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-exchanges.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-exchanges.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-exchanges.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-exchanges.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-exchanges.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges.pcw-black-background.pcw-blue table a, .pcw-table-exchanges.pcw-black-background.pcw-blue table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-exchanges.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-exchanges.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-exchanges.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-exchanges.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-exchanges.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-exchanges.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-exchanges.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-exchanges.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges.pcw-black-background.pcw-aqua table a, .pcw-table-exchanges.pcw-black-background.pcw-aqua table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-exchanges.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-exchanges.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-exchanges.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-exchanges.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-exchanges.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-exchanges.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-exchanges.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges.pcw-black-background.pcw-navy table a, .pcw-table-exchanges.pcw-black-background.pcw-navy table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-exchanges.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-exchanges.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-exchanges.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-exchanges.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-exchanges.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-exchanges.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-exchanges.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-exchanges.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges.pcw-black-background.pcw-purple table a, .pcw-table-exchanges.pcw-black-background.pcw-purple table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-exchanges.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-exchanges.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-exchanges.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-exchanges.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-exchanges.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-exchanges.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-exchanges.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-exchanges.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges.pcw-black-background.pcw-violet table a, .pcw-table-exchanges.pcw-black-background.pcw-violet table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-exchanges.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-exchanges.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-exchanges.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-exchanges.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-exchanges.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-exchanges.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-exchanges.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-exchanges.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-exchanges.pcw-black-background.pcw-pink table a, .pcw-table-exchanges.pcw-black-background.pcw-pink table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-exchanges.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-exchanges.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-exchanges.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-exchanges.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-exchanges.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-exchanges.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-exchanges.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-exchanges.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges.pcw-black-background.pcw-brown table a, .pcw-table-exchanges.pcw-black-background.pcw-brown table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-exchanges.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-exchanges.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-exchanges.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-exchanges.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-exchanges.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-exchanges.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-exchanges.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-exchanges.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-exchanges.pcw-black-background.pcw-grey table a, .pcw-table-exchanges.pcw-black-background.pcw-grey table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-exchanges.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-exchanges.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-exchanges.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-exchanges.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-exchanges.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-exchanges.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-exchanges.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-exchanges.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-exchanges.pcw-black-background.pcw-black table a, .pcw-table-exchanges.pcw-black-background.pcw-black table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-exchanges.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-exchanges.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-exchanges.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-exchanges.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-exchanges.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-exchanges.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-exchanges.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-exchanges.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges.pcw-black-background.pcw-white table a, .pcw-table-exchanges.pcw-black-background.pcw-white table a:focus, .pcw-table-exchanges.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-exchanges.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-exchanges.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-exchanges.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-exchanges.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-exchanges.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-exchanges.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-exchanges.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-exchanges.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-red .pcw-pagination a {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-exchanges.pcw-black-background.pcw-red .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-maroon .pcw-pagination a {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-exchanges.pcw-black-background.pcw-maroon .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-orange .pcw-pagination a {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-exchanges.pcw-black-background.pcw-orange .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-yellow .pcw-pagination a {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-exchanges.pcw-black-background.pcw-yellow .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-olive .pcw-pagination a {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-exchanges.pcw-black-background.pcw-olive .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-green .pcw-pagination a {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-exchanges.pcw-black-background.pcw-green .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-teal .pcw-pagination a {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-exchanges.pcw-black-background.pcw-teal .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-blue .pcw-pagination a {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-exchanges.pcw-black-background.pcw-blue .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-aqua .pcw-pagination a {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-black-background.pcw-aqua .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-navy .pcw-pagination a {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-exchanges.pcw-black-background.pcw-navy .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-purple .pcw-pagination a {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-exchanges.pcw-black-background.pcw-purple .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-violet .pcw-pagination a {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-exchanges.pcw-black-background.pcw-violet .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-pink .pcw-pagination a {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-exchanges.pcw-black-background.pcw-pink .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-brown .pcw-pagination a {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-exchanges.pcw-black-background.pcw-brown .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-grey .pcw-pagination a {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-exchanges.pcw-black-background.pcw-grey .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-black .pcw-pagination a {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-exchanges.pcw-black-background.pcw-black .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-black-background.pcw-white .pcw-pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-exchanges.pcw-black-background.pcw-white .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-exchanges.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red table a, .pcw-table-exchanges.pcw-color-background.pcw-red table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-red table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-exchanges.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-exchanges.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon table a, .pcw-table-exchanges.pcw-color-background.pcw-maroon table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-maroon table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-exchanges.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange table a, .pcw-table-exchanges.pcw-color-background.pcw-orange table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-orange table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-exchanges.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow table a, .pcw-table-exchanges.pcw-color-background.pcw-yellow table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-yellow table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-exchanges.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive table a, .pcw-table-exchanges.pcw-color-background.pcw-olive table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-olive table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-exchanges.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green table a, .pcw-table-exchanges.pcw-color-background.pcw-green table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-green table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-exchanges.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-exchanges.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal table a, .pcw-table-exchanges.pcw-color-background.pcw-teal table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-teal table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-exchanges.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue table a, .pcw-table-exchanges.pcw-color-background.pcw-blue table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-blue table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-exchanges.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua table a, .pcw-table-exchanges.pcw-color-background.pcw-aqua table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-aqua table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-exchanges.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy table a, .pcw-table-exchanges.pcw-color-background.pcw-navy table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-navy table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-exchanges.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple table a, .pcw-table-exchanges.pcw-color-background.pcw-purple table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-purple table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-exchanges.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet table a, .pcw-table-exchanges.pcw-color-background.pcw-violet table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-violet table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-exchanges.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink table a, .pcw-table-exchanges.pcw-color-background.pcw-pink table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-pink table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-exchanges.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown table a, .pcw-table-exchanges.pcw-color-background.pcw-brown table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-brown table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-exchanges.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey table a, .pcw-table-exchanges.pcw-color-background.pcw-grey table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-grey table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-exchanges.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black table a, .pcw-table-exchanges.pcw-color-background.pcw-black table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-black table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-exchanges.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-exchanges.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white table a, .pcw-table-exchanges.pcw-color-background.pcw-white table a:focus, .pcw-table-exchanges.pcw-color-background.pcw-white table a:hover, .pcw-table-exchanges.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-exchanges.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }
  .pcw-table-exchanges.pcw-color-background.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-red .pcw-pagination a.current {
      background: none;
      color: #DB2828; }
  .pcw-table-exchanges.pcw-color-background.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-maroon .pcw-pagination a.current {
      background: none;
      color: #85144b; }
  .pcw-table-exchanges.pcw-color-background.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-orange .pcw-pagination a.current {
      background: none;
      color: #F2711C; }
  .pcw-table-exchanges.pcw-color-background.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-yellow .pcw-pagination a.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-exchanges.pcw-color-background.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-olive .pcw-pagination a.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-exchanges.pcw-color-background.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-green .pcw-pagination a.current {
      background: none;
      color: #21BA45; }
  .pcw-table-exchanges.pcw-color-background.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-teal .pcw-pagination a.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-exchanges.pcw-color-background.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-blue .pcw-pagination a.current {
      background: none;
      color: #2185D0; }
  .pcw-table-exchanges.pcw-color-background.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-aqua .pcw-pagination a.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-exchanges.pcw-color-background.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-navy .pcw-pagination a.current {
      background: none;
      color: #001f3f; }
  .pcw-table-exchanges.pcw-color-background.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-purple .pcw-pagination a.current {
      background: none;
      color: #A333C8; }
  .pcw-table-exchanges.pcw-color-background.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-violet .pcw-pagination a.current {
      background: none;
      color: #6435C9; }
  .pcw-table-exchanges.pcw-color-background.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-pink .pcw-pagination a.current {
      background: none;
      color: #E03997; }
  .pcw-table-exchanges.pcw-color-background.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-brown .pcw-pagination a.current {
      background: none;
      color: #A5673F; }
  .pcw-table-exchanges.pcw-color-background.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-grey .pcw-pagination a.current {
      background: none;
      color: #767676; }
  .pcw-table-exchanges.pcw-color-background.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-black .pcw-pagination a.current {
      background: none;
      color: #000; }
  .pcw-table-exchanges.pcw-color-background.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }
    .pcw-table-exchanges.pcw-color-background.pcw-white .pcw-pagination a.current {
      background: none;
      color: #fff; }

.pcw-table-exchanges.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-exchanges.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-exchanges.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-exchanges.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-exchanges.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-exchanges.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-red .pcw-pagination a {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .pcw-pagination a {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-orange .pcw-pagination a {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .pcw-pagination a {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-olive .pcw-pagination a {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-green .pcw-pagination a {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-teal .pcw-pagination a {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-blue .pcw-pagination a {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .pcw-pagination a {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-navy .pcw-pagination a {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-purple .pcw-pagination a {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-violet .pcw-pagination a {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-pink .pcw-pagination a {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-brown .pcw-pagination a {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-grey .pcw-pagination a {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-black .pcw-pagination a {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-color-header-border.pcw-white .pcw-pagination a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-border.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-exchanges.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-exchanges.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-exchanges.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-exchanges.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-exchanges.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table a, .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .pcw-pagination a {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-red .pcw-pagination a.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .pcw-pagination a {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-maroon .pcw-pagination a.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .pcw-pagination a {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-orange .pcw-pagination a.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .pcw-pagination a {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-yellow .pcw-pagination a.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .pcw-pagination a {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-olive .pcw-pagination a.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .pcw-pagination a {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-green .pcw-pagination a.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .pcw-pagination a {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-teal .pcw-pagination a.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .pcw-pagination a {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-blue .pcw-pagination a.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-aqua .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .pcw-pagination a {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-navy .pcw-pagination a.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .pcw-pagination a {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-purple .pcw-pagination a.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .pcw-pagination a {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-violet .pcw-pagination a.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .pcw-pagination a {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-pink .pcw-pagination a.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .pcw-pagination a {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-brown .pcw-pagination a.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .pcw-pagination a {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-grey .pcw-pagination a.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .pcw-pagination a {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-black .pcw-pagination a.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-exchanges.pcw-color-header-rounded.pcw-white .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-exchanges.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red table a, .pcw-table-exchanges.pcw-color-text.pcw-red table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-exchanges.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-exchanges.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon table a, .pcw-table-exchanges.pcw-color-text.pcw-maroon table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-exchanges.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange table a, .pcw-table-exchanges.pcw-color-text.pcw-orange table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-exchanges.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-exchanges.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow table a, .pcw-table-exchanges.pcw-color-text.pcw-yellow table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-exchanges.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive table a, .pcw-table-exchanges.pcw-color-text.pcw-olive table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-exchanges.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-exchanges.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green table a, .pcw-table-exchanges.pcw-color-text.pcw-green table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-exchanges.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-exchanges.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal table a, .pcw-table-exchanges.pcw-color-text.pcw-teal table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-exchanges.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-exchanges.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue table a, .pcw-table-exchanges.pcw-color-text.pcw-blue table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-exchanges.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-exchanges.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua table a, .pcw-table-exchanges.pcw-color-text.pcw-aqua table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-exchanges.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy table a, .pcw-table-exchanges.pcw-color-text.pcw-navy table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-exchanges.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-exchanges.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple table a, .pcw-table-exchanges.pcw-color-text.pcw-purple table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-exchanges.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-exchanges.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet table a, .pcw-table-exchanges.pcw-color-text.pcw-violet table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-exchanges.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-exchanges.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink table a, .pcw-table-exchanges.pcw-color-text.pcw-pink table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-exchanges.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-exchanges.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown table a, .pcw-table-exchanges.pcw-color-text.pcw-brown table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-exchanges.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-exchanges.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey table a, .pcw-table-exchanges.pcw-color-text.pcw-grey table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-exchanges.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-exchanges.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black table a, .pcw-table-exchanges.pcw-color-text.pcw-black table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-exchanges.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-exchanges.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white table a, .pcw-table-exchanges.pcw-color-text.pcw-white table a:focus, .pcw-table-exchanges.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-exchanges.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-exchanges.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-exchanges.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-exchanges.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-exchanges.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-exchanges.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-exchanges.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-color-text.pcw-red .pcw-pagination a {
    color: #DB2828; }
    .pcw-table-exchanges.pcw-color-text.pcw-red .pcw-pagination a.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-color-text.pcw-maroon .pcw-pagination a {
    color: #85144b; }
    .pcw-table-exchanges.pcw-color-text.pcw-maroon .pcw-pagination a.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-color-text.pcw-orange .pcw-pagination a {
    color: #F2711C; }
    .pcw-table-exchanges.pcw-color-text.pcw-orange .pcw-pagination a.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-color-text.pcw-yellow .pcw-pagination a {
    color: #FBBD08; }
    .pcw-table-exchanges.pcw-color-text.pcw-yellow .pcw-pagination a.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-color-text.pcw-olive .pcw-pagination a {
    color: #B5CC18; }
    .pcw-table-exchanges.pcw-color-text.pcw-olive .pcw-pagination a.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-color-text.pcw-green .pcw-pagination a {
    color: #21BA45; }
    .pcw-table-exchanges.pcw-color-text.pcw-green .pcw-pagination a.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-color-text.pcw-teal .pcw-pagination a {
    color: #00B5AD; }
    .pcw-table-exchanges.pcw-color-text.pcw-teal .pcw-pagination a.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-color-text.pcw-blue .pcw-pagination a {
    color: #2185D0; }
    .pcw-table-exchanges.pcw-color-text.pcw-blue .pcw-pagination a.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-color-text.pcw-aqua .pcw-pagination a {
    color: #7FDBFF; }
    .pcw-table-exchanges.pcw-color-text.pcw-aqua .pcw-pagination a.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-color-text.pcw-navy .pcw-pagination a {
    color: #001f3f; }
    .pcw-table-exchanges.pcw-color-text.pcw-navy .pcw-pagination a.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-color-text.pcw-purple .pcw-pagination a {
    color: #A333C8; }
    .pcw-table-exchanges.pcw-color-text.pcw-purple .pcw-pagination a.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-color-text.pcw-violet .pcw-pagination a {
    color: #6435C9; }
    .pcw-table-exchanges.pcw-color-text.pcw-violet .pcw-pagination a.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-color-text.pcw-pink .pcw-pagination a {
    color: #E03997; }
    .pcw-table-exchanges.pcw-color-text.pcw-pink .pcw-pagination a.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-color-text.pcw-brown .pcw-pagination a {
    color: #A5673F; }
    .pcw-table-exchanges.pcw-color-text.pcw-brown .pcw-pagination a.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-color-text.pcw-grey .pcw-pagination a {
    color: #767676; }
    .pcw-table-exchanges.pcw-color-text.pcw-grey .pcw-pagination a.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-color-text.pcw-black .pcw-pagination a {
    color: #000; }
    .pcw-table-exchanges.pcw-color-text.pcw-black .pcw-pagination a.current {
      border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-color-text.pcw-white .pcw-pagination a {
    color: #fff; }
    .pcw-table-exchanges.pcw-color-text.pcw-white .pcw-pagination a.current {
      border-bottom: 2px solid #fff; }

.pcw-table-exchanges.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-exchanges.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-exchanges.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-exchanges.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-exchanges.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-exchanges.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-exchanges.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-red table a, .pcw-table-exchanges.pcw-gradient.pcw-red table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-red table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-exchanges.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon table a, .pcw-table-exchanges.pcw-gradient.pcw-maroon table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-maroon table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange table a, .pcw-table-exchanges.pcw-gradient.pcw-orange table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-orange table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow table a, .pcw-table-exchanges.pcw-gradient.pcw-yellow table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-yellow table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive table a, .pcw-table-exchanges.pcw-gradient.pcw-olive table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-olive table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-exchanges.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-green table a, .pcw-table-exchanges.pcw-gradient.pcw-green table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-green table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-exchanges.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal table a, .pcw-table-exchanges.pcw-gradient.pcw-teal table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-teal table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue table a, .pcw-table-exchanges.pcw-gradient.pcw-blue table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-blue table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua table a, .pcw-table-exchanges.pcw-gradient.pcw-aqua table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-aqua table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy table a, .pcw-table-exchanges.pcw-gradient.pcw-navy table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-navy table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple table a, .pcw-table-exchanges.pcw-gradient.pcw-purple table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-purple table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet table a, .pcw-table-exchanges.pcw-gradient.pcw-violet table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-violet table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink table a, .pcw-table-exchanges.pcw-gradient.pcw-pink table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-pink table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown table a, .pcw-table-exchanges.pcw-gradient.pcw-brown table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-brown table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey table a, .pcw-table-exchanges.pcw-gradient.pcw-grey table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-grey table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-exchanges.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-black table a, .pcw-table-exchanges.pcw-gradient.pcw-black table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-black table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-exchanges.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-exchanges.pcw-gradient.pcw-white table a, .pcw-table-exchanges.pcw-gradient.pcw-white table a:focus, .pcw-table-exchanges.pcw-gradient.pcw-white table a:hover, .pcw-table-exchanges.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-exchanges.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-red .pcw-pagination a {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-exchanges.pcw-gradient.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-maroon .pcw-pagination a {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-exchanges.pcw-gradient.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-orange .pcw-pagination a {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-exchanges.pcw-gradient.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-yellow .pcw-pagination a {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-exchanges.pcw-gradient.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-olive .pcw-pagination a {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-exchanges.pcw-gradient.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-green .pcw-pagination a {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-exchanges.pcw-gradient.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-teal .pcw-pagination a {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-exchanges.pcw-gradient.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-blue .pcw-pagination a {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-exchanges.pcw-gradient.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-aqua .pcw-pagination a {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-gradient.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-navy .pcw-pagination a {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-exchanges.pcw-gradient.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-purple .pcw-pagination a {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-exchanges.pcw-gradient.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-violet .pcw-pagination a {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-exchanges.pcw-gradient.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-pink .pcw-pagination a {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-exchanges.pcw-gradient.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-brown .pcw-pagination a {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-exchanges.pcw-gradient.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-grey .pcw-pagination a {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-exchanges.pcw-gradient.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-black .pcw-pagination a {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-exchanges.pcw-gradient.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-exchanges.pcw-gradient.pcw-white .pcw-pagination a {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-exchanges.pcw-gradient.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-exchanges.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-exchanges.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-exchanges.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-exchanges.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-exchanges.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-exchanges.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-exchanges.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-exchanges.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-exchanges.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-exchanges.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-exchanges.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-exchanges.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-exchanges.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-exchanges.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-exchanges.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-exchanges.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-exchanges.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges.pcw-zebra.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges.pcw-zebra.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges.pcw-zebra.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges.pcw-zebra.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges.pcw-zebra.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges.pcw-zebra.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges.pcw-zebra.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges.pcw-zebra.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges.pcw-zebra.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges.pcw-zebra.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges.pcw-zebra.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges.pcw-zebra.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges.pcw-zebra.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges.pcw-zebra.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges.pcw-zebra.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-exchanges.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-exchanges.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-exchanges.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-exchanges.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-exchanges.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-exchanges.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-exchanges.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-exchanges.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-exchanges.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-exchanges.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-exchanges.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-exchanges.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-exchanges.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-exchanges.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-exchanges.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-exchanges.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-exchanges.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-exchanges.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-exchanges.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-exchanges.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-exchanges.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-exchanges.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-exchanges.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-exchanges.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-exchanges.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-exchanges.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-exchanges.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-exchanges.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-exchanges.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-exchanges.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-exchanges.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-exchanges.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-exchanges.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-exchanges.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-exchanges.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-exchanges.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-exchanges.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-exchanges.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-exchanges.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-exchanges.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-exchanges.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-exchanges.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-exchanges.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-exchanges.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-exchanges.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-exchanges.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-exchanges.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-exchanges.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-exchanges.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-exchanges.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-exchanges.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-exchanges.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-exchanges.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-exchanges.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-exchanges.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-exchanges.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-exchanges.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-exchanges.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-exchanges.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-exchanges.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-exchanges.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-exchanges.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-exchanges.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-exchanges.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-exchanges.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-exchanges.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-exchanges.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-exchanges.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-exchanges.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-exchanges.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-exchanges.pcw-zebra2.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-exchanges.pcw-zebra2.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-exchanges.pcw-zebra2.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-exchanges.pcw-zebra2.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-exchanges.pcw-zebra2.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-exchanges.pcw-zebra2.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-exchanges.pcw-zebra2.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-exchanges.pcw-zebra2.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-exchanges.pcw-zebra2.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra2.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-exchanges.pcw-zebra2.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-exchanges.pcw-zebra2.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-exchanges.pcw-zebra2.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-exchanges.pcw-zebra2.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-exchanges.pcw-zebra2.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-exchanges.pcw-zebra2.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-exchanges.pcw-zebra2.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-exchanges.pcw-zebra2.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-history.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-history.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-history.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-history.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-history.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-history.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-history.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-history.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-history.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-history.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-history.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-history.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-history.pcw-basic .pcw-pagination a {
  border: 1px solid #d4d4d5;
  border-radius: 0.25em; }

.pcw-table-history.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-history.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-history.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-history.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-history.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-history.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-history.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-history.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-history.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-history.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-history.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-history.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-history.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-history.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-history.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-history.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-history.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-history.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-history.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-history.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-history.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-history.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-history.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-history.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-history.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-history.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-history.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-history.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-history.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-history.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-history.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-history.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-history.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-history.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-history.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-history.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-history.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-history.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-history.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-history.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-history.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-history.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-history.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-history.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-history.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-history.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-history.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-history.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-history.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-history.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-history.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-history.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-history.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-history.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-history.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-history.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-history.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-history.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-history.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-history.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-history.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-history.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-history.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-history.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-history.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-history.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-history.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-history.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-history.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-history.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-history.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-history.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-history.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-history.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-history.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-history.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-history.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-history.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-history.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-history.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-history.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-history.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-history.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-history.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-history.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-history.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-history.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-history.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-history.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-history.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-history.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-history.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-history.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-history.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-history.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-history.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-history.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-history.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-history.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-history.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-history.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-history.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-history.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-history.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-history.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-history.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-history.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-history.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-history.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-history.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-history.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-history.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-history.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-history.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-history.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-history.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-history.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-history.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-history.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-history.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-history.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-history.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-history.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-history.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-history.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-history.pcw-basic2.pcw-red .pcw-pagination a {
  color: #DB2828;
  border: 1px solid #DB2828; }

.pcw-table-history.pcw-basic2.pcw-maroon .pcw-pagination a {
  color: #85144b;
  border: 1px solid #85144b; }

.pcw-table-history.pcw-basic2.pcw-orange .pcw-pagination a {
  color: #F2711C;
  border: 1px solid #F2711C; }

.pcw-table-history.pcw-basic2.pcw-yellow .pcw-pagination a {
  color: #FBBD08;
  border: 1px solid #FBBD08; }

.pcw-table-history.pcw-basic2.pcw-olive .pcw-pagination a {
  color: #B5CC18;
  border: 1px solid #B5CC18; }

.pcw-table-history.pcw-basic2.pcw-green .pcw-pagination a {
  color: #21BA45;
  border: 1px solid #21BA45; }

.pcw-table-history.pcw-basic2.pcw-teal .pcw-pagination a {
  color: #00B5AD;
  border: 1px solid #00B5AD; }

.pcw-table-history.pcw-basic2.pcw-blue .pcw-pagination a {
  color: #2185D0;
  border: 1px solid #2185D0; }

.pcw-table-history.pcw-basic2.pcw-aqua .pcw-pagination a {
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }

.pcw-table-history.pcw-basic2.pcw-navy .pcw-pagination a {
  color: #001f3f;
  border: 1px solid #001f3f; }

.pcw-table-history.pcw-basic2.pcw-purple .pcw-pagination a {
  color: #A333C8;
  border: 1px solid #A333C8; }

.pcw-table-history.pcw-basic2.pcw-violet .pcw-pagination a {
  color: #6435C9;
  border: 1px solid #6435C9; }

.pcw-table-history.pcw-basic2.pcw-pink .pcw-pagination a {
  color: #E03997;
  border: 1px solid #E03997; }

.pcw-table-history.pcw-basic2.pcw-brown .pcw-pagination a {
  color: #A5673F;
  border: 1px solid #A5673F; }

.pcw-table-history.pcw-basic2.pcw-grey .pcw-pagination a {
  color: #767676;
  border: 1px solid #767676; }

.pcw-table-history.pcw-basic2.pcw-black .pcw-pagination a {
  color: #000;
  border: 1px solid #000; }

.pcw-table-history.pcw-basic2.pcw-white .pcw-pagination a {
  color: #fff;
  border: 1px solid #fff; }

.pcw-table-history.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-red table a, .pcw-table-history.pcw-color-background.pcw-red table a:focus, .pcw-table-history.pcw-color-background.pcw-red table a:hover, .pcw-table-history.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-history.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-history.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon table a, .pcw-table-history.pcw-color-background.pcw-maroon table a:focus, .pcw-table-history.pcw-color-background.pcw-maroon table a:hover, .pcw-table-history.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-history.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-history.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange table a, .pcw-table-history.pcw-color-background.pcw-orange table a:focus, .pcw-table-history.pcw-color-background.pcw-orange table a:hover, .pcw-table-history.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-history.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-history.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow table a, .pcw-table-history.pcw-color-background.pcw-yellow table a:focus, .pcw-table-history.pcw-color-background.pcw-yellow table a:hover, .pcw-table-history.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-history.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-history.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive table a, .pcw-table-history.pcw-color-background.pcw-olive table a:focus, .pcw-table-history.pcw-color-background.pcw-olive table a:hover, .pcw-table-history.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-history.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-history.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-green table a, .pcw-table-history.pcw-color-background.pcw-green table a:focus, .pcw-table-history.pcw-color-background.pcw-green table a:hover, .pcw-table-history.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-history.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-history.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal table a, .pcw-table-history.pcw-color-background.pcw-teal table a:focus, .pcw-table-history.pcw-color-background.pcw-teal table a:hover, .pcw-table-history.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-history.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-history.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue table a, .pcw-table-history.pcw-color-background.pcw-blue table a:focus, .pcw-table-history.pcw-color-background.pcw-blue table a:hover, .pcw-table-history.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-history.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-history.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua table a, .pcw-table-history.pcw-color-background.pcw-aqua table a:focus, .pcw-table-history.pcw-color-background.pcw-aqua table a:hover, .pcw-table-history.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-history.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-history.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy table a, .pcw-table-history.pcw-color-background.pcw-navy table a:focus, .pcw-table-history.pcw-color-background.pcw-navy table a:hover, .pcw-table-history.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-history.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-history.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple table a, .pcw-table-history.pcw-color-background.pcw-purple table a:focus, .pcw-table-history.pcw-color-background.pcw-purple table a:hover, .pcw-table-history.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-history.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-history.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet table a, .pcw-table-history.pcw-color-background.pcw-violet table a:focus, .pcw-table-history.pcw-color-background.pcw-violet table a:hover, .pcw-table-history.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-history.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-history.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink table a, .pcw-table-history.pcw-color-background.pcw-pink table a:focus, .pcw-table-history.pcw-color-background.pcw-pink table a:hover, .pcw-table-history.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-history.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-history.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown table a, .pcw-table-history.pcw-color-background.pcw-brown table a:focus, .pcw-table-history.pcw-color-background.pcw-brown table a:hover, .pcw-table-history.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-history.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-history.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey table a, .pcw-table-history.pcw-color-background.pcw-grey table a:focus, .pcw-table-history.pcw-color-background.pcw-grey table a:hover, .pcw-table-history.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-history.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-history.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-black table a, .pcw-table-history.pcw-color-background.pcw-black table a:focus, .pcw-table-history.pcw-color-background.pcw-black table a:hover, .pcw-table-history.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-history.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-history.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-white table a, .pcw-table-history.pcw-color-background.pcw-white table a:focus, .pcw-table-history.pcw-color-background.pcw-white table a:hover, .pcw-table-history.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-history.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-history.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-history.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
  .pcw-table-history.pcw-color-background.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }

.pcw-table-history.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-history.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-history.pcw-black-background table {
  background: #000; }

.pcw-table-history.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-history.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-history.pcw-black-background.pcw-red table a, .pcw-table-history.pcw-black-background.pcw-red table a:focus, .pcw-table-history.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-history.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-history.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-history.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-history.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-history.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-history.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-history.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-history.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-history.pcw-black-background.pcw-maroon table a, .pcw-table-history.pcw-black-background.pcw-maroon table a:focus, .pcw-table-history.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-history.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-history.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-history.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-history.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-history.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-history.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-history.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-history.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-history.pcw-black-background.pcw-orange table a, .pcw-table-history.pcw-black-background.pcw-orange table a:focus, .pcw-table-history.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-history.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-history.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-history.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-history.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-history.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-history.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-history.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-history.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-history.pcw-black-background.pcw-yellow table a, .pcw-table-history.pcw-black-background.pcw-yellow table a:focus, .pcw-table-history.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-history.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-history.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-history.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-history.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-history.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-history.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-history.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-history.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-history.pcw-black-background.pcw-olive table a, .pcw-table-history.pcw-black-background.pcw-olive table a:focus, .pcw-table-history.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-history.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-history.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-history.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-history.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-history.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-history.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-history.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-history.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-history.pcw-black-background.pcw-green table a, .pcw-table-history.pcw-black-background.pcw-green table a:focus, .pcw-table-history.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-history.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-history.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-history.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-history.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-history.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-history.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-history.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-history.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-history.pcw-black-background.pcw-teal table a, .pcw-table-history.pcw-black-background.pcw-teal table a:focus, .pcw-table-history.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-history.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-history.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-history.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-history.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-history.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-history.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-history.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-history.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-history.pcw-black-background.pcw-blue table a, .pcw-table-history.pcw-black-background.pcw-blue table a:focus, .pcw-table-history.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-history.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-history.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-history.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-history.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-history.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-history.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-history.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-history.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-history.pcw-black-background.pcw-aqua table a, .pcw-table-history.pcw-black-background.pcw-aqua table a:focus, .pcw-table-history.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-history.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-history.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-history.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-history.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-history.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-history.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-history.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-history.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-history.pcw-black-background.pcw-navy table a, .pcw-table-history.pcw-black-background.pcw-navy table a:focus, .pcw-table-history.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-history.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-history.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-history.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-history.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-history.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-history.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-history.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-history.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-history.pcw-black-background.pcw-purple table a, .pcw-table-history.pcw-black-background.pcw-purple table a:focus, .pcw-table-history.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-history.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-history.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-history.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-history.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-history.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-history.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-history.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-history.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-history.pcw-black-background.pcw-violet table a, .pcw-table-history.pcw-black-background.pcw-violet table a:focus, .pcw-table-history.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-history.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-history.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-history.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-history.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-history.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-history.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-history.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-history.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-history.pcw-black-background.pcw-pink table a, .pcw-table-history.pcw-black-background.pcw-pink table a:focus, .pcw-table-history.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-history.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-history.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-history.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-history.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-history.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-history.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-history.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-history.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-history.pcw-black-background.pcw-brown table a, .pcw-table-history.pcw-black-background.pcw-brown table a:focus, .pcw-table-history.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-history.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-history.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-history.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-history.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-history.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-history.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-history.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-history.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-history.pcw-black-background.pcw-grey table a, .pcw-table-history.pcw-black-background.pcw-grey table a:focus, .pcw-table-history.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-history.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-history.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-history.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-history.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-history.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-history.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-history.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-history.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-history.pcw-black-background.pcw-black table a, .pcw-table-history.pcw-black-background.pcw-black table a:focus, .pcw-table-history.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-history.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-history.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-history.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-history.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-history.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-history.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-history.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-history.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-history.pcw-black-background.pcw-white table a, .pcw-table-history.pcw-black-background.pcw-white table a:focus, .pcw-table-history.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-history.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-history.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-history.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-history.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-history.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-history.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-history.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-history.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-history.pcw-black-background.pcw-red .pcw-pagination a {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }

.pcw-table-history.pcw-black-background.pcw-maroon .pcw-pagination a {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }

.pcw-table-history.pcw-black-background.pcw-orange .pcw-pagination a {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }

.pcw-table-history.pcw-black-background.pcw-yellow .pcw-pagination a {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }

.pcw-table-history.pcw-black-background.pcw-olive .pcw-pagination a {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }

.pcw-table-history.pcw-black-background.pcw-green .pcw-pagination a {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }

.pcw-table-history.pcw-black-background.pcw-teal .pcw-pagination a {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }

.pcw-table-history.pcw-black-background.pcw-blue .pcw-pagination a {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }

.pcw-table-history.pcw-black-background.pcw-aqua .pcw-pagination a {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }

.pcw-table-history.pcw-black-background.pcw-navy .pcw-pagination a {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }

.pcw-table-history.pcw-black-background.pcw-purple .pcw-pagination a {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }

.pcw-table-history.pcw-black-background.pcw-violet .pcw-pagination a {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }

.pcw-table-history.pcw-black-background.pcw-pink .pcw-pagination a {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }

.pcw-table-history.pcw-black-background.pcw-brown .pcw-pagination a {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }

.pcw-table-history.pcw-black-background.pcw-grey .pcw-pagination a {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }

.pcw-table-history.pcw-black-background.pcw-black .pcw-pagination a {
  background: #000;
  color: #000;
  border: 1px solid #000; }

.pcw-table-history.pcw-black-background.pcw-white .pcw-pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }

.pcw-table-history.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-history.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-history.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-history.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-history.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-history.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-history.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-history.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-history.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-history.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-history.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-history.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-history.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-history.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-history.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-history.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-history.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-history.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-history.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-history.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-history.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-history.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-history.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-history.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-history.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-history.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-history.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-history.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-history.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-history.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-history.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-history.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-history.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-history.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-history.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-history.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-history.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-history.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-history.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-history.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-history.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-history.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-history.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-history.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-history.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-history.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-history.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-history.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-history.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-history.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-history.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-history.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-history.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-history.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-history.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-history.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-history.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-history.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-history.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-history.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-history.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-history.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-history.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-history.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-history.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-history.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-history.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-history.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-history.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-history.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-history.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-history.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-history.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-history.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-history.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-history.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-history.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-history.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-history.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-history.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-history.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-history.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-history.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-history.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-history.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-history.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-history.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-history.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-history.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-history.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-history.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-history.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-color-header-border.pcw-red .pcw-pagination a {
    border: 1px solid #DB2828;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-maroon .pcw-pagination a {
    border: 1px solid #85144b;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-orange .pcw-pagination a {
    border: 1px solid #F2711C;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-yellow .pcw-pagination a {
    border: 1px solid #FBBD08;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-olive .pcw-pagination a {
    border: 1px solid #B5CC18;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-green .pcw-pagination a {
    border: 1px solid #21BA45;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-teal .pcw-pagination a {
    border: 1px solid #00B5AD;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-blue .pcw-pagination a {
    border: 1px solid #2185D0;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-aqua .pcw-pagination a {
    border: 1px solid #7FDBFF;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-navy .pcw-pagination a {
    border: 1px solid #001f3f;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-purple .pcw-pagination a {
    border: 1px solid #A333C8;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-violet .pcw-pagination a {
    border: 1px solid #6435C9;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-pink .pcw-pagination a {
    border: 1px solid #E03997;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-brown .pcw-pagination a {
    border: 1px solid #A5673F;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-grey .pcw-pagination a {
    border: 1px solid #767676;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-black .pcw-pagination a {
    border: 1px solid #000;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-border.pcw-white .pcw-pagination a {
    border: 1px solid #fff;
    border-radius: 0.25em; }

.pcw-table-history.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-history.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-history.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-history.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-history.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-history.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-history.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red table a, .pcw-table-history.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-history.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-history.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-history.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-history.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-history.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange table a, .pcw-table-history.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-history.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-history.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-history.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-history.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-history.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive table a, .pcw-table-history.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-history.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-history.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-history.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green table a, .pcw-table-history.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-history.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-history.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-history.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal table a, .pcw-table-history.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-history.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-history.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-history.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue table a, .pcw-table-history.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-history.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-history.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-history.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-history.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-history.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy table a, .pcw-table-history.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-history.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-history.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-history.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple table a, .pcw-table-history.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-history.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-history.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-history.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet table a, .pcw-table-history.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-history.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-history.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-history.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink table a, .pcw-table-history.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-history.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-history.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-history.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown table a, .pcw-table-history.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-history.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-history.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-history.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey table a, .pcw-table-history.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-history.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-history.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-history.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black table a, .pcw-table-history.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-history.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-history.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-history.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-history.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white table a, .pcw-table-history.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-history.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-history.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-history.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-history.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-history.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-history.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-history.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-history.pcw-color-header-rounded.pcw-red .pcw-pagination a {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-maroon .pcw-pagination a {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-orange .pcw-pagination a {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-yellow .pcw-pagination a {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-olive .pcw-pagination a {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-green .pcw-pagination a {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-teal .pcw-pagination a {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-blue .pcw-pagination a {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-aqua .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-navy .pcw-pagination a {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-purple .pcw-pagination a {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-violet .pcw-pagination a {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-pink .pcw-pagination a {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-brown .pcw-pagination a {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-grey .pcw-pagination a {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-black .pcw-pagination a {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
  .pcw-table-history.pcw-color-header-rounded.pcw-white .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }

.pcw-table-history.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-history.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-history.pcw-color-text.pcw-red table a, .pcw-table-history.pcw-color-text.pcw-red table a:focus, .pcw-table-history.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-history.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-history.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-history.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-history.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-history.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-history.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-history.pcw-color-text.pcw-maroon table a, .pcw-table-history.pcw-color-text.pcw-maroon table a:focus, .pcw-table-history.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-history.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-history.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-history.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-history.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-history.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-history.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-history.pcw-color-text.pcw-orange table a, .pcw-table-history.pcw-color-text.pcw-orange table a:focus, .pcw-table-history.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-history.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-history.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-history.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-history.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-history.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-history.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-history.pcw-color-text.pcw-yellow table a, .pcw-table-history.pcw-color-text.pcw-yellow table a:focus, .pcw-table-history.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-history.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-history.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-history.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-history.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-history.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-history.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-history.pcw-color-text.pcw-olive table a, .pcw-table-history.pcw-color-text.pcw-olive table a:focus, .pcw-table-history.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-history.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-history.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-history.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-history.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-history.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-history.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-history.pcw-color-text.pcw-green table a, .pcw-table-history.pcw-color-text.pcw-green table a:focus, .pcw-table-history.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-history.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-history.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-history.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-history.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-history.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-history.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-history.pcw-color-text.pcw-teal table a, .pcw-table-history.pcw-color-text.pcw-teal table a:focus, .pcw-table-history.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-history.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-history.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-history.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-history.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-history.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-history.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-history.pcw-color-text.pcw-blue table a, .pcw-table-history.pcw-color-text.pcw-blue table a:focus, .pcw-table-history.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-history.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-history.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-history.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-history.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-history.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-history.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-history.pcw-color-text.pcw-aqua table a, .pcw-table-history.pcw-color-text.pcw-aqua table a:focus, .pcw-table-history.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-history.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-history.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-history.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-history.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-history.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-history.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-history.pcw-color-text.pcw-navy table a, .pcw-table-history.pcw-color-text.pcw-navy table a:focus, .pcw-table-history.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-history.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-history.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-history.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-history.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-history.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-history.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-history.pcw-color-text.pcw-purple table a, .pcw-table-history.pcw-color-text.pcw-purple table a:focus, .pcw-table-history.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-history.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-history.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-history.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-history.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-history.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-history.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-history.pcw-color-text.pcw-violet table a, .pcw-table-history.pcw-color-text.pcw-violet table a:focus, .pcw-table-history.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-history.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-history.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-history.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-history.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-history.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-history.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-history.pcw-color-text.pcw-pink table a, .pcw-table-history.pcw-color-text.pcw-pink table a:focus, .pcw-table-history.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-history.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-history.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-history.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-history.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-history.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-history.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-history.pcw-color-text.pcw-brown table a, .pcw-table-history.pcw-color-text.pcw-brown table a:focus, .pcw-table-history.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-history.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-history.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-history.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-history.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-history.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-history.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-history.pcw-color-text.pcw-grey table a, .pcw-table-history.pcw-color-text.pcw-grey table a:focus, .pcw-table-history.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-history.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-history.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-history.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-history.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-history.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-history.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-history.pcw-color-text.pcw-black table a, .pcw-table-history.pcw-color-text.pcw-black table a:focus, .pcw-table-history.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-history.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-history.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-history.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-history.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-history.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-white table a, .pcw-table-history.pcw-color-text.pcw-white table a:focus, .pcw-table-history.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-history.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-history.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-history.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-history.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-history.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-history.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-history.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-history.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-history.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-color-text.pcw-red .pcw-pagination a {
    color: #DB2828; }
  .pcw-table-history.pcw-color-text.pcw-maroon .pcw-pagination a {
    color: #85144b; }
  .pcw-table-history.pcw-color-text.pcw-orange .pcw-pagination a {
    color: #F2711C; }
  .pcw-table-history.pcw-color-text.pcw-yellow .pcw-pagination a {
    color: #FBBD08; }
  .pcw-table-history.pcw-color-text.pcw-olive .pcw-pagination a {
    color: #B5CC18; }
  .pcw-table-history.pcw-color-text.pcw-green .pcw-pagination a {
    color: #21BA45; }
  .pcw-table-history.pcw-color-text.pcw-teal .pcw-pagination a {
    color: #00B5AD; }
  .pcw-table-history.pcw-color-text.pcw-blue .pcw-pagination a {
    color: #2185D0; }
  .pcw-table-history.pcw-color-text.pcw-aqua .pcw-pagination a {
    color: #7FDBFF; }
  .pcw-table-history.pcw-color-text.pcw-navy .pcw-pagination a {
    color: #001f3f; }
  .pcw-table-history.pcw-color-text.pcw-purple .pcw-pagination a {
    color: #A333C8; }
  .pcw-table-history.pcw-color-text.pcw-violet .pcw-pagination a {
    color: #6435C9; }
  .pcw-table-history.pcw-color-text.pcw-pink .pcw-pagination a {
    color: #E03997; }
  .pcw-table-history.pcw-color-text.pcw-brown .pcw-pagination a {
    color: #A5673F; }
  .pcw-table-history.pcw-color-text.pcw-grey .pcw-pagination a {
    color: #767676; }
  .pcw-table-history.pcw-color-text.pcw-black .pcw-pagination a {
    color: #000; }
  .pcw-table-history.pcw-color-text.pcw-white .pcw-pagination a {
    color: #fff; }

.pcw-table-history.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-history.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-history.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-history.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-history.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-history.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-history.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-history.pcw-gradient.pcw-red table a, .pcw-table-history.pcw-gradient.pcw-red table a:focus, .pcw-table-history.pcw-gradient.pcw-red table a:hover, .pcw-table-history.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-history.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-history.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-history.pcw-gradient.pcw-maroon table a, .pcw-table-history.pcw-gradient.pcw-maroon table a:focus, .pcw-table-history.pcw-gradient.pcw-maroon table a:hover, .pcw-table-history.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-history.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-history.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-history.pcw-gradient.pcw-orange table a, .pcw-table-history.pcw-gradient.pcw-orange table a:focus, .pcw-table-history.pcw-gradient.pcw-orange table a:hover, .pcw-table-history.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-history.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-history.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-history.pcw-gradient.pcw-yellow table a, .pcw-table-history.pcw-gradient.pcw-yellow table a:focus, .pcw-table-history.pcw-gradient.pcw-yellow table a:hover, .pcw-table-history.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-history.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-history.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-history.pcw-gradient.pcw-olive table a, .pcw-table-history.pcw-gradient.pcw-olive table a:focus, .pcw-table-history.pcw-gradient.pcw-olive table a:hover, .pcw-table-history.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-history.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-history.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-history.pcw-gradient.pcw-green table a, .pcw-table-history.pcw-gradient.pcw-green table a:focus, .pcw-table-history.pcw-gradient.pcw-green table a:hover, .pcw-table-history.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-history.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-history.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-history.pcw-gradient.pcw-teal table a, .pcw-table-history.pcw-gradient.pcw-teal table a:focus, .pcw-table-history.pcw-gradient.pcw-teal table a:hover, .pcw-table-history.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-history.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-history.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-history.pcw-gradient.pcw-blue table a, .pcw-table-history.pcw-gradient.pcw-blue table a:focus, .pcw-table-history.pcw-gradient.pcw-blue table a:hover, .pcw-table-history.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-history.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-history.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-history.pcw-gradient.pcw-aqua table a, .pcw-table-history.pcw-gradient.pcw-aqua table a:focus, .pcw-table-history.pcw-gradient.pcw-aqua table a:hover, .pcw-table-history.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-history.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-history.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-history.pcw-gradient.pcw-navy table a, .pcw-table-history.pcw-gradient.pcw-navy table a:focus, .pcw-table-history.pcw-gradient.pcw-navy table a:hover, .pcw-table-history.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-history.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-history.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-history.pcw-gradient.pcw-purple table a, .pcw-table-history.pcw-gradient.pcw-purple table a:focus, .pcw-table-history.pcw-gradient.pcw-purple table a:hover, .pcw-table-history.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-history.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-history.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-history.pcw-gradient.pcw-violet table a, .pcw-table-history.pcw-gradient.pcw-violet table a:focus, .pcw-table-history.pcw-gradient.pcw-violet table a:hover, .pcw-table-history.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-history.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-history.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-history.pcw-gradient.pcw-pink table a, .pcw-table-history.pcw-gradient.pcw-pink table a:focus, .pcw-table-history.pcw-gradient.pcw-pink table a:hover, .pcw-table-history.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-history.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-history.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-history.pcw-gradient.pcw-brown table a, .pcw-table-history.pcw-gradient.pcw-brown table a:focus, .pcw-table-history.pcw-gradient.pcw-brown table a:hover, .pcw-table-history.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-history.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-history.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-history.pcw-gradient.pcw-grey table a, .pcw-table-history.pcw-gradient.pcw-grey table a:focus, .pcw-table-history.pcw-gradient.pcw-grey table a:hover, .pcw-table-history.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-history.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-history.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-history.pcw-gradient.pcw-black table a, .pcw-table-history.pcw-gradient.pcw-black table a:focus, .pcw-table-history.pcw-gradient.pcw-black table a:hover, .pcw-table-history.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-history.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-history.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-history.pcw-gradient.pcw-white table a, .pcw-table-history.pcw-gradient.pcw-white table a:focus, .pcw-table-history.pcw-gradient.pcw-white table a:hover, .pcw-table-history.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-history.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-history.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-history.pcw-gradient.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
  .pcw-table-history.pcw-gradient.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }

.pcw-table-history.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-history.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-history.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-history.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-history.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-history.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-history.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-history.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-history.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-history.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-history.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-history.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-history.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-history.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-history.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-history.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-history.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-history.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-history.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-history.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-history.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-history.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-history.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-history.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-history.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-history.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-history.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-history.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-history.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-history.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-history.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-history.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-history.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-history.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-history.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-history.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-history.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-history.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-history.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-history.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-history.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-history.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-history.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-history.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-history.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-history.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-history.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-history.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-history.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-history.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-history.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-history.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-history.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-history.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-history.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-history.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-history.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-history.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-history.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-history.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-history.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-history.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-history.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-history.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-history.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-history.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-history.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-history.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-history.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-history.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-history.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-history.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-history.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-history.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-history.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-history.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-history.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-history.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-history.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-history.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-history.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-history.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-history.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-history.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-history.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-history.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-history.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-history.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-history.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-history.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-history.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-history.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-history.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-history.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-history.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-history.pcw-zebra.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
  .pcw-table-history.pcw-zebra.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
  .pcw-table-history.pcw-zebra.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
  .pcw-table-history.pcw-zebra.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
  .pcw-table-history.pcw-zebra.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
  .pcw-table-history.pcw-zebra.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
  .pcw-table-history.pcw-zebra.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
  .pcw-table-history.pcw-zebra.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
  .pcw-table-history.pcw-zebra.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
  .pcw-table-history.pcw-zebra.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
  .pcw-table-history.pcw-zebra.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
  .pcw-table-history.pcw-zebra.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
  .pcw-table-history.pcw-zebra.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
  .pcw-table-history.pcw-zebra.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
  .pcw-table-history.pcw-zebra.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
  .pcw-table-history.pcw-zebra.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
  .pcw-table-history.pcw-zebra.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }

.pcw-table-history.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-history.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-history.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-history.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-history.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-history.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-history.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-history.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-history.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-history.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-history.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-history.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-history.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-history.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-history.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-history.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-history.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-history.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-history.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-history.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-history.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-history.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-history.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-history.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-history.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-history.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-history.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-history.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-history.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-history.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-history.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-history.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-history.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-history.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-history.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-history.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-history.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-history.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-history.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-history.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-history.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-history.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-history.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-history.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-history.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-history.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-history.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-history.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-history.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-history.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-history.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-history.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-history.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-history.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-history.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-history.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-history.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-history.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-history.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-history.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-history.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-history.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-history.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-history.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-history.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-history.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-history.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-history.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-history.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-history.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-history.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-history.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-history.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-history.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-history.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-history.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-history.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-history.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-history.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-history.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-history.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-history.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-history.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-history.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-history.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-history.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-history.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-history.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-history.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-history.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-history.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-history.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-history.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-history.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-history.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-history.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-history.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-history.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-history.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-history.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-history.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-history.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-history.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-history.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-history.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-history.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-history.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-history.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-history.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-history.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-history.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-history.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-history.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-history.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-history.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-history.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-history.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-history.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-history.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-history.pcw-zebra2.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
  .pcw-table-history.pcw-zebra2.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
  .pcw-table-history.pcw-zebra2.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
  .pcw-table-history.pcw-zebra2.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
  .pcw-table-history.pcw-zebra2.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
  .pcw-table-history.pcw-zebra2.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
  .pcw-table-history.pcw-zebra2.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
  .pcw-table-history.pcw-zebra2.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
  .pcw-table-history.pcw-zebra2.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
  .pcw-table-history.pcw-zebra2.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
  .pcw-table-history.pcw-zebra2.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
  .pcw-table-history.pcw-zebra2.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
  .pcw-table-history.pcw-zebra2.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
  .pcw-table-history.pcw-zebra2.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
  .pcw-table-history.pcw-zebra2.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
  .pcw-table-history.pcw-zebra2.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
  .pcw-table-history.pcw-zebra2.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }

.pcw-table-mining-pools.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-mining-pools.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-mining-pools.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-mining-pools.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-mining-pools.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-mining-pools.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-mining-pools.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-mining-pools.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-mining-pools.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-mining-pools.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-mining-pools.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-mining-pools.pcw-basic .pcw-pagination a {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

.pcw-table-mining-pools.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-mining-pools.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-mining-pools.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-mining-pools.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-mining-pools.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-mining-pools.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-mining-pools.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-mining-pools.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-mining-pools.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-mining-pools.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-mining-pools.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-mining-pools.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-mining-pools.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-mining-pools.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-mining-pools.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-mining-pools.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-mining-pools.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-mining-pools.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-mining-pools.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-mining-pools.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-mining-pools.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-mining-pools.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-mining-pools.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-mining-pools.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-mining-pools.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-mining-pools.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-mining-pools.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-mining-pools.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-mining-pools.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-mining-pools.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-mining-pools.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-mining-pools.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-mining-pools.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-mining-pools.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-mining-pools.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-mining-pools.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-mining-pools.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-red .pcw-pagination a {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-red .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-maroon .pcw-pagination a {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-maroon .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-orange .pcw-pagination a {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-orange .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-yellow .pcw-pagination a {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-yellow .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-olive .pcw-pagination a {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-olive .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-green .pcw-pagination a {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-green .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-teal .pcw-pagination a {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-teal .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-blue .pcw-pagination a {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-blue .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-aqua .pcw-pagination a {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-aqua .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-navy .pcw-pagination a {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-navy .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-purple .pcw-pagination a {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-purple .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-violet .pcw-pagination a {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-violet .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-pink .pcw-pagination a {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-pink .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-brown .pcw-pagination a {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-brown .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-grey .pcw-pagination a {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-grey .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-black .pcw-pagination a {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-black .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-basic2.pcw-white .pcw-pagination a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-mining-pools.pcw-basic2.pcw-white .pcw-pagination a.current {
    border: none; }

.pcw-table-mining-pools.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-mining-pools.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-mining-pools.pcw-black-background table {
  background: #000; }

.pcw-table-mining-pools.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-mining-pools.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-mining-pools.pcw-black-background.pcw-red table a, .pcw-table-mining-pools.pcw-black-background.pcw-red table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-mining-pools.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-mining-pools.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-mining-pools.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-mining-pools.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-mining-pools.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-mining-pools.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-mining-pools.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-mining-pools.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon table a, .pcw-table-mining-pools.pcw-black-background.pcw-maroon table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-mining-pools.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-mining-pools.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-mining-pools.pcw-black-background.pcw-orange table a, .pcw-table-mining-pools.pcw-black-background.pcw-orange table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-mining-pools.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-mining-pools.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-mining-pools.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-mining-pools.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-mining-pools.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-mining-pools.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-mining-pools.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-mining-pools.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow table a, .pcw-table-mining-pools.pcw-black-background.pcw-yellow table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-mining-pools.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-mining-pools.pcw-black-background.pcw-olive table a, .pcw-table-mining-pools.pcw-black-background.pcw-olive table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-mining-pools.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-mining-pools.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-mining-pools.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-mining-pools.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-mining-pools.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-mining-pools.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-mining-pools.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-mining-pools.pcw-black-background.pcw-green table a, .pcw-table-mining-pools.pcw-black-background.pcw-green table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-mining-pools.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-mining-pools.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-mining-pools.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-mining-pools.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-mining-pools.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-mining-pools.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-mining-pools.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-mining-pools.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-mining-pools.pcw-black-background.pcw-teal table a, .pcw-table-mining-pools.pcw-black-background.pcw-teal table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-mining-pools.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-mining-pools.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-mining-pools.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-mining-pools.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-mining-pools.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-mining-pools.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-mining-pools.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-mining-pools.pcw-black-background.pcw-blue table a, .pcw-table-mining-pools.pcw-black-background.pcw-blue table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-mining-pools.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-mining-pools.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-mining-pools.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-mining-pools.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-mining-pools.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-mining-pools.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-mining-pools.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua table a, .pcw-table-mining-pools.pcw-black-background.pcw-aqua table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-mining-pools.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-mining-pools.pcw-black-background.pcw-navy table a, .pcw-table-mining-pools.pcw-black-background.pcw-navy table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-mining-pools.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-mining-pools.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-mining-pools.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-mining-pools.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-mining-pools.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-mining-pools.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-mining-pools.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-mining-pools.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-mining-pools.pcw-black-background.pcw-purple table a, .pcw-table-mining-pools.pcw-black-background.pcw-purple table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-mining-pools.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-mining-pools.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-mining-pools.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-mining-pools.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-mining-pools.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-mining-pools.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-mining-pools.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-mining-pools.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-mining-pools.pcw-black-background.pcw-violet table a, .pcw-table-mining-pools.pcw-black-background.pcw-violet table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-mining-pools.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-mining-pools.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-mining-pools.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-mining-pools.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-mining-pools.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-mining-pools.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-mining-pools.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-mining-pools.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-mining-pools.pcw-black-background.pcw-pink table a, .pcw-table-mining-pools.pcw-black-background.pcw-pink table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-mining-pools.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-mining-pools.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-mining-pools.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-mining-pools.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-mining-pools.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-mining-pools.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-mining-pools.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-mining-pools.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-mining-pools.pcw-black-background.pcw-brown table a, .pcw-table-mining-pools.pcw-black-background.pcw-brown table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-mining-pools.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-mining-pools.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-mining-pools.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-mining-pools.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-mining-pools.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-mining-pools.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-mining-pools.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-mining-pools.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-mining-pools.pcw-black-background.pcw-grey table a, .pcw-table-mining-pools.pcw-black-background.pcw-grey table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-mining-pools.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-mining-pools.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-mining-pools.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-mining-pools.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-mining-pools.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-mining-pools.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-mining-pools.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-mining-pools.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-mining-pools.pcw-black-background.pcw-black table a, .pcw-table-mining-pools.pcw-black-background.pcw-black table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-mining-pools.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-mining-pools.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-mining-pools.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-mining-pools.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-mining-pools.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-mining-pools.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-mining-pools.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-mining-pools.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-mining-pools.pcw-black-background.pcw-white table a, .pcw-table-mining-pools.pcw-black-background.pcw-white table a:focus, .pcw-table-mining-pools.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-mining-pools.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-mining-pools.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-mining-pools.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-mining-pools.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-mining-pools.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-mining-pools.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-mining-pools.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-red .pcw-pagination a {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-mining-pools.pcw-black-background.pcw-red .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-maroon .pcw-pagination a {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-mining-pools.pcw-black-background.pcw-maroon .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-orange .pcw-pagination a {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-mining-pools.pcw-black-background.pcw-orange .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-yellow .pcw-pagination a {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-black-background.pcw-yellow .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-olive .pcw-pagination a {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-black-background.pcw-olive .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-green .pcw-pagination a {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-mining-pools.pcw-black-background.pcw-green .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-teal .pcw-pagination a {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-black-background.pcw-teal .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-blue .pcw-pagination a {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-mining-pools.pcw-black-background.pcw-blue .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-aqua .pcw-pagination a {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-black-background.pcw-aqua .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-navy .pcw-pagination a {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-mining-pools.pcw-black-background.pcw-navy .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-purple .pcw-pagination a {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-mining-pools.pcw-black-background.pcw-purple .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-violet .pcw-pagination a {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-mining-pools.pcw-black-background.pcw-violet .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-pink .pcw-pagination a {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-mining-pools.pcw-black-background.pcw-pink .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-brown .pcw-pagination a {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-mining-pools.pcw-black-background.pcw-brown .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-grey .pcw-pagination a {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-mining-pools.pcw-black-background.pcw-grey .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-black .pcw-pagination a {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-mining-pools.pcw-black-background.pcw-black .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-black-background.pcw-white .pcw-pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-mining-pools.pcw-black-background.pcw-white .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-mining-pools.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red table a, .pcw-table-mining-pools.pcw-color-background.pcw-red table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-red table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-mining-pools.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon table a, .pcw-table-mining-pools.pcw-color-background.pcw-maroon table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-maroon table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-mining-pools.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange table a, .pcw-table-mining-pools.pcw-color-background.pcw-orange table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-orange table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-mining-pools.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow table a, .pcw-table-mining-pools.pcw-color-background.pcw-yellow table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-yellow table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-mining-pools.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive table a, .pcw-table-mining-pools.pcw-color-background.pcw-olive table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-olive table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-mining-pools.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green table a, .pcw-table-mining-pools.pcw-color-background.pcw-green table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-green table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-mining-pools.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal table a, .pcw-table-mining-pools.pcw-color-background.pcw-teal table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-teal table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-mining-pools.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue table a, .pcw-table-mining-pools.pcw-color-background.pcw-blue table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-blue table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-mining-pools.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua table a, .pcw-table-mining-pools.pcw-color-background.pcw-aqua table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-aqua table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy table a, .pcw-table-mining-pools.pcw-color-background.pcw-navy table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-navy table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-mining-pools.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple table a, .pcw-table-mining-pools.pcw-color-background.pcw-purple table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-purple table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-mining-pools.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet table a, .pcw-table-mining-pools.pcw-color-background.pcw-violet table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-violet table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-mining-pools.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink table a, .pcw-table-mining-pools.pcw-color-background.pcw-pink table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-pink table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-mining-pools.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown table a, .pcw-table-mining-pools.pcw-color-background.pcw-brown table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-brown table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-mining-pools.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey table a, .pcw-table-mining-pools.pcw-color-background.pcw-grey table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-grey table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-mining-pools.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black table a, .pcw-table-mining-pools.pcw-color-background.pcw-black table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-black table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-mining-pools.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white table a, .pcw-table-mining-pools.pcw-color-background.pcw-white table a:focus, .pcw-table-mining-pools.pcw-color-background.pcw-white table a:hover, .pcw-table-mining-pools.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }
  .pcw-table-mining-pools.pcw-color-background.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-red .pcw-pagination a.current {
      background: none;
      color: #DB2828; }
  .pcw-table-mining-pools.pcw-color-background.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-maroon .pcw-pagination a.current {
      background: none;
      color: #85144b; }
  .pcw-table-mining-pools.pcw-color-background.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-orange .pcw-pagination a.current {
      background: none;
      color: #F2711C; }
  .pcw-table-mining-pools.pcw-color-background.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-yellow .pcw-pagination a.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-mining-pools.pcw-color-background.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-olive .pcw-pagination a.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-mining-pools.pcw-color-background.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-green .pcw-pagination a.current {
      background: none;
      color: #21BA45; }
  .pcw-table-mining-pools.pcw-color-background.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-teal .pcw-pagination a.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-mining-pools.pcw-color-background.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-blue .pcw-pagination a.current {
      background: none;
      color: #2185D0; }
  .pcw-table-mining-pools.pcw-color-background.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-aqua .pcw-pagination a.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-background.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-navy .pcw-pagination a.current {
      background: none;
      color: #001f3f; }
  .pcw-table-mining-pools.pcw-color-background.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-purple .pcw-pagination a.current {
      background: none;
      color: #A333C8; }
  .pcw-table-mining-pools.pcw-color-background.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-violet .pcw-pagination a.current {
      background: none;
      color: #6435C9; }
  .pcw-table-mining-pools.pcw-color-background.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-pink .pcw-pagination a.current {
      background: none;
      color: #E03997; }
  .pcw-table-mining-pools.pcw-color-background.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-brown .pcw-pagination a.current {
      background: none;
      color: #A5673F; }
  .pcw-table-mining-pools.pcw-color-background.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-grey .pcw-pagination a.current {
      background: none;
      color: #767676; }
  .pcw-table-mining-pools.pcw-color-background.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-black .pcw-pagination a.current {
      background: none;
      color: #000; }
  .pcw-table-mining-pools.pcw-color-background.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-background.pcw-white .pcw-pagination a.current {
      background: none;
      color: #fff; }

.pcw-table-mining-pools.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-mining-pools.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-mining-pools.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-red .pcw-pagination a {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .pcw-pagination a {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .pcw-pagination a {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .pcw-pagination a {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .pcw-pagination a {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-green .pcw-pagination a {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .pcw-pagination a {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .pcw-pagination a {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .pcw-pagination a {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .pcw-pagination a {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .pcw-pagination a {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .pcw-pagination a {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .pcw-pagination a {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .pcw-pagination a {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .pcw-pagination a {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-black .pcw-pagination a {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-color-header-border.pcw-white .pcw-pagination a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-border.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-mining-pools.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-mining-pools.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-mining-pools.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-mining-pools.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-mining-pools.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table a, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .pcw-pagination a {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-red .pcw-pagination a.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .pcw-pagination a {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-maroon .pcw-pagination a.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .pcw-pagination a {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-orange .pcw-pagination a.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .pcw-pagination a {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-yellow .pcw-pagination a.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .pcw-pagination a {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-olive .pcw-pagination a.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .pcw-pagination a {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-green .pcw-pagination a.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .pcw-pagination a {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-teal .pcw-pagination a.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .pcw-pagination a {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-blue .pcw-pagination a.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-aqua .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .pcw-pagination a {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-navy .pcw-pagination a.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .pcw-pagination a {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-purple .pcw-pagination a.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .pcw-pagination a {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-violet .pcw-pagination a.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .pcw-pagination a {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-pink .pcw-pagination a.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .pcw-pagination a {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-brown .pcw-pagination a.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .pcw-pagination a {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-grey .pcw-pagination a.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .pcw-pagination a {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-black .pcw-pagination a.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-mining-pools.pcw-color-header-rounded.pcw-white .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-mining-pools.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red table a, .pcw-table-mining-pools.pcw-color-text.pcw-red table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-mining-pools.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon table a, .pcw-table-mining-pools.pcw-color-text.pcw-maroon table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-mining-pools.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange table a, .pcw-table-mining-pools.pcw-color-text.pcw-orange table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-mining-pools.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow table a, .pcw-table-mining-pools.pcw-color-text.pcw-yellow table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-mining-pools.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive table a, .pcw-table-mining-pools.pcw-color-text.pcw-olive table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-mining-pools.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green table a, .pcw-table-mining-pools.pcw-color-text.pcw-green table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-mining-pools.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal table a, .pcw-table-mining-pools.pcw-color-text.pcw-teal table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-mining-pools.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue table a, .pcw-table-mining-pools.pcw-color-text.pcw-blue table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-mining-pools.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua table a, .pcw-table-mining-pools.pcw-color-text.pcw-aqua table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy table a, .pcw-table-mining-pools.pcw-color-text.pcw-navy table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-mining-pools.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple table a, .pcw-table-mining-pools.pcw-color-text.pcw-purple table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-mining-pools.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet table a, .pcw-table-mining-pools.pcw-color-text.pcw-violet table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-mining-pools.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink table a, .pcw-table-mining-pools.pcw-color-text.pcw-pink table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-mining-pools.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown table a, .pcw-table-mining-pools.pcw-color-text.pcw-brown table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-mining-pools.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey table a, .pcw-table-mining-pools.pcw-color-text.pcw-grey table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-mining-pools.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black table a, .pcw-table-mining-pools.pcw-color-text.pcw-black table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-mining-pools.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white table a, .pcw-table-mining-pools.pcw-color-text.pcw-white table a:focus, .pcw-table-mining-pools.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-mining-pools.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-mining-pools.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-mining-pools.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-mining-pools.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-mining-pools.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-mining-pools.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-mining-pools.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-color-text.pcw-red .pcw-pagination a {
    color: #DB2828; }
    .pcw-table-mining-pools.pcw-color-text.pcw-red .pcw-pagination a.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-color-text.pcw-maroon .pcw-pagination a {
    color: #85144b; }
    .pcw-table-mining-pools.pcw-color-text.pcw-maroon .pcw-pagination a.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-color-text.pcw-orange .pcw-pagination a {
    color: #F2711C; }
    .pcw-table-mining-pools.pcw-color-text.pcw-orange .pcw-pagination a.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-color-text.pcw-yellow .pcw-pagination a {
    color: #FBBD08; }
    .pcw-table-mining-pools.pcw-color-text.pcw-yellow .pcw-pagination a.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-color-text.pcw-olive .pcw-pagination a {
    color: #B5CC18; }
    .pcw-table-mining-pools.pcw-color-text.pcw-olive .pcw-pagination a.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-color-text.pcw-green .pcw-pagination a {
    color: #21BA45; }
    .pcw-table-mining-pools.pcw-color-text.pcw-green .pcw-pagination a.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-color-text.pcw-teal .pcw-pagination a {
    color: #00B5AD; }
    .pcw-table-mining-pools.pcw-color-text.pcw-teal .pcw-pagination a.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-color-text.pcw-blue .pcw-pagination a {
    color: #2185D0; }
    .pcw-table-mining-pools.pcw-color-text.pcw-blue .pcw-pagination a.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-color-text.pcw-aqua .pcw-pagination a {
    color: #7FDBFF; }
    .pcw-table-mining-pools.pcw-color-text.pcw-aqua .pcw-pagination a.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-color-text.pcw-navy .pcw-pagination a {
    color: #001f3f; }
    .pcw-table-mining-pools.pcw-color-text.pcw-navy .pcw-pagination a.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-color-text.pcw-purple .pcw-pagination a {
    color: #A333C8; }
    .pcw-table-mining-pools.pcw-color-text.pcw-purple .pcw-pagination a.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-color-text.pcw-violet .pcw-pagination a {
    color: #6435C9; }
    .pcw-table-mining-pools.pcw-color-text.pcw-violet .pcw-pagination a.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-color-text.pcw-pink .pcw-pagination a {
    color: #E03997; }
    .pcw-table-mining-pools.pcw-color-text.pcw-pink .pcw-pagination a.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-color-text.pcw-brown .pcw-pagination a {
    color: #A5673F; }
    .pcw-table-mining-pools.pcw-color-text.pcw-brown .pcw-pagination a.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-color-text.pcw-grey .pcw-pagination a {
    color: #767676; }
    .pcw-table-mining-pools.pcw-color-text.pcw-grey .pcw-pagination a.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-color-text.pcw-black .pcw-pagination a {
    color: #000; }
    .pcw-table-mining-pools.pcw-color-text.pcw-black .pcw-pagination a.current {
      border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-color-text.pcw-white .pcw-pagination a {
    color: #fff; }
    .pcw-table-mining-pools.pcw-color-text.pcw-white .pcw-pagination a.current {
      border-bottom: 2px solid #fff; }

.pcw-table-mining-pools.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-mining-pools.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-mining-pools.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-mining-pools.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-mining-pools.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-mining-pools.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red table a, .pcw-table-mining-pools.pcw-gradient.pcw-red table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-red table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon table a, .pcw-table-mining-pools.pcw-gradient.pcw-maroon table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-maroon table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange table a, .pcw-table-mining-pools.pcw-gradient.pcw-orange table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-orange table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow table a, .pcw-table-mining-pools.pcw-gradient.pcw-yellow table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-yellow table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive table a, .pcw-table-mining-pools.pcw-gradient.pcw-olive table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-olive table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green table a, .pcw-table-mining-pools.pcw-gradient.pcw-green table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-green table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal table a, .pcw-table-mining-pools.pcw-gradient.pcw-teal table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-teal table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue table a, .pcw-table-mining-pools.pcw-gradient.pcw-blue table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-blue table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua table a, .pcw-table-mining-pools.pcw-gradient.pcw-aqua table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-aqua table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy table a, .pcw-table-mining-pools.pcw-gradient.pcw-navy table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-navy table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple table a, .pcw-table-mining-pools.pcw-gradient.pcw-purple table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-purple table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet table a, .pcw-table-mining-pools.pcw-gradient.pcw-violet table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-violet table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink table a, .pcw-table-mining-pools.pcw-gradient.pcw-pink table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-pink table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown table a, .pcw-table-mining-pools.pcw-gradient.pcw-brown table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-brown table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey table a, .pcw-table-mining-pools.pcw-gradient.pcw-grey table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-grey table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black table a, .pcw-table-mining-pools.pcw-gradient.pcw-black table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-black table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white table a, .pcw-table-mining-pools.pcw-gradient.pcw-white table a:focus, .pcw-table-mining-pools.pcw-gradient.pcw-white table a:hover, .pcw-table-mining-pools.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-mining-pools.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-red .pcw-pagination a {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-mining-pools.pcw-gradient.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-maroon .pcw-pagination a {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-mining-pools.pcw-gradient.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-orange .pcw-pagination a {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-mining-pools.pcw-gradient.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-yellow .pcw-pagination a {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-gradient.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-olive .pcw-pagination a {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-gradient.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-green .pcw-pagination a {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-mining-pools.pcw-gradient.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-teal .pcw-pagination a {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-gradient.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-blue .pcw-pagination a {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-mining-pools.pcw-gradient.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-aqua .pcw-pagination a {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-gradient.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-navy .pcw-pagination a {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-mining-pools.pcw-gradient.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-purple .pcw-pagination a {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-mining-pools.pcw-gradient.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-violet .pcw-pagination a {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-mining-pools.pcw-gradient.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-pink .pcw-pagination a {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-mining-pools.pcw-gradient.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-brown .pcw-pagination a {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-mining-pools.pcw-gradient.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-grey .pcw-pagination a {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-mining-pools.pcw-gradient.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-black .pcw-pagination a {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-mining-pools.pcw-gradient.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-mining-pools.pcw-gradient.pcw-white .pcw-pagination a {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-mining-pools.pcw-gradient.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-mining-pools.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-mining-pools.pcw-zebra.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-mining-pools.pcw-zebra.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-mining-pools.pcw-zebra.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-mining-pools.pcw-zebra.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-mining-pools.pcw-zebra.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-mining-pools.pcw-zebra.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-mining-pools.pcw-zebra.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-mining-pools.pcw-zebra.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-mining-pools.pcw-zebra.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-mining-pools.pcw-zebra.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-mining-pools.pcw-zebra.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-mining-pools.pcw-zebra.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-mining-pools.pcw-zebra.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-mining-pools.pcw-zebra.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-mining-pools.pcw-zebra.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-mining-pools.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-mining-pools.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-mining-pools.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-mining-pools.pcw-zebra2.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-mining-pools.pcw-zebra2.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-portfolio.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-portfolio.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-portfolio.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-portfolio.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-portfolio.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-portfolio.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-portfolio.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-portfolio.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-portfolio.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-portfolio.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-portfolio.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-portfolio.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-portfolio.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-portfolio.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-portfolio.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-portfolio.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-portfolio.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-portfolio.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-portfolio.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-portfolio.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-portfolio.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-portfolio.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-portfolio.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-portfolio.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-portfolio.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-portfolio.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-portfolio.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-portfolio.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-portfolio.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-portfolio.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-portfolio.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-portfolio.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-portfolio.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-portfolio.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-portfolio.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-portfolio.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-portfolio.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-portfolio.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-portfolio.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-portfolio.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-portfolio.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-portfolio.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-portfolio.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-portfolio.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-portfolio.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-portfolio.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-portfolio.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-portfolio.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-portfolio.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-portfolio.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-portfolio.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-portfolio.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-portfolio.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-portfolio.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-portfolio.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-portfolio.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-portfolio.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-portfolio.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-portfolio.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-portfolio.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-portfolio.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-portfolio.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-portfolio.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-portfolio.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-portfolio.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-portfolio.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-portfolio.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-portfolio.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-portfolio.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-portfolio.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-portfolio.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-portfolio.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-portfolio.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-portfolio.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-portfolio.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-portfolio.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-portfolio.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-portfolio.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-portfolio.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-portfolio.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-portfolio.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-portfolio.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-portfolio.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-portfolio.pcw-black-background table {
  background: #000; }

.pcw-table-portfolio.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-portfolio.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-portfolio.pcw-black-background.pcw-red table a, .pcw-table-portfolio.pcw-black-background.pcw-red table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-portfolio.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-portfolio.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-portfolio.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-portfolio.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-portfolio.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-portfolio.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-portfolio.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-portfolio.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-portfolio.pcw-black-background.pcw-maroon table a, .pcw-table-portfolio.pcw-black-background.pcw-maroon table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-portfolio.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-portfolio.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-portfolio.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-portfolio.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-portfolio.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-portfolio.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-portfolio.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-portfolio.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-portfolio.pcw-black-background.pcw-orange table a, .pcw-table-portfolio.pcw-black-background.pcw-orange table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-portfolio.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-portfolio.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-portfolio.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-portfolio.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-portfolio.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-portfolio.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-portfolio.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-portfolio.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-portfolio.pcw-black-background.pcw-yellow table a, .pcw-table-portfolio.pcw-black-background.pcw-yellow table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-portfolio.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-portfolio.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-portfolio.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-portfolio.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-portfolio.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-portfolio.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-portfolio.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-portfolio.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-portfolio.pcw-black-background.pcw-olive table a, .pcw-table-portfolio.pcw-black-background.pcw-olive table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-portfolio.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-portfolio.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-portfolio.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-portfolio.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-portfolio.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-portfolio.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-portfolio.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-portfolio.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-portfolio.pcw-black-background.pcw-green table a, .pcw-table-portfolio.pcw-black-background.pcw-green table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-portfolio.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-portfolio.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-portfolio.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-portfolio.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-portfolio.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-portfolio.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-portfolio.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-portfolio.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-portfolio.pcw-black-background.pcw-teal table a, .pcw-table-portfolio.pcw-black-background.pcw-teal table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-portfolio.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-portfolio.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-portfolio.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-portfolio.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-portfolio.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-portfolio.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-portfolio.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-portfolio.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-portfolio.pcw-black-background.pcw-blue table a, .pcw-table-portfolio.pcw-black-background.pcw-blue table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-portfolio.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-portfolio.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-portfolio.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-portfolio.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-portfolio.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-portfolio.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-portfolio.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-portfolio.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-portfolio.pcw-black-background.pcw-aqua table a, .pcw-table-portfolio.pcw-black-background.pcw-aqua table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-portfolio.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-portfolio.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-portfolio.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-portfolio.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-portfolio.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-portfolio.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-portfolio.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-portfolio.pcw-black-background.pcw-navy table a, .pcw-table-portfolio.pcw-black-background.pcw-navy table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-portfolio.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-portfolio.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-portfolio.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-portfolio.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-portfolio.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-portfolio.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-portfolio.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-portfolio.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-portfolio.pcw-black-background.pcw-purple table a, .pcw-table-portfolio.pcw-black-background.pcw-purple table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-portfolio.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-portfolio.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-portfolio.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-portfolio.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-portfolio.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-portfolio.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-portfolio.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-portfolio.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-portfolio.pcw-black-background.pcw-violet table a, .pcw-table-portfolio.pcw-black-background.pcw-violet table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-portfolio.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-portfolio.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-portfolio.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-portfolio.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-portfolio.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-portfolio.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-portfolio.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-portfolio.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-portfolio.pcw-black-background.pcw-pink table a, .pcw-table-portfolio.pcw-black-background.pcw-pink table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-portfolio.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-portfolio.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-portfolio.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-portfolio.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-portfolio.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-portfolio.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-portfolio.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-portfolio.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-portfolio.pcw-black-background.pcw-brown table a, .pcw-table-portfolio.pcw-black-background.pcw-brown table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-portfolio.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-portfolio.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-portfolio.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-portfolio.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-portfolio.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-portfolio.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-portfolio.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-portfolio.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-portfolio.pcw-black-background.pcw-grey table a, .pcw-table-portfolio.pcw-black-background.pcw-grey table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-portfolio.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-portfolio.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-portfolio.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-portfolio.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-portfolio.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-portfolio.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-portfolio.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-portfolio.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-portfolio.pcw-black-background.pcw-black table a, .pcw-table-portfolio.pcw-black-background.pcw-black table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-portfolio.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-portfolio.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-portfolio.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-portfolio.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-portfolio.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-portfolio.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-portfolio.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-portfolio.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-portfolio.pcw-black-background.pcw-white table a, .pcw-table-portfolio.pcw-black-background.pcw-white table a:focus, .pcw-table-portfolio.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-portfolio.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-portfolio.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-portfolio.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-portfolio.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-portfolio.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-portfolio.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-portfolio.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-portfolio.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-portfolio.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red table a, .pcw-table-portfolio.pcw-color-background.pcw-red table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-red table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-portfolio.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-portfolio.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon table a, .pcw-table-portfolio.pcw-color-background.pcw-maroon table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-maroon table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-portfolio.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange table a, .pcw-table-portfolio.pcw-color-background.pcw-orange table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-orange table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-portfolio.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow table a, .pcw-table-portfolio.pcw-color-background.pcw-yellow table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-yellow table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-portfolio.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive table a, .pcw-table-portfolio.pcw-color-background.pcw-olive table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-olive table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-portfolio.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green table a, .pcw-table-portfolio.pcw-color-background.pcw-green table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-green table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-portfolio.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-portfolio.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal table a, .pcw-table-portfolio.pcw-color-background.pcw-teal table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-teal table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-portfolio.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue table a, .pcw-table-portfolio.pcw-color-background.pcw-blue table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-blue table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-portfolio.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua table a, .pcw-table-portfolio.pcw-color-background.pcw-aqua table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-aqua table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-portfolio.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy table a, .pcw-table-portfolio.pcw-color-background.pcw-navy table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-navy table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-portfolio.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple table a, .pcw-table-portfolio.pcw-color-background.pcw-purple table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-purple table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-portfolio.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet table a, .pcw-table-portfolio.pcw-color-background.pcw-violet table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-violet table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-portfolio.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink table a, .pcw-table-portfolio.pcw-color-background.pcw-pink table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-pink table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-portfolio.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown table a, .pcw-table-portfolio.pcw-color-background.pcw-brown table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-brown table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-portfolio.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey table a, .pcw-table-portfolio.pcw-color-background.pcw-grey table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-grey table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-portfolio.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black table a, .pcw-table-portfolio.pcw-color-background.pcw-black table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-black table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-portfolio.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-portfolio.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white table a, .pcw-table-portfolio.pcw-color-background.pcw-white table a:focus, .pcw-table-portfolio.pcw-color-background.pcw-white table a:hover, .pcw-table-portfolio.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-portfolio.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-portfolio.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }

.pcw-table-portfolio.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-portfolio.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-portfolio.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-portfolio.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-portfolio.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-portfolio.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-portfolio.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-portfolio.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-portfolio.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-portfolio.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-portfolio.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table a, .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-portfolio.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-portfolio.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-portfolio.pcw-color-header-rounded table tbody tr:last-child td:first-child, .pcw-table-portfolio.pcw-color-header-rounded table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.pcw-table-portfolio.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-portfolio.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-portfolio.pcw-color-text.pcw-red table a, .pcw-table-portfolio.pcw-color-text.pcw-red table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-portfolio.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-portfolio.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-portfolio.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-portfolio.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-portfolio.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon table a, .pcw-table-portfolio.pcw-color-text.pcw-maroon table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-portfolio.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-portfolio.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange table a, .pcw-table-portfolio.pcw-color-text.pcw-orange table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-portfolio.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-portfolio.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-portfolio.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow table a, .pcw-table-portfolio.pcw-color-text.pcw-yellow table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-portfolio.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-portfolio.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive table a, .pcw-table-portfolio.pcw-color-text.pcw-olive table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-portfolio.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-portfolio.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-portfolio.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-portfolio.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-portfolio.pcw-color-text.pcw-green table a, .pcw-table-portfolio.pcw-color-text.pcw-green table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-portfolio.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-portfolio.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-portfolio.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-portfolio.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-portfolio.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal table a, .pcw-table-portfolio.pcw-color-text.pcw-teal table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-portfolio.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-portfolio.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-portfolio.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue table a, .pcw-table-portfolio.pcw-color-text.pcw-blue table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-portfolio.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-portfolio.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-portfolio.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua table a, .pcw-table-portfolio.pcw-color-text.pcw-aqua table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-portfolio.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-portfolio.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy table a, .pcw-table-portfolio.pcw-color-text.pcw-navy table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-portfolio.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-portfolio.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-portfolio.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple table a, .pcw-table-portfolio.pcw-color-text.pcw-purple table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-portfolio.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-portfolio.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-portfolio.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet table a, .pcw-table-portfolio.pcw-color-text.pcw-violet table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-portfolio.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-portfolio.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-portfolio.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink table a, .pcw-table-portfolio.pcw-color-text.pcw-pink table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-portfolio.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-portfolio.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-portfolio.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown table a, .pcw-table-portfolio.pcw-color-text.pcw-brown table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-portfolio.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-portfolio.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-portfolio.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey table a, .pcw-table-portfolio.pcw-color-text.pcw-grey table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-portfolio.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-portfolio.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-portfolio.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-portfolio.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-portfolio.pcw-color-text.pcw-black table a, .pcw-table-portfolio.pcw-color-text.pcw-black table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-portfolio.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-portfolio.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-portfolio.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-portfolio.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-portfolio.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white table a, .pcw-table-portfolio.pcw-color-text.pcw-white table a:focus, .pcw-table-portfolio.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-portfolio.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-portfolio.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-portfolio.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-portfolio.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-portfolio.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-portfolio.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-portfolio.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-portfolio.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }

.pcw-table-portfolio.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-portfolio.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-portfolio.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-portfolio.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-portfolio.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-portfolio.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-portfolio.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-red table a, .pcw-table-portfolio.pcw-gradient.pcw-red table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-red table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-portfolio.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-portfolio.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-maroon table a, .pcw-table-portfolio.pcw-gradient.pcw-maroon table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-maroon table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-portfolio.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-portfolio.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-orange table a, .pcw-table-portfolio.pcw-gradient.pcw-orange table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-orange table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-portfolio.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-portfolio.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-yellow table a, .pcw-table-portfolio.pcw-gradient.pcw-yellow table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-yellow table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-portfolio.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-portfolio.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-olive table a, .pcw-table-portfolio.pcw-gradient.pcw-olive table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-olive table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-portfolio.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-portfolio.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-green table a, .pcw-table-portfolio.pcw-gradient.pcw-green table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-green table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-portfolio.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-portfolio.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-teal table a, .pcw-table-portfolio.pcw-gradient.pcw-teal table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-teal table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-portfolio.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-portfolio.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-blue table a, .pcw-table-portfolio.pcw-gradient.pcw-blue table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-blue table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-portfolio.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-aqua table a, .pcw-table-portfolio.pcw-gradient.pcw-aqua table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-aqua table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-portfolio.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-navy table a, .pcw-table-portfolio.pcw-gradient.pcw-navy table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-navy table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-portfolio.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-portfolio.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-purple table a, .pcw-table-portfolio.pcw-gradient.pcw-purple table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-purple table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-portfolio.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-portfolio.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-violet table a, .pcw-table-portfolio.pcw-gradient.pcw-violet table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-violet table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-portfolio.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-portfolio.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-pink table a, .pcw-table-portfolio.pcw-gradient.pcw-pink table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-pink table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-portfolio.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-portfolio.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-brown table a, .pcw-table-portfolio.pcw-gradient.pcw-brown table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-brown table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-portfolio.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-portfolio.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-grey table a, .pcw-table-portfolio.pcw-gradient.pcw-grey table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-grey table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-portfolio.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-portfolio.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-black table a, .pcw-table-portfolio.pcw-gradient.pcw-black table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-black table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-portfolio.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-portfolio.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-portfolio.pcw-gradient.pcw-white table a, .pcw-table-portfolio.pcw-gradient.pcw-white table a:focus, .pcw-table-portfolio.pcw-gradient.pcw-white table a:hover, .pcw-table-portfolio.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-portfolio.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-portfolio.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-portfolio.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-portfolio.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-portfolio.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-portfolio.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-portfolio.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-portfolio.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-portfolio.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-portfolio.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-portfolio.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-portfolio.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-portfolio.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-portfolio.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-portfolio.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-portfolio.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-portfolio.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-portfolio.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-portfolio.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-portfolio.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-portfolio.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-portfolio.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-portfolio.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-portfolio.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-portfolio.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-portfolio.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-portfolio.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-portfolio.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-portfolio.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-portfolio.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-portfolio.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-portfolio.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-portfolio.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-portfolio.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-portfolio.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-portfolio.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-portfolio.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-portfolio.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-portfolio.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-portfolio.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-portfolio.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-portfolio.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-portfolio.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-portfolio.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-portfolio.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-portfolio.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-portfolio.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-portfolio.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-portfolio.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-portfolio.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-portfolio.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-portfolio.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-portfolio.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-portfolio.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-portfolio.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-portfolio.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-portfolio.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-portfolio.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-portfolio.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-portfolio.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-portfolio.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-portfolio.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-portfolio.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-portfolio.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-portfolio.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-portfolio.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-portfolio.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-portfolio.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-portfolio.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-portfolio.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-portfolio.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-portfolio.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-portfolio.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-portfolio.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-portfolio.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-portfolio.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-portfolio.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-portfolio.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-portfolio.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-portfolio.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-portfolio.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-portfolio.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-portfolio.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-portfolio.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-portfolio.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-portfolio.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-portfolio.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-portfolio.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-portfolio.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-portfolio.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-portfolio.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-portfolio.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-portfolio.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-portfolio.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-portfolio.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-portfolio.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-portfolio.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-portfolio.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-portfolio.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-portfolio.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-portfolio.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-portfolio.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-portfolio.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-portfolio.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-portfolio.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-portfolio.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-portfolio.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-portfolio.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-portfolio.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-portfolio.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-portfolio.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-portfolio.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-portfolio.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-portfolio.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-portfolio.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-portfolio.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-portfolio.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-portfolio.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-portfolio.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-portfolio.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-portfolio.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-portfolio.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-portfolio.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-portfolio.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-portfolio.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-portfolio.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-portfolio.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-portfolio.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-portfolio.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-portfolio.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-portfolio.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-portfolio.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-portfolio.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-portfolio.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-portfolio.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-portfolio.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-portfolio.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-portfolio.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-portfolio.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-portfolio.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-portfolio.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-portfolio.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-portfolio.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-portfolio.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-portfolio.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-portfolio.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-portfolio.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-portfolio.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-portfolio.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-portfolio.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-portfolio.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-portfolio.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-portfolio.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-portfolio.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-portfolio.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-portfolio.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-portfolio.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-portfolio.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-portfolio.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-portfolio.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-portfolio.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-portfolio.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-portfolio.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-portfolio.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-portfolio.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-portfolio.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-portfolio.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-portfolio.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-portfolio.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-portfolio.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-portfolio.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-portfolio.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-portfolio.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-portfolio.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-portfolio.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-portfolio.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-portfolio.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-portfolio.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-quotes.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-quotes.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-quotes.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-quotes.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-quotes.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-quotes.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-quotes.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-quotes.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-quotes.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-quotes.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-quotes.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-quotes.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-quotes.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-quotes.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-quotes.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-quotes.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-quotes.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-quotes.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-quotes.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-quotes.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-quotes.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-quotes.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-quotes.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-quotes.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-quotes.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-quotes.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-quotes.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-quotes.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-quotes.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-quotes.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-quotes.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-quotes.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-quotes.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-quotes.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-quotes.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-quotes.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-quotes.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-quotes.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-quotes.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-quotes.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-quotes.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-quotes.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-quotes.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-quotes.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-quotes.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-quotes.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-quotes.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-quotes.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-quotes.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-quotes.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-quotes.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-quotes.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-quotes.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-quotes.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-quotes.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-quotes.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-quotes.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-quotes.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-quotes.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-quotes.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-quotes.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-quotes.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-quotes.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-quotes.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-quotes.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-quotes.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-quotes.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-quotes.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-quotes.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-quotes.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-quotes.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-quotes.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-quotes.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-quotes.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-quotes.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-quotes.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-quotes.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-quotes.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-quotes.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-quotes.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-quotes.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-quotes.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-quotes.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-quotes.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-quotes.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-quotes.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-quotes.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-quotes.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-quotes.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-quotes.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-quotes.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-quotes.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-quotes.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-quotes.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-quotes.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-quotes.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-quotes.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-quotes.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-quotes.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-quotes.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-quotes.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-quotes.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-quotes.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-quotes.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-quotes.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-quotes.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-quotes.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-quotes.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-quotes.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-quotes.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-quotes.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-quotes.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-quotes.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-quotes.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-quotes.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-quotes.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-quotes.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-quotes.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-quotes.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-quotes.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-quotes.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-quotes.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-quotes.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-quotes.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-quotes.pcw-black-background table {
  background: #000; }

.pcw-table-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-quotes.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-quotes.pcw-black-background.pcw-red table a, .pcw-table-quotes.pcw-black-background.pcw-red table a:focus, .pcw-table-quotes.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-quotes.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-quotes.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-quotes.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-quotes.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-quotes.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-quotes.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-quotes.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-quotes.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-quotes.pcw-black-background.pcw-maroon table a, .pcw-table-quotes.pcw-black-background.pcw-maroon table a:focus, .pcw-table-quotes.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-quotes.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-quotes.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-quotes.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-quotes.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-quotes.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-quotes.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-quotes.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-quotes.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-quotes.pcw-black-background.pcw-orange table a, .pcw-table-quotes.pcw-black-background.pcw-orange table a:focus, .pcw-table-quotes.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-quotes.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-quotes.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-quotes.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-quotes.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-quotes.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-quotes.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-quotes.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-quotes.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-quotes.pcw-black-background.pcw-yellow table a, .pcw-table-quotes.pcw-black-background.pcw-yellow table a:focus, .pcw-table-quotes.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-quotes.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-quotes.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-quotes.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-quotes.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-quotes.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-quotes.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-quotes.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-quotes.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-quotes.pcw-black-background.pcw-olive table a, .pcw-table-quotes.pcw-black-background.pcw-olive table a:focus, .pcw-table-quotes.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-quotes.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-quotes.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-quotes.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-quotes.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-quotes.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-quotes.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-quotes.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-quotes.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-quotes.pcw-black-background.pcw-green table a, .pcw-table-quotes.pcw-black-background.pcw-green table a:focus, .pcw-table-quotes.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-quotes.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-quotes.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-quotes.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-quotes.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-quotes.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-quotes.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-quotes.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-quotes.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-quotes.pcw-black-background.pcw-teal table a, .pcw-table-quotes.pcw-black-background.pcw-teal table a:focus, .pcw-table-quotes.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-quotes.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-quotes.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-quotes.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-quotes.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-quotes.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-quotes.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-quotes.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-quotes.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-quotes.pcw-black-background.pcw-blue table a, .pcw-table-quotes.pcw-black-background.pcw-blue table a:focus, .pcw-table-quotes.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-quotes.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-quotes.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-quotes.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-quotes.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-quotes.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-quotes.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-quotes.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-quotes.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-quotes.pcw-black-background.pcw-aqua table a, .pcw-table-quotes.pcw-black-background.pcw-aqua table a:focus, .pcw-table-quotes.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-quotes.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-quotes.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-quotes.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-quotes.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-quotes.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-quotes.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-quotes.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-quotes.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-quotes.pcw-black-background.pcw-navy table a, .pcw-table-quotes.pcw-black-background.pcw-navy table a:focus, .pcw-table-quotes.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-quotes.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-quotes.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-quotes.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-quotes.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-quotes.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-quotes.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-quotes.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-quotes.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-quotes.pcw-black-background.pcw-purple table a, .pcw-table-quotes.pcw-black-background.pcw-purple table a:focus, .pcw-table-quotes.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-quotes.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-quotes.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-quotes.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-quotes.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-quotes.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-quotes.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-quotes.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-quotes.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-quotes.pcw-black-background.pcw-violet table a, .pcw-table-quotes.pcw-black-background.pcw-violet table a:focus, .pcw-table-quotes.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-quotes.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-quotes.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-quotes.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-quotes.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-quotes.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-quotes.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-quotes.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-quotes.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-quotes.pcw-black-background.pcw-pink table a, .pcw-table-quotes.pcw-black-background.pcw-pink table a:focus, .pcw-table-quotes.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-quotes.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-quotes.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-quotes.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-quotes.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-quotes.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-quotes.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-quotes.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-quotes.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-quotes.pcw-black-background.pcw-brown table a, .pcw-table-quotes.pcw-black-background.pcw-brown table a:focus, .pcw-table-quotes.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-quotes.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-quotes.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-quotes.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-quotes.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-quotes.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-quotes.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-quotes.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-quotes.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-quotes.pcw-black-background.pcw-grey table a, .pcw-table-quotes.pcw-black-background.pcw-grey table a:focus, .pcw-table-quotes.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-quotes.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-quotes.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-quotes.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-quotes.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-quotes.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-quotes.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-quotes.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-quotes.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-quotes.pcw-black-background.pcw-black table a, .pcw-table-quotes.pcw-black-background.pcw-black table a:focus, .pcw-table-quotes.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-quotes.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-quotes.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-quotes.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-quotes.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-quotes.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-quotes.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-quotes.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-quotes.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-quotes.pcw-black-background.pcw-white table a, .pcw-table-quotes.pcw-black-background.pcw-white table a:focus, .pcw-table-quotes.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-quotes.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-quotes.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-quotes.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-quotes.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-quotes.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-quotes.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-quotes.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-quotes.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-quotes.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red table a, .pcw-table-quotes.pcw-color-background.pcw-red table a:focus, .pcw-table-quotes.pcw-color-background.pcw-red table a:hover, .pcw-table-quotes.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-quotes.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon table a, .pcw-table-quotes.pcw-color-background.pcw-maroon table a:focus, .pcw-table-quotes.pcw-color-background.pcw-maroon table a:hover, .pcw-table-quotes.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange table a, .pcw-table-quotes.pcw-color-background.pcw-orange table a:focus, .pcw-table-quotes.pcw-color-background.pcw-orange table a:hover, .pcw-table-quotes.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-quotes.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow table a, .pcw-table-quotes.pcw-color-background.pcw-yellow table a:focus, .pcw-table-quotes.pcw-color-background.pcw-yellow table a:hover, .pcw-table-quotes.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive table a, .pcw-table-quotes.pcw-color-background.pcw-olive table a:focus, .pcw-table-quotes.pcw-color-background.pcw-olive table a:hover, .pcw-table-quotes.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-quotes.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green table a, .pcw-table-quotes.pcw-color-background.pcw-green table a:focus, .pcw-table-quotes.pcw-color-background.pcw-green table a:hover, .pcw-table-quotes.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-quotes.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal table a, .pcw-table-quotes.pcw-color-background.pcw-teal table a:focus, .pcw-table-quotes.pcw-color-background.pcw-teal table a:hover, .pcw-table-quotes.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-quotes.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue table a, .pcw-table-quotes.pcw-color-background.pcw-blue table a:focus, .pcw-table-quotes.pcw-color-background.pcw-blue table a:hover, .pcw-table-quotes.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-quotes.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua table a, .pcw-table-quotes.pcw-color-background.pcw-aqua table a:focus, .pcw-table-quotes.pcw-color-background.pcw-aqua table a:hover, .pcw-table-quotes.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy table a, .pcw-table-quotes.pcw-color-background.pcw-navy table a:focus, .pcw-table-quotes.pcw-color-background.pcw-navy table a:hover, .pcw-table-quotes.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-quotes.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple table a, .pcw-table-quotes.pcw-color-background.pcw-purple table a:focus, .pcw-table-quotes.pcw-color-background.pcw-purple table a:hover, .pcw-table-quotes.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-quotes.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet table a, .pcw-table-quotes.pcw-color-background.pcw-violet table a:focus, .pcw-table-quotes.pcw-color-background.pcw-violet table a:hover, .pcw-table-quotes.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-quotes.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink table a, .pcw-table-quotes.pcw-color-background.pcw-pink table a:focus, .pcw-table-quotes.pcw-color-background.pcw-pink table a:hover, .pcw-table-quotes.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-quotes.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown table a, .pcw-table-quotes.pcw-color-background.pcw-brown table a:focus, .pcw-table-quotes.pcw-color-background.pcw-brown table a:hover, .pcw-table-quotes.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-quotes.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey table a, .pcw-table-quotes.pcw-color-background.pcw-grey table a:focus, .pcw-table-quotes.pcw-color-background.pcw-grey table a:hover, .pcw-table-quotes.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-quotes.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black table a, .pcw-table-quotes.pcw-color-background.pcw-black table a:focus, .pcw-table-quotes.pcw-color-background.pcw-black table a:hover, .pcw-table-quotes.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-quotes.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white table a, .pcw-table-quotes.pcw-color-background.pcw-white table a:focus, .pcw-table-quotes.pcw-color-background.pcw-white table a:hover, .pcw-table-quotes.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-quotes.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-quotes.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }

.pcw-table-quotes.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-quotes.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-quotes.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-quotes.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-quotes.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-quotes.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-quotes.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-quotes.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-quotes.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-quotes.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-quotes.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-quotes.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-quotes.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-quotes.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-quotes.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-quotes.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-quotes.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-quotes.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-quotes.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-quotes.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white table a, .pcw-table-quotes.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-quotes.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-quotes.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-quotes.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-quotes.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-quotes.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-quotes.pcw-color-text.pcw-red table a, .pcw-table-quotes.pcw-color-text.pcw-red table a:focus, .pcw-table-quotes.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-quotes.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-quotes.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-quotes.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon table a, .pcw-table-quotes.pcw-color-text.pcw-maroon table a:focus, .pcw-table-quotes.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-quotes.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-quotes.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-quotes.pcw-color-text.pcw-orange table a, .pcw-table-quotes.pcw-color-text.pcw-orange table a:focus, .pcw-table-quotes.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-quotes.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-quotes.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-quotes.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow table a, .pcw-table-quotes.pcw-color-text.pcw-yellow table a:focus, .pcw-table-quotes.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-quotes.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-quotes.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-quotes.pcw-color-text.pcw-olive table a, .pcw-table-quotes.pcw-color-text.pcw-olive table a:focus, .pcw-table-quotes.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-quotes.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-quotes.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-quotes.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-quotes.pcw-color-text.pcw-green table a, .pcw-table-quotes.pcw-color-text.pcw-green table a:focus, .pcw-table-quotes.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-quotes.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-quotes.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-quotes.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-quotes.pcw-color-text.pcw-teal table a, .pcw-table-quotes.pcw-color-text.pcw-teal table a:focus, .pcw-table-quotes.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-quotes.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-quotes.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-quotes.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-quotes.pcw-color-text.pcw-blue table a, .pcw-table-quotes.pcw-color-text.pcw-blue table a:focus, .pcw-table-quotes.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-quotes.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-quotes.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-quotes.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua table a, .pcw-table-quotes.pcw-color-text.pcw-aqua table a:focus, .pcw-table-quotes.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-quotes.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-quotes.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-quotes.pcw-color-text.pcw-navy table a, .pcw-table-quotes.pcw-color-text.pcw-navy table a:focus, .pcw-table-quotes.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-quotes.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-quotes.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-quotes.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-quotes.pcw-color-text.pcw-purple table a, .pcw-table-quotes.pcw-color-text.pcw-purple table a:focus, .pcw-table-quotes.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-quotes.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-quotes.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-quotes.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-quotes.pcw-color-text.pcw-violet table a, .pcw-table-quotes.pcw-color-text.pcw-violet table a:focus, .pcw-table-quotes.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-quotes.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-quotes.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-quotes.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-quotes.pcw-color-text.pcw-pink table a, .pcw-table-quotes.pcw-color-text.pcw-pink table a:focus, .pcw-table-quotes.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-quotes.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-quotes.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-quotes.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-quotes.pcw-color-text.pcw-brown table a, .pcw-table-quotes.pcw-color-text.pcw-brown table a:focus, .pcw-table-quotes.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-quotes.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-quotes.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-quotes.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-quotes.pcw-color-text.pcw-grey table a, .pcw-table-quotes.pcw-color-text.pcw-grey table a:focus, .pcw-table-quotes.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-quotes.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-quotes.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-quotes.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-quotes.pcw-color-text.pcw-black table a, .pcw-table-quotes.pcw-color-text.pcw-black table a:focus, .pcw-table-quotes.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-quotes.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-quotes.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-quotes.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white table a, .pcw-table-quotes.pcw-color-text.pcw-white table a:focus, .pcw-table-quotes.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-quotes.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-quotes.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-quotes.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-quotes.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-quotes.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-quotes.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-quotes.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }

.pcw-table-quotes.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-quotes.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-quotes.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-quotes.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-quotes.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-quotes.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-red table a, .pcw-table-quotes.pcw-gradient.pcw-red table a:focus, .pcw-table-quotes.pcw-gradient.pcw-red table a:hover, .pcw-table-quotes.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-quotes.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-maroon table a, .pcw-table-quotes.pcw-gradient.pcw-maroon table a:focus, .pcw-table-quotes.pcw-gradient.pcw-maroon table a:hover, .pcw-table-quotes.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-quotes.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-orange table a, .pcw-table-quotes.pcw-gradient.pcw-orange table a:focus, .pcw-table-quotes.pcw-gradient.pcw-orange table a:hover, .pcw-table-quotes.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-quotes.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-yellow table a, .pcw-table-quotes.pcw-gradient.pcw-yellow table a:focus, .pcw-table-quotes.pcw-gradient.pcw-yellow table a:hover, .pcw-table-quotes.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-quotes.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-olive table a, .pcw-table-quotes.pcw-gradient.pcw-olive table a:focus, .pcw-table-quotes.pcw-gradient.pcw-olive table a:hover, .pcw-table-quotes.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-quotes.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-green table a, .pcw-table-quotes.pcw-gradient.pcw-green table a:focus, .pcw-table-quotes.pcw-gradient.pcw-green table a:hover, .pcw-table-quotes.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-quotes.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-teal table a, .pcw-table-quotes.pcw-gradient.pcw-teal table a:focus, .pcw-table-quotes.pcw-gradient.pcw-teal table a:hover, .pcw-table-quotes.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-quotes.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-blue table a, .pcw-table-quotes.pcw-gradient.pcw-blue table a:focus, .pcw-table-quotes.pcw-gradient.pcw-blue table a:hover, .pcw-table-quotes.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-quotes.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-aqua table a, .pcw-table-quotes.pcw-gradient.pcw-aqua table a:focus, .pcw-table-quotes.pcw-gradient.pcw-aqua table a:hover, .pcw-table-quotes.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-quotes.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-navy table a, .pcw-table-quotes.pcw-gradient.pcw-navy table a:focus, .pcw-table-quotes.pcw-gradient.pcw-navy table a:hover, .pcw-table-quotes.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-quotes.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-purple table a, .pcw-table-quotes.pcw-gradient.pcw-purple table a:focus, .pcw-table-quotes.pcw-gradient.pcw-purple table a:hover, .pcw-table-quotes.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-quotes.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-violet table a, .pcw-table-quotes.pcw-gradient.pcw-violet table a:focus, .pcw-table-quotes.pcw-gradient.pcw-violet table a:hover, .pcw-table-quotes.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-quotes.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-pink table a, .pcw-table-quotes.pcw-gradient.pcw-pink table a:focus, .pcw-table-quotes.pcw-gradient.pcw-pink table a:hover, .pcw-table-quotes.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-quotes.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-brown table a, .pcw-table-quotes.pcw-gradient.pcw-brown table a:focus, .pcw-table-quotes.pcw-gradient.pcw-brown table a:hover, .pcw-table-quotes.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-quotes.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-grey table a, .pcw-table-quotes.pcw-gradient.pcw-grey table a:focus, .pcw-table-quotes.pcw-gradient.pcw-grey table a:hover, .pcw-table-quotes.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-quotes.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-black table a, .pcw-table-quotes.pcw-gradient.pcw-black table a:focus, .pcw-table-quotes.pcw-gradient.pcw-black table a:hover, .pcw-table-quotes.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-quotes.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-quotes.pcw-gradient.pcw-white table a, .pcw-table-quotes.pcw-gradient.pcw-white table a:focus, .pcw-table-quotes.pcw-gradient.pcw-white table a:hover, .pcw-table-quotes.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-quotes.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-quotes.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-quotes.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-quotes.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-quotes.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-quotes.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-quotes.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-quotes.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-quotes.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-quotes.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-quotes.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-quotes.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-quotes.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-quotes.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-quotes.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-quotes.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-quotes.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-quotes.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-quotes.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-quotes.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-quotes.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-quotes.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-quotes.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-quotes.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-quotes.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-quotes.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-quotes.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-quotes.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-quotes.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-quotes.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-quotes.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-quotes.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-quotes.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-quotes.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-quotes.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-quotes.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-quotes.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-quotes.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-quotes.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-quotes.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-quotes.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-quotes.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-quotes.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-quotes.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-quotes.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-quotes.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-quotes.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-quotes.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-quotes.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-quotes.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-quotes.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-quotes.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-quotes.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-quotes.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-quotes.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-quotes.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-quotes.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-quotes.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-quotes.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-quotes.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-quotes.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-quotes.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-quotes.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-quotes.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-quotes.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-quotes.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-quotes.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-quotes.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-quotes.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-quotes.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-quotes.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-quotes.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-quotes.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-quotes.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-quotes.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-quotes.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-quotes.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-quotes.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-quotes.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-quotes.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-quotes.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-quotes.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-quotes.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-quotes.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-quotes.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-quotes.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-quotes.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-quotes.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-quotes.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-quotes.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-quotes.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-quotes.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-quotes.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-quotes.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-quotes.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-quotes.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-quotes.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-quotes.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-quotes.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-quotes.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-quotes.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-quotes.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-quotes.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-quotes.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-quotes.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-quotes.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-quotes.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-quotes.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-quotes.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-quotes.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-quotes.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-quotes.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-quotes.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-quotes.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-quotes.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-quotes.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-quotes.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-quotes.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-quotes.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-quotes.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-quotes.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-quotes.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-quotes.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-quotes.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-quotes.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-quotes.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-quotes.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-quotes.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-quotes.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-quotes.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-quotes.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-quotes.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-quotes.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-quotes.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-quotes.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-quotes.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-quotes.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-quotes.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-quotes.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-quotes.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-quotes.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-quotes.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-quotes.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-quotes.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-quotes.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-quotes.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-quotes.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-quotes.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-quotes.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-quotes.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-quotes.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-quotes.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-quotes.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-quotes.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-quotes.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-quotes.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-quotes.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-quotes.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-quotes.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-quotes.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-quotes.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-rankings.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-rankings.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-rankings.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-rankings.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-rankings.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-rankings.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-rankings.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-rankings.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-rankings.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-rankings.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-rankings.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-rankings.pcw-basic .pcw-pagination a {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

.pcw-table-rankings.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-rankings.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-rankings.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-rankings.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-rankings.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-rankings.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-rankings.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-rankings.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-rankings.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-rankings.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-rankings.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-rankings.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-rankings.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-rankings.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-rankings.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-rankings.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-rankings.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-rankings.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-rankings.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-rankings.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-rankings.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-rankings.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-rankings.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-rankings.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-rankings.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-rankings.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-rankings.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-rankings.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-rankings.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-rankings.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-rankings.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-rankings.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-rankings.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-rankings.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-rankings.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-rankings.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-rankings.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-rankings.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-rankings.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-rankings.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-rankings.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-rankings.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-rankings.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-rankings.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-rankings.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-rankings.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-rankings.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-rankings.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-rankings.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-rankings.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-rankings.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-rankings.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-rankings.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-rankings.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-rankings.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-rankings.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-rankings.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-rankings.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-rankings.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-rankings.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-rankings.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-rankings.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-rankings.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-rankings.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-rankings.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-rankings.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-rankings.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-rankings.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-rankings.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-rankings.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-rankings.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-rankings.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-rankings.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-rankings.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-rankings.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-rankings.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-rankings.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-rankings.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-rankings.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-rankings.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-rankings.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-rankings.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-rankings.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-rankings.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-rankings.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-rankings.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-rankings.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-rankings.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-rankings.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-rankings.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-rankings.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-rankings.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-rankings.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-rankings.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-rankings.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-rankings.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-rankings.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-rankings.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-rankings.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-rankings.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-rankings.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-rankings.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-rankings.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-rankings.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-rankings.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-rankings.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-rankings.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-rankings.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-rankings.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-rankings.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-rankings.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-rankings.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-red .pcw-pagination a {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-red .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-maroon .pcw-pagination a {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-maroon .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-orange .pcw-pagination a {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-orange .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-yellow .pcw-pagination a {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-yellow .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-olive .pcw-pagination a {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-olive .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-green .pcw-pagination a {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-green .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-teal .pcw-pagination a {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-teal .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-blue .pcw-pagination a {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-blue .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-aqua .pcw-pagination a {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-aqua .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-navy .pcw-pagination a {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-navy .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-purple .pcw-pagination a {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-purple .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-violet .pcw-pagination a {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-violet .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-pink .pcw-pagination a {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-pink .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-brown .pcw-pagination a {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-brown .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-grey .pcw-pagination a {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-grey .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-black .pcw-pagination a {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-black .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-basic2.pcw-white .pcw-pagination a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-rankings.pcw-basic2.pcw-white .pcw-pagination a.current {
    border: none; }

.pcw-table-rankings.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-rankings.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-rankings.pcw-black-background table {
  background: #000; }

.pcw-table-rankings.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-rankings.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-rankings.pcw-black-background.pcw-red table a, .pcw-table-rankings.pcw-black-background.pcw-red table a:focus, .pcw-table-rankings.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-rankings.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-rankings.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-rankings.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-rankings.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-rankings.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-rankings.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-rankings.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-rankings.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-rankings.pcw-black-background.pcw-maroon table a, .pcw-table-rankings.pcw-black-background.pcw-maroon table a:focus, .pcw-table-rankings.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-rankings.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-rankings.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-rankings.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-rankings.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-rankings.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-rankings.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-rankings.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-rankings.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-rankings.pcw-black-background.pcw-orange table a, .pcw-table-rankings.pcw-black-background.pcw-orange table a:focus, .pcw-table-rankings.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-rankings.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-rankings.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-rankings.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-rankings.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-rankings.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-rankings.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-rankings.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-rankings.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-rankings.pcw-black-background.pcw-yellow table a, .pcw-table-rankings.pcw-black-background.pcw-yellow table a:focus, .pcw-table-rankings.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-rankings.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-rankings.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-rankings.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-rankings.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-rankings.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-rankings.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-rankings.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-rankings.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-rankings.pcw-black-background.pcw-olive table a, .pcw-table-rankings.pcw-black-background.pcw-olive table a:focus, .pcw-table-rankings.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-rankings.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-rankings.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-rankings.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-rankings.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-rankings.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-rankings.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-rankings.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-rankings.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-rankings.pcw-black-background.pcw-green table a, .pcw-table-rankings.pcw-black-background.pcw-green table a:focus, .pcw-table-rankings.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-rankings.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-rankings.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-rankings.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-rankings.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-rankings.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-rankings.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-rankings.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-rankings.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-rankings.pcw-black-background.pcw-teal table a, .pcw-table-rankings.pcw-black-background.pcw-teal table a:focus, .pcw-table-rankings.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-rankings.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-rankings.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-rankings.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-rankings.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-rankings.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-rankings.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-rankings.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-rankings.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-rankings.pcw-black-background.pcw-blue table a, .pcw-table-rankings.pcw-black-background.pcw-blue table a:focus, .pcw-table-rankings.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-rankings.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-rankings.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-rankings.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-rankings.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-rankings.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-rankings.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-rankings.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-rankings.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-rankings.pcw-black-background.pcw-aqua table a, .pcw-table-rankings.pcw-black-background.pcw-aqua table a:focus, .pcw-table-rankings.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-rankings.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-rankings.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-rankings.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-rankings.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-rankings.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-rankings.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-rankings.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-rankings.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-rankings.pcw-black-background.pcw-navy table a, .pcw-table-rankings.pcw-black-background.pcw-navy table a:focus, .pcw-table-rankings.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-rankings.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-rankings.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-rankings.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-rankings.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-rankings.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-rankings.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-rankings.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-rankings.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-rankings.pcw-black-background.pcw-purple table a, .pcw-table-rankings.pcw-black-background.pcw-purple table a:focus, .pcw-table-rankings.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-rankings.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-rankings.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-rankings.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-rankings.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-rankings.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-rankings.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-rankings.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-rankings.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-rankings.pcw-black-background.pcw-violet table a, .pcw-table-rankings.pcw-black-background.pcw-violet table a:focus, .pcw-table-rankings.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-rankings.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-rankings.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-rankings.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-rankings.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-rankings.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-rankings.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-rankings.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-rankings.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-rankings.pcw-black-background.pcw-pink table a, .pcw-table-rankings.pcw-black-background.pcw-pink table a:focus, .pcw-table-rankings.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-rankings.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-rankings.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-rankings.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-rankings.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-rankings.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-rankings.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-rankings.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-rankings.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-rankings.pcw-black-background.pcw-brown table a, .pcw-table-rankings.pcw-black-background.pcw-brown table a:focus, .pcw-table-rankings.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-rankings.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-rankings.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-rankings.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-rankings.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-rankings.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-rankings.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-rankings.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-rankings.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-rankings.pcw-black-background.pcw-grey table a, .pcw-table-rankings.pcw-black-background.pcw-grey table a:focus, .pcw-table-rankings.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-rankings.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-rankings.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-rankings.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-rankings.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-rankings.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-rankings.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-rankings.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-rankings.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-rankings.pcw-black-background.pcw-black table a, .pcw-table-rankings.pcw-black-background.pcw-black table a:focus, .pcw-table-rankings.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-rankings.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-rankings.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-rankings.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-rankings.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-rankings.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-rankings.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-rankings.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-rankings.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-rankings.pcw-black-background.pcw-white table a, .pcw-table-rankings.pcw-black-background.pcw-white table a:focus, .pcw-table-rankings.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-rankings.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-rankings.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-rankings.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-rankings.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-rankings.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-rankings.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-rankings.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-rankings.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-red .pcw-pagination a {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-rankings.pcw-black-background.pcw-red .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-maroon .pcw-pagination a {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-rankings.pcw-black-background.pcw-maroon .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-orange .pcw-pagination a {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-rankings.pcw-black-background.pcw-orange .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-yellow .pcw-pagination a {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-rankings.pcw-black-background.pcw-yellow .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-olive .pcw-pagination a {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-rankings.pcw-black-background.pcw-olive .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-green .pcw-pagination a {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-rankings.pcw-black-background.pcw-green .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-teal .pcw-pagination a {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-rankings.pcw-black-background.pcw-teal .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-blue .pcw-pagination a {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-rankings.pcw-black-background.pcw-blue .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-aqua .pcw-pagination a {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-rankings.pcw-black-background.pcw-aqua .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-navy .pcw-pagination a {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-rankings.pcw-black-background.pcw-navy .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-purple .pcw-pagination a {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-rankings.pcw-black-background.pcw-purple .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-violet .pcw-pagination a {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-rankings.pcw-black-background.pcw-violet .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-pink .pcw-pagination a {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-rankings.pcw-black-background.pcw-pink .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-brown .pcw-pagination a {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-rankings.pcw-black-background.pcw-brown .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-grey .pcw-pagination a {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-rankings.pcw-black-background.pcw-grey .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-black .pcw-pagination a {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-rankings.pcw-black-background.pcw-black .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-black-background.pcw-white .pcw-pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-rankings.pcw-black-background.pcw-white .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-rankings.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red table a, .pcw-table-rankings.pcw-color-background.pcw-red table a:focus, .pcw-table-rankings.pcw-color-background.pcw-red table a:hover, .pcw-table-rankings.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-rankings.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-rankings.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon table a, .pcw-table-rankings.pcw-color-background.pcw-maroon table a:focus, .pcw-table-rankings.pcw-color-background.pcw-maroon table a:hover, .pcw-table-rankings.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-rankings.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange table a, .pcw-table-rankings.pcw-color-background.pcw-orange table a:focus, .pcw-table-rankings.pcw-color-background.pcw-orange table a:hover, .pcw-table-rankings.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-rankings.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-rankings.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow table a, .pcw-table-rankings.pcw-color-background.pcw-yellow table a:focus, .pcw-table-rankings.pcw-color-background.pcw-yellow table a:hover, .pcw-table-rankings.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-rankings.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive table a, .pcw-table-rankings.pcw-color-background.pcw-olive table a:focus, .pcw-table-rankings.pcw-color-background.pcw-olive table a:hover, .pcw-table-rankings.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-rankings.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-rankings.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green table a, .pcw-table-rankings.pcw-color-background.pcw-green table a:focus, .pcw-table-rankings.pcw-color-background.pcw-green table a:hover, .pcw-table-rankings.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-rankings.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-rankings.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal table a, .pcw-table-rankings.pcw-color-background.pcw-teal table a:focus, .pcw-table-rankings.pcw-color-background.pcw-teal table a:hover, .pcw-table-rankings.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-rankings.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-rankings.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue table a, .pcw-table-rankings.pcw-color-background.pcw-blue table a:focus, .pcw-table-rankings.pcw-color-background.pcw-blue table a:hover, .pcw-table-rankings.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-rankings.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-rankings.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua table a, .pcw-table-rankings.pcw-color-background.pcw-aqua table a:focus, .pcw-table-rankings.pcw-color-background.pcw-aqua table a:hover, .pcw-table-rankings.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-rankings.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy table a, .pcw-table-rankings.pcw-color-background.pcw-navy table a:focus, .pcw-table-rankings.pcw-color-background.pcw-navy table a:hover, .pcw-table-rankings.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-rankings.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-rankings.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple table a, .pcw-table-rankings.pcw-color-background.pcw-purple table a:focus, .pcw-table-rankings.pcw-color-background.pcw-purple table a:hover, .pcw-table-rankings.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-rankings.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-rankings.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet table a, .pcw-table-rankings.pcw-color-background.pcw-violet table a:focus, .pcw-table-rankings.pcw-color-background.pcw-violet table a:hover, .pcw-table-rankings.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-rankings.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-rankings.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink table a, .pcw-table-rankings.pcw-color-background.pcw-pink table a:focus, .pcw-table-rankings.pcw-color-background.pcw-pink table a:hover, .pcw-table-rankings.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-rankings.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-rankings.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown table a, .pcw-table-rankings.pcw-color-background.pcw-brown table a:focus, .pcw-table-rankings.pcw-color-background.pcw-brown table a:hover, .pcw-table-rankings.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-rankings.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-rankings.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey table a, .pcw-table-rankings.pcw-color-background.pcw-grey table a:focus, .pcw-table-rankings.pcw-color-background.pcw-grey table a:hover, .pcw-table-rankings.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-rankings.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-rankings.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black table a, .pcw-table-rankings.pcw-color-background.pcw-black table a:focus, .pcw-table-rankings.pcw-color-background.pcw-black table a:hover, .pcw-table-rankings.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-rankings.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-rankings.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white table a, .pcw-table-rankings.pcw-color-background.pcw-white table a:focus, .pcw-table-rankings.pcw-color-background.pcw-white table a:hover, .pcw-table-rankings.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-rankings.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }
  .pcw-table-rankings.pcw-color-background.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-red .pcw-pagination a.current {
      background: none;
      color: #DB2828; }
  .pcw-table-rankings.pcw-color-background.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-maroon .pcw-pagination a.current {
      background: none;
      color: #85144b; }
  .pcw-table-rankings.pcw-color-background.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-orange .pcw-pagination a.current {
      background: none;
      color: #F2711C; }
  .pcw-table-rankings.pcw-color-background.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-yellow .pcw-pagination a.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-rankings.pcw-color-background.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-olive .pcw-pagination a.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-rankings.pcw-color-background.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-green .pcw-pagination a.current {
      background: none;
      color: #21BA45; }
  .pcw-table-rankings.pcw-color-background.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-teal .pcw-pagination a.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-rankings.pcw-color-background.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-blue .pcw-pagination a.current {
      background: none;
      color: #2185D0; }
  .pcw-table-rankings.pcw-color-background.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-aqua .pcw-pagination a.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-rankings.pcw-color-background.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-navy .pcw-pagination a.current {
      background: none;
      color: #001f3f; }
  .pcw-table-rankings.pcw-color-background.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-purple .pcw-pagination a.current {
      background: none;
      color: #A333C8; }
  .pcw-table-rankings.pcw-color-background.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-violet .pcw-pagination a.current {
      background: none;
      color: #6435C9; }
  .pcw-table-rankings.pcw-color-background.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-pink .pcw-pagination a.current {
      background: none;
      color: #E03997; }
  .pcw-table-rankings.pcw-color-background.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-brown .pcw-pagination a.current {
      background: none;
      color: #A5673F; }
  .pcw-table-rankings.pcw-color-background.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-grey .pcw-pagination a.current {
      background: none;
      color: #767676; }
  .pcw-table-rankings.pcw-color-background.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-black .pcw-pagination a.current {
      background: none;
      color: #000; }
  .pcw-table-rankings.pcw-color-background.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }
    .pcw-table-rankings.pcw-color-background.pcw-white .pcw-pagination a.current {
      background: none;
      color: #fff; }

.pcw-table-rankings.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-rankings.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-rankings.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-rankings.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-rankings.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-rankings.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-rankings.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-rankings.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-rankings.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-rankings.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-rankings.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-rankings.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-rankings.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-rankings.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-rankings.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-rankings.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-rankings.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-red .pcw-pagination a {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-maroon .pcw-pagination a {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-orange .pcw-pagination a {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-yellow .pcw-pagination a {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-olive .pcw-pagination a {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-green .pcw-pagination a {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-teal .pcw-pagination a {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-blue .pcw-pagination a {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-aqua .pcw-pagination a {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-navy .pcw-pagination a {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-purple .pcw-pagination a {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-violet .pcw-pagination a {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-pink .pcw-pagination a {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-brown .pcw-pagination a {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-grey .pcw-pagination a {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-black .pcw-pagination a {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-color-header-border.pcw-white .pcw-pagination a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-border.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-rankings.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-rankings.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-rankings.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-rankings.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-rankings.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white table a, .pcw-table-rankings.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-rankings.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-rankings.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-red .pcw-pagination a {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-red .pcw-pagination a.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .pcw-pagination a {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-maroon .pcw-pagination a.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .pcw-pagination a {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-orange .pcw-pagination a.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .pcw-pagination a {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-yellow .pcw-pagination a.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .pcw-pagination a {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-olive .pcw-pagination a.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-green .pcw-pagination a {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-green .pcw-pagination a.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .pcw-pagination a {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-teal .pcw-pagination a.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .pcw-pagination a {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-blue .pcw-pagination a.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-aqua .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .pcw-pagination a {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-navy .pcw-pagination a.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .pcw-pagination a {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-purple .pcw-pagination a.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .pcw-pagination a {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-violet .pcw-pagination a.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .pcw-pagination a {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-pink .pcw-pagination a.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .pcw-pagination a {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-brown .pcw-pagination a.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .pcw-pagination a {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-grey .pcw-pagination a.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-black .pcw-pagination a {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-black .pcw-pagination a.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-rankings.pcw-color-header-rounded.pcw-white .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-rankings.pcw-color-header-rounded.pcw-white .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-rankings.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red table a, .pcw-table-rankings.pcw-color-text.pcw-red table a:focus, .pcw-table-rankings.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-rankings.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-rankings.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon table a, .pcw-table-rankings.pcw-color-text.pcw-maroon table a:focus, .pcw-table-rankings.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-rankings.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-rankings.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange table a, .pcw-table-rankings.pcw-color-text.pcw-orange table a:focus, .pcw-table-rankings.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-rankings.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-rankings.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow table a, .pcw-table-rankings.pcw-color-text.pcw-yellow table a:focus, .pcw-table-rankings.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-rankings.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-rankings.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive table a, .pcw-table-rankings.pcw-color-text.pcw-olive table a:focus, .pcw-table-rankings.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-rankings.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-rankings.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green table a, .pcw-table-rankings.pcw-color-text.pcw-green table a:focus, .pcw-table-rankings.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-rankings.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-rankings.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal table a, .pcw-table-rankings.pcw-color-text.pcw-teal table a:focus, .pcw-table-rankings.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-rankings.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-rankings.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue table a, .pcw-table-rankings.pcw-color-text.pcw-blue table a:focus, .pcw-table-rankings.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-rankings.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-rankings.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua table a, .pcw-table-rankings.pcw-color-text.pcw-aqua table a:focus, .pcw-table-rankings.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-rankings.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-rankings.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy table a, .pcw-table-rankings.pcw-color-text.pcw-navy table a:focus, .pcw-table-rankings.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-rankings.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-rankings.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple table a, .pcw-table-rankings.pcw-color-text.pcw-purple table a:focus, .pcw-table-rankings.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-rankings.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-rankings.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet table a, .pcw-table-rankings.pcw-color-text.pcw-violet table a:focus, .pcw-table-rankings.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-rankings.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-rankings.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink table a, .pcw-table-rankings.pcw-color-text.pcw-pink table a:focus, .pcw-table-rankings.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-rankings.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-rankings.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown table a, .pcw-table-rankings.pcw-color-text.pcw-brown table a:focus, .pcw-table-rankings.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-rankings.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-rankings.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey table a, .pcw-table-rankings.pcw-color-text.pcw-grey table a:focus, .pcw-table-rankings.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-rankings.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-rankings.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black table a, .pcw-table-rankings.pcw-color-text.pcw-black table a:focus, .pcw-table-rankings.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-rankings.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-rankings.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white table a, .pcw-table-rankings.pcw-color-text.pcw-white table a:focus, .pcw-table-rankings.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-rankings.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-rankings.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-rankings.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-rankings.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-rankings.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-rankings.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-rankings.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-color-text.pcw-red .pcw-pagination a {
    color: #DB2828; }
    .pcw-table-rankings.pcw-color-text.pcw-red .pcw-pagination a.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-color-text.pcw-maroon .pcw-pagination a {
    color: #85144b; }
    .pcw-table-rankings.pcw-color-text.pcw-maroon .pcw-pagination a.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-color-text.pcw-orange .pcw-pagination a {
    color: #F2711C; }
    .pcw-table-rankings.pcw-color-text.pcw-orange .pcw-pagination a.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-color-text.pcw-yellow .pcw-pagination a {
    color: #FBBD08; }
    .pcw-table-rankings.pcw-color-text.pcw-yellow .pcw-pagination a.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-color-text.pcw-olive .pcw-pagination a {
    color: #B5CC18; }
    .pcw-table-rankings.pcw-color-text.pcw-olive .pcw-pagination a.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-color-text.pcw-green .pcw-pagination a {
    color: #21BA45; }
    .pcw-table-rankings.pcw-color-text.pcw-green .pcw-pagination a.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-color-text.pcw-teal .pcw-pagination a {
    color: #00B5AD; }
    .pcw-table-rankings.pcw-color-text.pcw-teal .pcw-pagination a.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-color-text.pcw-blue .pcw-pagination a {
    color: #2185D0; }
    .pcw-table-rankings.pcw-color-text.pcw-blue .pcw-pagination a.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-color-text.pcw-aqua .pcw-pagination a {
    color: #7FDBFF; }
    .pcw-table-rankings.pcw-color-text.pcw-aqua .pcw-pagination a.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-color-text.pcw-navy .pcw-pagination a {
    color: #001f3f; }
    .pcw-table-rankings.pcw-color-text.pcw-navy .pcw-pagination a.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-color-text.pcw-purple .pcw-pagination a {
    color: #A333C8; }
    .pcw-table-rankings.pcw-color-text.pcw-purple .pcw-pagination a.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-color-text.pcw-violet .pcw-pagination a {
    color: #6435C9; }
    .pcw-table-rankings.pcw-color-text.pcw-violet .pcw-pagination a.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-color-text.pcw-pink .pcw-pagination a {
    color: #E03997; }
    .pcw-table-rankings.pcw-color-text.pcw-pink .pcw-pagination a.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-color-text.pcw-brown .pcw-pagination a {
    color: #A5673F; }
    .pcw-table-rankings.pcw-color-text.pcw-brown .pcw-pagination a.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-color-text.pcw-grey .pcw-pagination a {
    color: #767676; }
    .pcw-table-rankings.pcw-color-text.pcw-grey .pcw-pagination a.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-color-text.pcw-black .pcw-pagination a {
    color: #000; }
    .pcw-table-rankings.pcw-color-text.pcw-black .pcw-pagination a.current {
      border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-color-text.pcw-white .pcw-pagination a {
    color: #fff; }
    .pcw-table-rankings.pcw-color-text.pcw-white .pcw-pagination a.current {
      border-bottom: 2px solid #fff; }

.pcw-table-rankings.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-rankings.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-rankings.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-rankings.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-rankings.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-rankings.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-rankings.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-red table a, .pcw-table-rankings.pcw-gradient.pcw-red table a:focus, .pcw-table-rankings.pcw-gradient.pcw-red table a:hover, .pcw-table-rankings.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-rankings.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon table a, .pcw-table-rankings.pcw-gradient.pcw-maroon table a:focus, .pcw-table-rankings.pcw-gradient.pcw-maroon table a:hover, .pcw-table-rankings.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-rankings.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-orange table a, .pcw-table-rankings.pcw-gradient.pcw-orange table a:focus, .pcw-table-rankings.pcw-gradient.pcw-orange table a:hover, .pcw-table-rankings.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-rankings.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow table a, .pcw-table-rankings.pcw-gradient.pcw-yellow table a:focus, .pcw-table-rankings.pcw-gradient.pcw-yellow table a:hover, .pcw-table-rankings.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-rankings.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-olive table a, .pcw-table-rankings.pcw-gradient.pcw-olive table a:focus, .pcw-table-rankings.pcw-gradient.pcw-olive table a:hover, .pcw-table-rankings.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-rankings.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-rankings.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-green table a, .pcw-table-rankings.pcw-gradient.pcw-green table a:focus, .pcw-table-rankings.pcw-gradient.pcw-green table a:hover, .pcw-table-rankings.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-rankings.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-rankings.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-teal table a, .pcw-table-rankings.pcw-gradient.pcw-teal table a:focus, .pcw-table-rankings.pcw-gradient.pcw-teal table a:hover, .pcw-table-rankings.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-rankings.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-rankings.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-blue table a, .pcw-table-rankings.pcw-gradient.pcw-blue table a:focus, .pcw-table-rankings.pcw-gradient.pcw-blue table a:hover, .pcw-table-rankings.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-rankings.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua table a, .pcw-table-rankings.pcw-gradient.pcw-aqua table a:focus, .pcw-table-rankings.pcw-gradient.pcw-aqua table a:hover, .pcw-table-rankings.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-rankings.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-navy table a, .pcw-table-rankings.pcw-gradient.pcw-navy table a:focus, .pcw-table-rankings.pcw-gradient.pcw-navy table a:hover, .pcw-table-rankings.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-rankings.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-rankings.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-purple table a, .pcw-table-rankings.pcw-gradient.pcw-purple table a:focus, .pcw-table-rankings.pcw-gradient.pcw-purple table a:hover, .pcw-table-rankings.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-rankings.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-rankings.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-violet table a, .pcw-table-rankings.pcw-gradient.pcw-violet table a:focus, .pcw-table-rankings.pcw-gradient.pcw-violet table a:hover, .pcw-table-rankings.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-rankings.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-rankings.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-pink table a, .pcw-table-rankings.pcw-gradient.pcw-pink table a:focus, .pcw-table-rankings.pcw-gradient.pcw-pink table a:hover, .pcw-table-rankings.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-rankings.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-rankings.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-brown table a, .pcw-table-rankings.pcw-gradient.pcw-brown table a:focus, .pcw-table-rankings.pcw-gradient.pcw-brown table a:hover, .pcw-table-rankings.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-rankings.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-rankings.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-grey table a, .pcw-table-rankings.pcw-gradient.pcw-grey table a:focus, .pcw-table-rankings.pcw-gradient.pcw-grey table a:hover, .pcw-table-rankings.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-rankings.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-rankings.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-black table a, .pcw-table-rankings.pcw-gradient.pcw-black table a:focus, .pcw-table-rankings.pcw-gradient.pcw-black table a:hover, .pcw-table-rankings.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-rankings.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-rankings.pcw-gradient.pcw-white table a, .pcw-table-rankings.pcw-gradient.pcw-white table a:focus, .pcw-table-rankings.pcw-gradient.pcw-white table a:hover, .pcw-table-rankings.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-rankings.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-red .pcw-pagination a {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-rankings.pcw-gradient.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-maroon .pcw-pagination a {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-rankings.pcw-gradient.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-orange .pcw-pagination a {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-rankings.pcw-gradient.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-yellow .pcw-pagination a {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-rankings.pcw-gradient.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-olive .pcw-pagination a {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-rankings.pcw-gradient.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-green .pcw-pagination a {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-rankings.pcw-gradient.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-teal .pcw-pagination a {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-rankings.pcw-gradient.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-blue .pcw-pagination a {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-rankings.pcw-gradient.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-aqua .pcw-pagination a {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-rankings.pcw-gradient.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-navy .pcw-pagination a {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-rankings.pcw-gradient.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-purple .pcw-pagination a {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-rankings.pcw-gradient.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-violet .pcw-pagination a {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-rankings.pcw-gradient.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-pink .pcw-pagination a {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-rankings.pcw-gradient.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-brown .pcw-pagination a {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-rankings.pcw-gradient.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-grey .pcw-pagination a {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-rankings.pcw-gradient.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-black .pcw-pagination a {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-rankings.pcw-gradient.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-rankings.pcw-gradient.pcw-white .pcw-pagination a {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-rankings.pcw-gradient.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-rankings.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-rankings.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-rankings.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-rankings.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-rankings.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-rankings.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-rankings.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-rankings.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-rankings.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-rankings.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-rankings.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-rankings.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-rankings.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-rankings.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-rankings.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-rankings.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-rankings.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-rankings.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-rankings.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-rankings.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-rankings.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-rankings.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-rankings.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-rankings.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-rankings.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-rankings.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-rankings.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-rankings.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-rankings.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-rankings.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-rankings.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-rankings.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-rankings.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-rankings.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-rankings.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-rankings.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-rankings.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-rankings.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-rankings.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-rankings.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-rankings.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-rankings.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-rankings.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-rankings.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-rankings.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-rankings.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-rankings.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-rankings.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-rankings.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-rankings.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-rankings.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-rankings.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-rankings.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-rankings.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-rankings.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-rankings.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-rankings.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-rankings.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-rankings.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-rankings.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-rankings.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-rankings.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-rankings.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-rankings.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-rankings.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-rankings.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-rankings.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-rankings.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-rankings.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-rankings.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-rankings.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-rankings.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-rankings.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-rankings.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-rankings.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-rankings.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-rankings.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-rankings.pcw-zebra.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-rankings.pcw-zebra.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-rankings.pcw-zebra.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-rankings.pcw-zebra.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-rankings.pcw-zebra.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-rankings.pcw-zebra.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-rankings.pcw-zebra.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-rankings.pcw-zebra.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-rankings.pcw-zebra.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-rankings.pcw-zebra.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-rankings.pcw-zebra.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-rankings.pcw-zebra.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-rankings.pcw-zebra.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-rankings.pcw-zebra.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-rankings.pcw-zebra.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-rankings.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-rankings.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-rankings.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-rankings.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-rankings.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-rankings.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-rankings.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-rankings.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-rankings.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-rankings.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-rankings.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-rankings.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-rankings.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-rankings.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-rankings.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-rankings.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-rankings.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-rankings.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-rankings.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-rankings.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-rankings.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-rankings.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-rankings.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-rankings.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-rankings.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-rankings.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-rankings.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-rankings.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-rankings.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-rankings.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-rankings.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-rankings.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-rankings.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-rankings.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-rankings.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-rankings.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-rankings.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-rankings.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-rankings.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-rankings.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-rankings.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-rankings.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-rankings.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-rankings.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-rankings.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-rankings.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-rankings.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-rankings.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-rankings.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-rankings.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-rankings.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-rankings.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-rankings.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-rankings.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-rankings.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-rankings.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-rankings.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-rankings.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-rankings.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-rankings.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-rankings.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-rankings.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-rankings.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-rankings.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-rankings.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-rankings.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-rankings.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-rankings.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-rankings.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-rankings.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-rankings.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-rankings.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-rankings.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-rankings.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-rankings.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-rankings.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-rankings.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-rankings.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-rankings.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-rankings.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-rankings.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-rankings.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-rankings.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-rankings.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-rankings.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-rankings.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-rankings.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-rankings.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-rankings.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-rankings.pcw-zebra2.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-rankings.pcw-zebra2.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-rankings.pcw-zebra2.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-rankings.pcw-zebra2.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-rankings.pcw-zebra2.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-rankings.pcw-zebra2.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-rankings.pcw-zebra2.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-rankings.pcw-zebra2.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-rankings.pcw-zebra2.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra2.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-rankings.pcw-zebra2.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-rankings.pcw-zebra2.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-rankings.pcw-zebra2.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-rankings.pcw-zebra2.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-rankings.pcw-zebra2.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-rankings.pcw-zebra2.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-rankings.pcw-zebra2.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-rankings.pcw-zebra2.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-trades.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-trades.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-trades.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-trades.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-trades.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-trades.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-trades.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-trades.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-trades.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-trades.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-trades.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-trades.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-trades.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-trades.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-trades.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-trades.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-trades.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-trades.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-trades.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-trades.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-trades.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-trades.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-trades.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-trades.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-trades.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-trades.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-trades.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-trades.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-trades.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-trades.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-trades.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-trades.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-trades.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-trades.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-trades.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-trades.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-trades.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-trades.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-trades.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-trades.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-trades.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-trades.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-trades.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-trades.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-trades.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-trades.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-trades.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-trades.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-trades.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-trades.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-trades.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-trades.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-trades.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-trades.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-trades.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-trades.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-trades.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-trades.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-trades.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-trades.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-trades.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-trades.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-trades.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-trades.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-trades.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-trades.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-trades.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-trades.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-trades.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-trades.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-trades.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-trades.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-trades.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-trades.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-trades.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-trades.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-trades.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-trades.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-trades.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-trades.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-trades.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-trades.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-trades.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-trades.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-trades.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-trades.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-trades.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-trades.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-trades.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-trades.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-trades.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-trades.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-trades.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-trades.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-trades.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-trades.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-trades.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-trades.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-trades.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-trades.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-trades.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-trades.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-trades.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-trades.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-trades.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-trades.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-trades.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-trades.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-trades.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-trades.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-trades.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-trades.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-trades.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-trades.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-trades.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-trades.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-trades.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-trades.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-trades.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-trades.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-trades.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-trades.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-trades.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-trades.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-trades.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-trades.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-trades.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-trades.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-trades.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-trades.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-trades.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-trades.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-trades.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-trades.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-trades.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-trades.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-trades.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-trades.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-trades.pcw-black-background table {
  background: #000; }

.pcw-table-trades.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-trades.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-trades.pcw-black-background.pcw-red table a, .pcw-table-trades.pcw-black-background.pcw-red table a:focus, .pcw-table-trades.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-trades.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-trades.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-trades.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-trades.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-trades.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-trades.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-trades.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-trades.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-trades.pcw-black-background.pcw-maroon table a, .pcw-table-trades.pcw-black-background.pcw-maroon table a:focus, .pcw-table-trades.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-trades.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-trades.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-trades.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-trades.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-trades.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-trades.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-trades.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-trades.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-trades.pcw-black-background.pcw-orange table a, .pcw-table-trades.pcw-black-background.pcw-orange table a:focus, .pcw-table-trades.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-trades.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-trades.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-trades.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-trades.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-trades.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-trades.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-trades.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-trades.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-trades.pcw-black-background.pcw-yellow table a, .pcw-table-trades.pcw-black-background.pcw-yellow table a:focus, .pcw-table-trades.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-trades.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-trades.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-trades.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-trades.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-trades.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-trades.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-trades.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-trades.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-trades.pcw-black-background.pcw-olive table a, .pcw-table-trades.pcw-black-background.pcw-olive table a:focus, .pcw-table-trades.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-trades.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-trades.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-trades.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-trades.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-trades.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-trades.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-trades.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-trades.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-trades.pcw-black-background.pcw-green table a, .pcw-table-trades.pcw-black-background.pcw-green table a:focus, .pcw-table-trades.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-trades.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-trades.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-trades.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-trades.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-trades.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-trades.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-trades.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-trades.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-trades.pcw-black-background.pcw-teal table a, .pcw-table-trades.pcw-black-background.pcw-teal table a:focus, .pcw-table-trades.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-trades.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-trades.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-trades.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-trades.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-trades.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-trades.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-trades.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-trades.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-trades.pcw-black-background.pcw-blue table a, .pcw-table-trades.pcw-black-background.pcw-blue table a:focus, .pcw-table-trades.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-trades.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-trades.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-trades.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-trades.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-trades.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-trades.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-trades.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-trades.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-trades.pcw-black-background.pcw-aqua table a, .pcw-table-trades.pcw-black-background.pcw-aqua table a:focus, .pcw-table-trades.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-trades.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-trades.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-trades.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-trades.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-trades.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-trades.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-trades.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-trades.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-trades.pcw-black-background.pcw-navy table a, .pcw-table-trades.pcw-black-background.pcw-navy table a:focus, .pcw-table-trades.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-trades.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-trades.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-trades.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-trades.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-trades.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-trades.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-trades.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-trades.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-trades.pcw-black-background.pcw-purple table a, .pcw-table-trades.pcw-black-background.pcw-purple table a:focus, .pcw-table-trades.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-trades.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-trades.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-trades.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-trades.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-trades.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-trades.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-trades.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-trades.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-trades.pcw-black-background.pcw-violet table a, .pcw-table-trades.pcw-black-background.pcw-violet table a:focus, .pcw-table-trades.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-trades.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-trades.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-trades.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-trades.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-trades.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-trades.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-trades.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-trades.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-trades.pcw-black-background.pcw-pink table a, .pcw-table-trades.pcw-black-background.pcw-pink table a:focus, .pcw-table-trades.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-trades.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-trades.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-trades.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-trades.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-trades.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-trades.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-trades.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-trades.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-trades.pcw-black-background.pcw-brown table a, .pcw-table-trades.pcw-black-background.pcw-brown table a:focus, .pcw-table-trades.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-trades.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-trades.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-trades.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-trades.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-trades.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-trades.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-trades.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-trades.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-trades.pcw-black-background.pcw-grey table a, .pcw-table-trades.pcw-black-background.pcw-grey table a:focus, .pcw-table-trades.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-trades.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-trades.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-trades.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-trades.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-trades.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-trades.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-trades.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-trades.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-trades.pcw-black-background.pcw-black table a, .pcw-table-trades.pcw-black-background.pcw-black table a:focus, .pcw-table-trades.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-trades.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-trades.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-trades.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-trades.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-trades.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-trades.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-trades.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-trades.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-trades.pcw-black-background.pcw-white table a, .pcw-table-trades.pcw-black-background.pcw-white table a:focus, .pcw-table-trades.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-trades.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-trades.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-trades.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-trades.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-trades.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-trades.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-trades.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-trades.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-trades.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red table a, .pcw-table-trades.pcw-color-background.pcw-red table a:focus, .pcw-table-trades.pcw-color-background.pcw-red table a:hover, .pcw-table-trades.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-trades.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-trades.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon table a, .pcw-table-trades.pcw-color-background.pcw-maroon table a:focus, .pcw-table-trades.pcw-color-background.pcw-maroon table a:hover, .pcw-table-trades.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-trades.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-trades.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange table a, .pcw-table-trades.pcw-color-background.pcw-orange table a:focus, .pcw-table-trades.pcw-color-background.pcw-orange table a:hover, .pcw-table-trades.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-trades.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-trades.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow table a, .pcw-table-trades.pcw-color-background.pcw-yellow table a:focus, .pcw-table-trades.pcw-color-background.pcw-yellow table a:hover, .pcw-table-trades.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-trades.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-trades.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive table a, .pcw-table-trades.pcw-color-background.pcw-olive table a:focus, .pcw-table-trades.pcw-color-background.pcw-olive table a:hover, .pcw-table-trades.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-trades.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-trades.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green table a, .pcw-table-trades.pcw-color-background.pcw-green table a:focus, .pcw-table-trades.pcw-color-background.pcw-green table a:hover, .pcw-table-trades.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-trades.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-trades.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal table a, .pcw-table-trades.pcw-color-background.pcw-teal table a:focus, .pcw-table-trades.pcw-color-background.pcw-teal table a:hover, .pcw-table-trades.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-trades.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-trades.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue table a, .pcw-table-trades.pcw-color-background.pcw-blue table a:focus, .pcw-table-trades.pcw-color-background.pcw-blue table a:hover, .pcw-table-trades.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-trades.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-trades.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua table a, .pcw-table-trades.pcw-color-background.pcw-aqua table a:focus, .pcw-table-trades.pcw-color-background.pcw-aqua table a:hover, .pcw-table-trades.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-trades.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy table a, .pcw-table-trades.pcw-color-background.pcw-navy table a:focus, .pcw-table-trades.pcw-color-background.pcw-navy table a:hover, .pcw-table-trades.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-trades.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-trades.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple table a, .pcw-table-trades.pcw-color-background.pcw-purple table a:focus, .pcw-table-trades.pcw-color-background.pcw-purple table a:hover, .pcw-table-trades.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-trades.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-trades.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet table a, .pcw-table-trades.pcw-color-background.pcw-violet table a:focus, .pcw-table-trades.pcw-color-background.pcw-violet table a:hover, .pcw-table-trades.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-trades.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-trades.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink table a, .pcw-table-trades.pcw-color-background.pcw-pink table a:focus, .pcw-table-trades.pcw-color-background.pcw-pink table a:hover, .pcw-table-trades.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-trades.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-trades.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown table a, .pcw-table-trades.pcw-color-background.pcw-brown table a:focus, .pcw-table-trades.pcw-color-background.pcw-brown table a:hover, .pcw-table-trades.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-trades.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-trades.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey table a, .pcw-table-trades.pcw-color-background.pcw-grey table a:focus, .pcw-table-trades.pcw-color-background.pcw-grey table a:hover, .pcw-table-trades.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-trades.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-trades.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black table a, .pcw-table-trades.pcw-color-background.pcw-black table a:focus, .pcw-table-trades.pcw-color-background.pcw-black table a:hover, .pcw-table-trades.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-trades.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-trades.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white table a, .pcw-table-trades.pcw-color-background.pcw-white table a:focus, .pcw-table-trades.pcw-color-background.pcw-white table a:hover, .pcw-table-trades.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-trades.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-trades.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }

.pcw-table-trades.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-trades.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-trades.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-trades.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-trades.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-trades.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-trades.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-trades.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-trades.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-trades.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-trades.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-trades.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-trades.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-trades.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-trades.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-trades.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-trades.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-trades.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-trades.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-trades.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-trades.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-trades.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-trades.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-trades.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-trades.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-trades.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-trades.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-trades.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-trades.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-trades.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-trades.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-trades.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-trades.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-trades.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-trades.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-trades.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-trades.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-trades.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-trades.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-trades.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-trades.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-trades.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-trades.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-trades.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-trades.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-trades.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-trades.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-trades.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-trades.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-trades.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-trades.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-trades.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-trades.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-trades.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-trades.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-trades.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-trades.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-trades.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-trades.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-trades.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-trades.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-trades.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-trades.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-trades.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-trades.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-trades.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-trades.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-trades.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-trades.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-trades.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-trades.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-trades.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-trades.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-trades.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-trades.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-trades.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-trades.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-trades.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-trades.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-trades.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-trades.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-trades.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-trades.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-trades.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-trades.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red table a, .pcw-table-trades.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange table a, .pcw-table-trades.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive table a, .pcw-table-trades.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green table a, .pcw-table-trades.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal table a, .pcw-table-trades.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue table a, .pcw-table-trades.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy table a, .pcw-table-trades.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple table a, .pcw-table-trades.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet table a, .pcw-table-trades.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink table a, .pcw-table-trades.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown table a, .pcw-table-trades.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey table a, .pcw-table-trades.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black table a, .pcw-table-trades.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white table a, .pcw-table-trades.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-trades.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-trades.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-trades.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-trades.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-trades.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-trades.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-trades.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-trades.pcw-color-text.pcw-red table a, .pcw-table-trades.pcw-color-text.pcw-red table a:focus, .pcw-table-trades.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-trades.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-trades.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-trades.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-trades.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-trades.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-trades.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-trades.pcw-color-text.pcw-maroon table a, .pcw-table-trades.pcw-color-text.pcw-maroon table a:focus, .pcw-table-trades.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-trades.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-trades.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-trades.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-trades.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-trades.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-trades.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-trades.pcw-color-text.pcw-orange table a, .pcw-table-trades.pcw-color-text.pcw-orange table a:focus, .pcw-table-trades.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-trades.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-trades.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-trades.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-trades.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-trades.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-trades.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-trades.pcw-color-text.pcw-yellow table a, .pcw-table-trades.pcw-color-text.pcw-yellow table a:focus, .pcw-table-trades.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-trades.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-trades.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-trades.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-trades.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-trades.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-trades.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-trades.pcw-color-text.pcw-olive table a, .pcw-table-trades.pcw-color-text.pcw-olive table a:focus, .pcw-table-trades.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-trades.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-trades.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-trades.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-trades.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-trades.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-trades.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-trades.pcw-color-text.pcw-green table a, .pcw-table-trades.pcw-color-text.pcw-green table a:focus, .pcw-table-trades.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-trades.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-trades.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-trades.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-trades.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-trades.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-trades.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-trades.pcw-color-text.pcw-teal table a, .pcw-table-trades.pcw-color-text.pcw-teal table a:focus, .pcw-table-trades.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-trades.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-trades.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-trades.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-trades.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-trades.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-trades.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-trades.pcw-color-text.pcw-blue table a, .pcw-table-trades.pcw-color-text.pcw-blue table a:focus, .pcw-table-trades.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-trades.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-trades.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-trades.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-trades.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-trades.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-trades.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-trades.pcw-color-text.pcw-aqua table a, .pcw-table-trades.pcw-color-text.pcw-aqua table a:focus, .pcw-table-trades.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-trades.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-trades.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-trades.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-trades.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-trades.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-trades.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-trades.pcw-color-text.pcw-navy table a, .pcw-table-trades.pcw-color-text.pcw-navy table a:focus, .pcw-table-trades.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-trades.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-trades.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-trades.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-trades.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-trades.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-trades.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-trades.pcw-color-text.pcw-purple table a, .pcw-table-trades.pcw-color-text.pcw-purple table a:focus, .pcw-table-trades.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-trades.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-trades.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-trades.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-trades.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-trades.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-trades.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-trades.pcw-color-text.pcw-violet table a, .pcw-table-trades.pcw-color-text.pcw-violet table a:focus, .pcw-table-trades.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-trades.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-trades.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-trades.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-trades.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-trades.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-trades.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-trades.pcw-color-text.pcw-pink table a, .pcw-table-trades.pcw-color-text.pcw-pink table a:focus, .pcw-table-trades.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-trades.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-trades.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-trades.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-trades.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-trades.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-trades.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-trades.pcw-color-text.pcw-brown table a, .pcw-table-trades.pcw-color-text.pcw-brown table a:focus, .pcw-table-trades.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-trades.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-trades.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-trades.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-trades.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-trades.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-trades.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-trades.pcw-color-text.pcw-grey table a, .pcw-table-trades.pcw-color-text.pcw-grey table a:focus, .pcw-table-trades.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-trades.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-trades.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-trades.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-trades.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-trades.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-trades.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-trades.pcw-color-text.pcw-black table a, .pcw-table-trades.pcw-color-text.pcw-black table a:focus, .pcw-table-trades.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-trades.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-trades.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-trades.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-trades.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-trades.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white table a, .pcw-table-trades.pcw-color-text.pcw-white table a:focus, .pcw-table-trades.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-trades.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-trades.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-trades.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-trades.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-trades.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-trades.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-trades.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-trades.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }

.pcw-table-trades.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-trades.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-trades.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-trades.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-trades.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-trades.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-trades.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-trades.pcw-gradient.pcw-red table a, .pcw-table-trades.pcw-gradient.pcw-red table a:focus, .pcw-table-trades.pcw-gradient.pcw-red table a:hover, .pcw-table-trades.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-trades.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-trades.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-trades.pcw-gradient.pcw-maroon table a, .pcw-table-trades.pcw-gradient.pcw-maroon table a:focus, .pcw-table-trades.pcw-gradient.pcw-maroon table a:hover, .pcw-table-trades.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-trades.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-trades.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-trades.pcw-gradient.pcw-orange table a, .pcw-table-trades.pcw-gradient.pcw-orange table a:focus, .pcw-table-trades.pcw-gradient.pcw-orange table a:hover, .pcw-table-trades.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-trades.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-trades.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-trades.pcw-gradient.pcw-yellow table a, .pcw-table-trades.pcw-gradient.pcw-yellow table a:focus, .pcw-table-trades.pcw-gradient.pcw-yellow table a:hover, .pcw-table-trades.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-trades.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-trades.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-trades.pcw-gradient.pcw-olive table a, .pcw-table-trades.pcw-gradient.pcw-olive table a:focus, .pcw-table-trades.pcw-gradient.pcw-olive table a:hover, .pcw-table-trades.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-trades.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-trades.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-trades.pcw-gradient.pcw-green table a, .pcw-table-trades.pcw-gradient.pcw-green table a:focus, .pcw-table-trades.pcw-gradient.pcw-green table a:hover, .pcw-table-trades.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-trades.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-trades.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-trades.pcw-gradient.pcw-teal table a, .pcw-table-trades.pcw-gradient.pcw-teal table a:focus, .pcw-table-trades.pcw-gradient.pcw-teal table a:hover, .pcw-table-trades.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-trades.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-trades.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-trades.pcw-gradient.pcw-blue table a, .pcw-table-trades.pcw-gradient.pcw-blue table a:focus, .pcw-table-trades.pcw-gradient.pcw-blue table a:hover, .pcw-table-trades.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-trades.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-trades.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-trades.pcw-gradient.pcw-aqua table a, .pcw-table-trades.pcw-gradient.pcw-aqua table a:focus, .pcw-table-trades.pcw-gradient.pcw-aqua table a:hover, .pcw-table-trades.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-trades.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-trades.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-trades.pcw-gradient.pcw-navy table a, .pcw-table-trades.pcw-gradient.pcw-navy table a:focus, .pcw-table-trades.pcw-gradient.pcw-navy table a:hover, .pcw-table-trades.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-trades.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-trades.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-trades.pcw-gradient.pcw-purple table a, .pcw-table-trades.pcw-gradient.pcw-purple table a:focus, .pcw-table-trades.pcw-gradient.pcw-purple table a:hover, .pcw-table-trades.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-trades.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-trades.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-trades.pcw-gradient.pcw-violet table a, .pcw-table-trades.pcw-gradient.pcw-violet table a:focus, .pcw-table-trades.pcw-gradient.pcw-violet table a:hover, .pcw-table-trades.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-trades.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-trades.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-trades.pcw-gradient.pcw-pink table a, .pcw-table-trades.pcw-gradient.pcw-pink table a:focus, .pcw-table-trades.pcw-gradient.pcw-pink table a:hover, .pcw-table-trades.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-trades.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-trades.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-trades.pcw-gradient.pcw-brown table a, .pcw-table-trades.pcw-gradient.pcw-brown table a:focus, .pcw-table-trades.pcw-gradient.pcw-brown table a:hover, .pcw-table-trades.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-trades.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-trades.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-trades.pcw-gradient.pcw-grey table a, .pcw-table-trades.pcw-gradient.pcw-grey table a:focus, .pcw-table-trades.pcw-gradient.pcw-grey table a:hover, .pcw-table-trades.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-trades.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-trades.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-trades.pcw-gradient.pcw-black table a, .pcw-table-trades.pcw-gradient.pcw-black table a:focus, .pcw-table-trades.pcw-gradient.pcw-black table a:hover, .pcw-table-trades.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-trades.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-trades.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-trades.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-trades.pcw-gradient.pcw-white table a, .pcw-table-trades.pcw-gradient.pcw-white table a:focus, .pcw-table-trades.pcw-gradient.pcw-white table a:hover, .pcw-table-trades.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-trades.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-trades.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-trades.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }

.pcw-table-trades.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-trades.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-trades.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-trades.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-trades.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-trades.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-trades.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-trades.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-trades.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-trades.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-trades.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-trades.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-trades.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-trades.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-trades.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-trades.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-trades.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-trades.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-trades.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-trades.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-trades.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-trades.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-trades.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-trades.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-trades.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-trades.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-trades.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-trades.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-trades.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-trades.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-trades.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-trades.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-trades.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-trades.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-trades.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-trades.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-trades.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-trades.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-trades.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-trades.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-trades.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-trades.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-trades.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-trades.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-trades.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-trades.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-trades.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-trades.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-trades.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-trades.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-trades.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-trades.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-trades.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-trades.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-trades.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-trades.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-trades.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-trades.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-trades.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-trades.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-trades.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-trades.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-trades.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-trades.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-trades.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-trades.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-trades.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-trades.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-trades.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-trades.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-trades.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-trades.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-trades.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-trades.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-trades.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-trades.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-trades.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-trades.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-trades.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-trades.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-trades.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-trades.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-trades.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-trades.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-trades.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-trades.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-trades.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-trades.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-trades.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-trades.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-trades.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-trades.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-trades.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-trades.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-trades.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-trades.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-trades.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-trades.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-trades.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-trades.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-trades.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-trades.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-trades.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-trades.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-trades.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-trades.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-trades.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-trades.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-trades.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-trades.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-trades.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-trades.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-trades.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-trades.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-trades.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-trades.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-trades.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-trades.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-trades.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-trades.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-trades.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-trades.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-trades.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-trades.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-trades.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-trades.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-trades.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-trades.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-trades.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-trades.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-trades.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-trades.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-trades.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-trades.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-trades.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-trades.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-trades.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-trades.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-trades.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-trades.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-trades.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-trades.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-trades.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-trades.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-trades.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-trades.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-trades.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-trades.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-trades.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-trades.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-trades.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-trades.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-trades.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-trades.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-trades.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-trades.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-trades.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-trades.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-trades.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-trades.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-trades.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-trades.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-trades.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-trades.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-trades.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-trades.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-trades.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-trades.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-trades.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-trades.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-trades.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-trades.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-trades.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-trades.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-trades.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-trades.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-trades.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-trades.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-trades.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-trades.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-trades.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-trades.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-trades.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-trades.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-trades.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-trades.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-trades.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-trades.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-trades.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-trades.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-trades.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-trades.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-trades.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-trades.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-trades.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-trades.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-trades.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-trades.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-trades.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-trades.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-trades.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-trades.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-trades.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-wallets.pcw-basic .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d5;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7e7e7f; }
    .pcw-table-wallets.pcw-basic .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7e7e7f; }

.pcw-table-wallets.pcw-basic table {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #d4d4d5; }
  .pcw-table-wallets.pcw-basic table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f2f2f2; }
  .pcw-table-wallets.pcw-basic table tbody tr:hover {
    background: #f2f2f2; }
  .pcw-table-wallets.pcw-basic table tbody tr td {
    border-top: 1px solid #d4d4d5; }
  .pcw-table-wallets.pcw-basic table tfoot tr td {
    border-top: 1px solid #d4d4d5; }

.pcw-table-wallets.pcw-basic .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

@media screen and (max-width: 480px) {
  .pcw-table-wallets.pcw-basic table tbody tr td {
    border: 0; }
    .pcw-table-wallets.pcw-basic table tbody tr td:last-child {
      border-bottom: 1px solid #d4d4d5; }
  .pcw-table-wallets.pcw-basic table tfoot tr td {
    border: 0; } }

.pcw-table-wallets.pcw-basic .pcw-pagination a {
  border: 1px solid #7e7e7f;
  border-radius: 0.25em; }

.pcw-table-wallets.pcw-basic2 table {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }

.pcw-table-wallets.pcw-basic2.pcw-red .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #DB2828;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-wallets.pcw-basic2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #DB2828; }

.pcw-table-wallets.pcw-basic2.pcw-red table {
  border: 1px solid #DB2828; }
  .pcw-table-wallets.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #f8d7d7; }
  .pcw-table-wallets.pcw-basic2.pcw-red table thead th {
    color: #861717; }
  .pcw-table-wallets.pcw-basic2.pcw-red table tbody tr:hover {
    background: #f8d7d7; }
  .pcw-table-wallets.pcw-basic2.pcw-red table tbody tr td {
    color: #861717;
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-red table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-red table tbody tr td:last-child {
          border-bottom: 1px solid #DB2828; } }
  .pcw-table-wallets.pcw-basic2.pcw-red table tfoot tr td {
    border-top: 1px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-red table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #85144b;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-wallets.pcw-basic2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #85144b; }

.pcw-table-wallets.pcw-basic2.pcw-maroon table {
  border: 1px solid #85144b; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eb7ab1; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon table thead th {
    color: #2c0719; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon table tbody tr:hover {
    background: #eb7ab1; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon table tbody tr td {
    color: #2c0719;
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-maroon table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-maroon table tbody tr td:last-child {
          border-bottom: 1px solid #85144b; } }
  .pcw-table-wallets.pcw-basic2.pcw-maroon table tfoot tr td {
    border-top: 1px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-maroon table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #F2711C;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-wallets.pcw-basic2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #F2711C; }

.pcw-table-wallets.pcw-basic2.pcw-orange table {
  border: 1px solid #F2711C; }
  .pcw-table-wallets.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fdeadd; }
  .pcw-table-wallets.pcw-basic2.pcw-orange table thead th {
    color: #9f4509; }
  .pcw-table-wallets.pcw-basic2.pcw-orange table tbody tr:hover {
    background: #fdeadd; }
  .pcw-table-wallets.pcw-basic2.pcw-orange table tbody tr td {
    color: #9f4509;
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-orange table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-orange table tbody tr td:last-child {
          border-bottom: 1px solid #F2711C; } }
  .pcw-table-wallets.pcw-basic2.pcw-orange table tfoot tr td {
    border-top: 1px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-orange table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #FBBD08;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-wallets.pcw-basic2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #FBBD08; }

.pcw-table-wallets.pcw-basic2.pcw-yellow table {
  border: 1px solid #FBBD08; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fef3d1; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow table thead th {
    color: #9a7403; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow table tbody tr:hover {
    background: #fef3d1; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow table tbody tr td {
    color: #9a7403;
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-yellow table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-yellow table tbody tr td:last-child {
          border-bottom: 1px solid #FBBD08; } }
  .pcw-table-wallets.pcw-basic2.pcw-yellow table tfoot tr td {
    border-top: 1px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-yellow table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B5CC18;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-wallets.pcw-basic2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #B5CC18; }

.pcw-table-wallets.pcw-basic2.pcw-olive table {
  border: 1px solid #B5CC18; }
  .pcw-table-wallets.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #eff7b9; }
  .pcw-table-wallets.pcw-basic2.pcw-olive table thead th {
    color: #64710d; }
  .pcw-table-wallets.pcw-basic2.pcw-olive table tbody tr:hover {
    background: #eff7b9; }
  .pcw-table-wallets.pcw-basic2.pcw-olive table tbody tr td {
    color: #64710d;
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-olive table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-olive table tbody tr td:last-child {
          border-bottom: 1px solid #B5CC18; } }
  .pcw-table-wallets.pcw-basic2.pcw-olive table tfoot tr td {
    border-top: 1px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-olive table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-green .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #21BA45;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-wallets.pcw-basic2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #21BA45; }

.pcw-table-wallets.pcw-basic2.pcw-green table {
  border: 1px solid #21BA45; }
  .pcw-table-wallets.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #b5f2c3; }
  .pcw-table-wallets.pcw-basic2.pcw-green table thead th {
    color: #126325; }
  .pcw-table-wallets.pcw-basic2.pcw-green table tbody tr:hover {
    background: #b5f2c3; }
  .pcw-table-wallets.pcw-basic2.pcw-green table tbody tr td {
    color: #126325;
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-green table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-green table tbody tr td:last-child {
          border-bottom: 1px solid #21BA45; } }
  .pcw-table-wallets.pcw-basic2.pcw-green table tfoot tr td {
    border-top: 1px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-green table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00B5AD;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-wallets.pcw-basic2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #00B5AD; }

.pcw-table-wallets.pcw-basic2.pcw-teal table {
  border: 1px solid #00B5AD; }
  .pcw-table-wallets.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #82fff9; }
  .pcw-table-wallets.pcw-basic2.pcw-teal table thead th {
    color: #004f4c; }
  .pcw-table-wallets.pcw-basic2.pcw-teal table tbody tr:hover {
    background: #82fff9; }
  .pcw-table-wallets.pcw-basic2.pcw-teal table tbody tr td {
    color: #004f4c;
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-teal table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-teal table tbody tr td:last-child {
          border-bottom: 1px solid #00B5AD; } }
  .pcw-table-wallets.pcw-basic2.pcw-teal table tfoot tr td {
    border-top: 1px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-teal table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #2185D0;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-wallets.pcw-basic2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #2185D0; }

.pcw-table-wallets.pcw-basic2.pcw-blue table {
  border: 1px solid #2185D0; }
  .pcw-table-wallets.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #c7e2f6; }
  .pcw-table-wallets.pcw-basic2.pcw-blue table thead th {
    color: #134d78; }
  .pcw-table-wallets.pcw-basic2.pcw-blue table tbody tr:hover {
    background: #c7e2f6; }
  .pcw-table-wallets.pcw-basic2.pcw-blue table tbody tr td {
    color: #134d78;
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-blue table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-blue table tbody tr td:last-child {
          border-bottom: 1px solid #2185D0; } }
  .pcw-table-wallets.pcw-basic2.pcw-blue table tfoot tr td {
    border-top: 1px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-blue table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #7FDBFF;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-wallets.pcw-basic2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-wallets.pcw-basic2.pcw-aqua table {
  border: 1px solid #7FDBFF; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua table thead th {
    color: #19beff; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua table tbody tr:hover {
    background: white; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua table tbody tr td {
    color: #19beff;
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-aqua table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-aqua table tbody tr td:last-child {
          border-bottom: 1px solid #7FDBFF; } }
  .pcw-table-wallets.pcw-basic2.pcw-aqua table tfoot tr td {
    border-top: 1px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-aqua table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #001f3f;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-wallets.pcw-basic2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #001f3f; }

.pcw-table-wallets.pcw-basic2.pcw-navy table {
  border: 1px solid #001f3f; }
  .pcw-table-wallets.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #0c84ff; }
  .pcw-table-wallets.pcw-basic2.pcw-navy table thead th {
    color: black; }
  .pcw-table-wallets.pcw-basic2.pcw-navy table tbody tr:hover {
    background: #0c84ff; }
  .pcw-table-wallets.pcw-basic2.pcw-navy table tbody tr td {
    color: black;
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-navy table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-navy table tbody tr td:last-child {
          border-bottom: 1px solid #001f3f; } }
  .pcw-table-wallets.pcw-basic2.pcw-navy table tfoot tr td {
    border-top: 1px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-navy table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A333C8;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-wallets.pcw-basic2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A333C8; }

.pcw-table-wallets.pcw-basic2.pcw-purple table {
  border: 1px solid #A333C8; }
  .pcw-table-wallets.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #ecd3f4; }
  .pcw-table-wallets.pcw-basic2.pcw-purple table thead th {
    color: #611e77; }
  .pcw-table-wallets.pcw-basic2.pcw-purple table tbody tr:hover {
    background: #ecd3f4; }
  .pcw-table-wallets.pcw-basic2.pcw-purple table tbody tr td {
    color: #611e77;
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-purple table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-purple table tbody tr td:last-child {
          border-bottom: 1px solid #A333C8; } }
  .pcw-table-wallets.pcw-basic2.pcw-purple table tfoot tr td {
    border-top: 1px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-purple table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #6435C9;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-wallets.pcw-basic2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #6435C9; }

.pcw-table-wallets.pcw-basic2.pcw-violet table {
  border: 1px solid #6435C9; }
  .pcw-table-wallets.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #dfd6f4; }
  .pcw-table-wallets.pcw-basic2.pcw-violet table thead th {
    color: #3c2078; }
  .pcw-table-wallets.pcw-basic2.pcw-violet table tbody tr:hover {
    background: #dfd6f4; }
  .pcw-table-wallets.pcw-basic2.pcw-violet table tbody tr td {
    color: #3c2078;
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-violet table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-violet table tbody tr td:last-child {
          border-bottom: 1px solid #6435C9; } }
  .pcw-table-wallets.pcw-basic2.pcw-violet table tfoot tr td {
    border-top: 1px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-violet table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E03997;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-wallets.pcw-basic2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #E03997; }

.pcw-table-wallets.pcw-basic2.pcw-pink table {
  border: 1px solid #E03997; }
  .pcw-table-wallets.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #fce9f4; }
  .pcw-table-wallets.pcw-basic2.pcw-pink table thead th {
    color: #9b1862; }
  .pcw-table-wallets.pcw-basic2.pcw-pink table tbody tr:hover {
    background: #fce9f4; }
  .pcw-table-wallets.pcw-basic2.pcw-pink table tbody tr td {
    color: #9b1862;
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-pink table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-pink table tbody tr td:last-child {
          border-bottom: 1px solid #E03997; } }
  .pcw-table-wallets.pcw-basic2.pcw-pink table tfoot tr td {
    border-top: 1px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-pink table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #A5673F;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-wallets.pcw-basic2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #A5673F; }

.pcw-table-wallets.pcw-basic2.pcw-brown table {
  border: 1px solid #A5673F; }
  .pcw-table-wallets.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #e9d4c7; }
  .pcw-table-wallets.pcw-basic2.pcw-brown table thead th {
    color: #5b3923; }
  .pcw-table-wallets.pcw-basic2.pcw-brown table tbody tr:hover {
    background: #e9d4c7; }
  .pcw-table-wallets.pcw-basic2.pcw-brown table tbody tr td {
    color: #5b3923;
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-brown table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-brown table tbody tr td:last-child {
          border-bottom: 1px solid #A5673F; } }
  .pcw-table-wallets.pcw-basic2.pcw-brown table tfoot tr td {
    border-top: 1px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-brown table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #767676;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-wallets.pcw-basic2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #767676; }

.pcw-table-wallets.pcw-basic2.pcw-grey table {
  border: 1px solid #767676; }
  .pcw-table-wallets.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: gainsboro; }
  .pcw-table-wallets.pcw-basic2.pcw-grey table thead th {
    color: #434343; }
  .pcw-table-wallets.pcw-basic2.pcw-grey table tbody tr:hover {
    background: gainsboro; }
  .pcw-table-wallets.pcw-basic2.pcw-grey table tbody tr td {
    color: #434343;
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-grey table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-grey table tbody tr td:last-child {
          border-bottom: 1px solid #767676; } }
  .pcw-table-wallets.pcw-basic2.pcw-grey table tfoot tr td {
    border-top: 1px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-grey table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-black .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #000;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-wallets.pcw-basic2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #000; }

.pcw-table-wallets.pcw-basic2.pcw-black table {
  border: 1px solid #000; }
  .pcw-table-wallets.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: #666666; }
  .pcw-table-wallets.pcw-basic2.pcw-black table thead th {
    color: black; }
  .pcw-table-wallets.pcw-basic2.pcw-black table tbody tr:hover {
    background: #666666; }
  .pcw-table-wallets.pcw-basic2.pcw-black table tbody tr td {
    color: black;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-black table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-black table tbody tr td:last-child {
          border-bottom: 1px solid #000; } }
  .pcw-table-wallets.pcw-basic2.pcw-black table tfoot tr td {
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-black table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-white .pcw-selected-asset-chart-container {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  border-bottom: none; }
  .pcw-table-wallets.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-wallets.pcw-basic2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold;
      border-bottom: 2px solid #fff; }

.pcw-table-wallets.pcw-basic2.pcw-white table {
  border: 1px solid #fff; }
  .pcw-table-wallets.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .pcw-table-wallets.pcw-basic2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      background: white; }
  .pcw-table-wallets.pcw-basic2.pcw-white table thead th {
    color: #cccccc; }
  .pcw-table-wallets.pcw-basic2.pcw-white table tbody tr:hover {
    background: white; }
  .pcw-table-wallets.pcw-basic2.pcw-white table tbody tr td {
    color: #cccccc;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-white table tbody tr td {
        border: 0; }
        .pcw-table-wallets.pcw-basic2.pcw-white table tbody tr td:last-child {
          border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-basic2.pcw-white table tfoot tr td {
    border-top: 1px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-basic2.pcw-white table tfoot tr td {
        border: 0; } }

.pcw-table-wallets.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-red .pcw-pagination a {
  color: #DB2828;
  border: 1px solid #DB2828;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-red .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-maroon .pcw-pagination a {
  color: #85144b;
  border: 1px solid #85144b;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-maroon .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-orange .pcw-pagination a {
  color: #F2711C;
  border: 1px solid #F2711C;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-orange .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-yellow .pcw-pagination a {
  color: #FBBD08;
  border: 1px solid #FBBD08;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-yellow .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-olive .pcw-pagination a {
  color: #B5CC18;
  border: 1px solid #B5CC18;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-olive .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-green .pcw-pagination a {
  color: #21BA45;
  border: 1px solid #21BA45;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-green .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-teal .pcw-pagination a {
  color: #00B5AD;
  border: 1px solid #00B5AD;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-teal .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-blue .pcw-pagination a {
  color: #2185D0;
  border: 1px solid #2185D0;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-blue .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-aqua .pcw-pagination a {
  color: #7FDBFF;
  border: 1px solid #7FDBFF;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-aqua .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-navy .pcw-pagination a {
  color: #001f3f;
  border: 1px solid #001f3f;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-navy .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-purple .pcw-pagination a {
  color: #A333C8;
  border: 1px solid #A333C8;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-purple .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-violet .pcw-pagination a {
  color: #6435C9;
  border: 1px solid #6435C9;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-violet .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-pink .pcw-pagination a {
  color: #E03997;
  border: 1px solid #E03997;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-pink .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-brown .pcw-pagination a {
  color: #A5673F;
  border: 1px solid #A5673F;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-brown .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-grey .pcw-pagination a {
  color: #767676;
  border: 1px solid #767676;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-grey .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-black .pcw-pagination a {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-black .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-basic2.pcw-white .pcw-pagination a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25em; }
  .pcw-table-wallets.pcw-basic2.pcw-white .pcw-pagination a.current {
    border: none; }

.pcw-table-wallets.pcw-black-background .pcw-selected-asset-chart-container {
  background: #000; }
  .pcw-table-wallets.pcw-black-background .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
    font-weight: bold; }

.pcw-table-wallets.pcw-black-background table {
  background: #000; }

.pcw-table-wallets.pcw-black-background.pcw-red .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #DB2828; }
    .pcw-table-wallets.pcw-black-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #DB2828; }

.pcw-table-wallets.pcw-black-background.pcw-red table a, .pcw-table-wallets.pcw-black-background.pcw-red table a:focus, .pcw-table-wallets.pcw-black-background.pcw-red table a:visited {
  color: #DB2828; }

.pcw-table-wallets.pcw-black-background.pcw-red table thead tr:last-child th {
  color: #DB2828;
  border-bottom: 2px solid #DB2828; }

.pcw-table-wallets.pcw-black-background.pcw-red table tbody tr td {
  color: #DB2828; }
  .pcw-table-wallets.pcw-black-background.pcw-red table tbody tr td span.pcw-up {
    color: #DB2828; }
  .pcw-table-wallets.pcw-black-background.pcw-red table tbody tr td span.pcw-down {
    color: #DB2828; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-red table tbody tr td {
      border-bottom: 1px solid #DB2828; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-red table tbody tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-wallets.pcw-black-background.pcw-red table tfoot tr td {
  color: #DB2828; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-red table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-red table tfoot tr td:last-child {
      border-bottom: 1px solid #DB2828; } }

.pcw-table-wallets.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-wallets.pcw-black-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #85144b; }
    .pcw-table-wallets.pcw-black-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #85144b; }

.pcw-table-wallets.pcw-black-background.pcw-maroon table a, .pcw-table-wallets.pcw-black-background.pcw-maroon table a:focus, .pcw-table-wallets.pcw-black-background.pcw-maroon table a:visited {
  color: #85144b; }

.pcw-table-wallets.pcw-black-background.pcw-maroon table thead tr:last-child th {
  color: #85144b;
  border-bottom: 2px solid #85144b; }

.pcw-table-wallets.pcw-black-background.pcw-maroon table tbody tr td {
  color: #85144b; }
  .pcw-table-wallets.pcw-black-background.pcw-maroon table tbody tr td span.pcw-up {
    color: #85144b; }
  .pcw-table-wallets.pcw-black-background.pcw-maroon table tbody tr td span.pcw-down {
    color: #85144b; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-maroon table tbody tr td {
      border-bottom: 1px solid #85144b; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-maroon table tbody tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-wallets.pcw-black-background.pcw-maroon table tfoot tr td {
  color: #85144b; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-maroon table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-maroon table tfoot tr td:last-child {
      border-bottom: 1px solid #85144b; } }

.pcw-table-wallets.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-wallets.pcw-black-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #F2711C; }
    .pcw-table-wallets.pcw-black-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #F2711C; }

.pcw-table-wallets.pcw-black-background.pcw-orange table a, .pcw-table-wallets.pcw-black-background.pcw-orange table a:focus, .pcw-table-wallets.pcw-black-background.pcw-orange table a:visited {
  color: #F2711C; }

.pcw-table-wallets.pcw-black-background.pcw-orange table thead tr:last-child th {
  color: #F2711C;
  border-bottom: 2px solid #F2711C; }

.pcw-table-wallets.pcw-black-background.pcw-orange table tbody tr td {
  color: #F2711C; }
  .pcw-table-wallets.pcw-black-background.pcw-orange table tbody tr td span.pcw-up {
    color: #F2711C; }
  .pcw-table-wallets.pcw-black-background.pcw-orange table tbody tr td span.pcw-down {
    color: #F2711C; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-orange table tbody tr td {
      border-bottom: 1px solid #F2711C; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-orange table tbody tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-wallets.pcw-black-background.pcw-orange table tfoot tr td {
  color: #F2711C; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-orange table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-orange table tfoot tr td:last-child {
      border-bottom: 1px solid #F2711C; } }

.pcw-table-wallets.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-wallets.pcw-black-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #FBBD08; }
    .pcw-table-wallets.pcw-black-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #FBBD08; }

.pcw-table-wallets.pcw-black-background.pcw-yellow table a, .pcw-table-wallets.pcw-black-background.pcw-yellow table a:focus, .pcw-table-wallets.pcw-black-background.pcw-yellow table a:visited {
  color: #FBBD08; }

.pcw-table-wallets.pcw-black-background.pcw-yellow table thead tr:last-child th {
  color: #FBBD08;
  border-bottom: 2px solid #FBBD08; }

.pcw-table-wallets.pcw-black-background.pcw-yellow table tbody tr td {
  color: #FBBD08; }
  .pcw-table-wallets.pcw-black-background.pcw-yellow table tbody tr td span.pcw-up {
    color: #FBBD08; }
  .pcw-table-wallets.pcw-black-background.pcw-yellow table tbody tr td span.pcw-down {
    color: #FBBD08; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-yellow table tbody tr td {
      border-bottom: 1px solid #FBBD08; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-yellow table tbody tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-wallets.pcw-black-background.pcw-yellow table tfoot tr td {
  color: #FBBD08; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-yellow table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-yellow table tfoot tr td:last-child {
      border-bottom: 1px solid #FBBD08; } }

.pcw-table-wallets.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-wallets.pcw-black-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #B5CC18; }
    .pcw-table-wallets.pcw-black-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #B5CC18; }

.pcw-table-wallets.pcw-black-background.pcw-olive table a, .pcw-table-wallets.pcw-black-background.pcw-olive table a:focus, .pcw-table-wallets.pcw-black-background.pcw-olive table a:visited {
  color: #B5CC18; }

.pcw-table-wallets.pcw-black-background.pcw-olive table thead tr:last-child th {
  color: #B5CC18;
  border-bottom: 2px solid #B5CC18; }

.pcw-table-wallets.pcw-black-background.pcw-olive table tbody tr td {
  color: #B5CC18; }
  .pcw-table-wallets.pcw-black-background.pcw-olive table tbody tr td span.pcw-up {
    color: #B5CC18; }
  .pcw-table-wallets.pcw-black-background.pcw-olive table tbody tr td span.pcw-down {
    color: #B5CC18; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-olive table tbody tr td {
      border-bottom: 1px solid #B5CC18; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-olive table tbody tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-wallets.pcw-black-background.pcw-olive table tfoot tr td {
  color: #B5CC18; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-olive table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-olive table tfoot tr td:last-child {
      border-bottom: 1px solid #B5CC18; } }

.pcw-table-wallets.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-wallets.pcw-black-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-green .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #21BA45; }
    .pcw-table-wallets.pcw-black-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #21BA45; }

.pcw-table-wallets.pcw-black-background.pcw-green table a, .pcw-table-wallets.pcw-black-background.pcw-green table a:focus, .pcw-table-wallets.pcw-black-background.pcw-green table a:visited {
  color: #21BA45; }

.pcw-table-wallets.pcw-black-background.pcw-green table thead tr:last-child th {
  color: #21BA45;
  border-bottom: 2px solid #21BA45; }

.pcw-table-wallets.pcw-black-background.pcw-green table tbody tr td {
  color: #21BA45; }
  .pcw-table-wallets.pcw-black-background.pcw-green table tbody tr td span.pcw-up {
    color: #21BA45; }
  .pcw-table-wallets.pcw-black-background.pcw-green table tbody tr td span.pcw-down {
    color: #21BA45; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-green table tbody tr td {
      border-bottom: 1px solid #21BA45; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-green table tbody tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-wallets.pcw-black-background.pcw-green table tfoot tr td {
  color: #21BA45; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-green table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-green table tfoot tr td:last-child {
      border-bottom: 1px solid #21BA45; } }

.pcw-table-wallets.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-wallets.pcw-black-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #00B5AD; }
    .pcw-table-wallets.pcw-black-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #00B5AD; }

.pcw-table-wallets.pcw-black-background.pcw-teal table a, .pcw-table-wallets.pcw-black-background.pcw-teal table a:focus, .pcw-table-wallets.pcw-black-background.pcw-teal table a:visited {
  color: #00B5AD; }

.pcw-table-wallets.pcw-black-background.pcw-teal table thead tr:last-child th {
  color: #00B5AD;
  border-bottom: 2px solid #00B5AD; }

.pcw-table-wallets.pcw-black-background.pcw-teal table tbody tr td {
  color: #00B5AD; }
  .pcw-table-wallets.pcw-black-background.pcw-teal table tbody tr td span.pcw-up {
    color: #00B5AD; }
  .pcw-table-wallets.pcw-black-background.pcw-teal table tbody tr td span.pcw-down {
    color: #00B5AD; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-teal table tbody tr td {
      border-bottom: 1px solid #00B5AD; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-teal table tbody tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-wallets.pcw-black-background.pcw-teal table tfoot tr td {
  color: #00B5AD; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-teal table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-teal table tfoot tr td:last-child {
      border-bottom: 1px solid #00B5AD; } }

.pcw-table-wallets.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-wallets.pcw-black-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #2185D0; }
    .pcw-table-wallets.pcw-black-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #2185D0; }

.pcw-table-wallets.pcw-black-background.pcw-blue table a, .pcw-table-wallets.pcw-black-background.pcw-blue table a:focus, .pcw-table-wallets.pcw-black-background.pcw-blue table a:visited {
  color: #2185D0; }

.pcw-table-wallets.pcw-black-background.pcw-blue table thead tr:last-child th {
  color: #2185D0;
  border-bottom: 2px solid #2185D0; }

.pcw-table-wallets.pcw-black-background.pcw-blue table tbody tr td {
  color: #2185D0; }
  .pcw-table-wallets.pcw-black-background.pcw-blue table tbody tr td span.pcw-up {
    color: #2185D0; }
  .pcw-table-wallets.pcw-black-background.pcw-blue table tbody tr td span.pcw-down {
    color: #2185D0; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-blue table tbody tr td {
      border-bottom: 1px solid #2185D0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-blue table tbody tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-wallets.pcw-black-background.pcw-blue table tfoot tr td {
  color: #2185D0; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-blue table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-blue table tfoot tr td:last-child {
      border-bottom: 1px solid #2185D0; } }

.pcw-table-wallets.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-wallets.pcw-black-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #7FDBFF; }
    .pcw-table-wallets.pcw-black-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #7FDBFF; }

.pcw-table-wallets.pcw-black-background.pcw-aqua table a, .pcw-table-wallets.pcw-black-background.pcw-aqua table a:focus, .pcw-table-wallets.pcw-black-background.pcw-aqua table a:visited {
  color: #7FDBFF; }

.pcw-table-wallets.pcw-black-background.pcw-aqua table thead tr:last-child th {
  color: #7FDBFF;
  border-bottom: 2px solid #7FDBFF; }

.pcw-table-wallets.pcw-black-background.pcw-aqua table tbody tr td {
  color: #7FDBFF; }
  .pcw-table-wallets.pcw-black-background.pcw-aqua table tbody tr td span.pcw-up {
    color: #7FDBFF; }
  .pcw-table-wallets.pcw-black-background.pcw-aqua table tbody tr td span.pcw-down {
    color: #7FDBFF; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-aqua table tbody tr td {
      border-bottom: 1px solid #7FDBFF; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-aqua table tbody tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-wallets.pcw-black-background.pcw-aqua table tfoot tr td {
  color: #7FDBFF; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-aqua table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-aqua table tfoot tr td:last-child {
      border-bottom: 1px solid #7FDBFF; } }

.pcw-table-wallets.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-wallets.pcw-black-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #001f3f; }
    .pcw-table-wallets.pcw-black-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #001f3f; }

.pcw-table-wallets.pcw-black-background.pcw-navy table a, .pcw-table-wallets.pcw-black-background.pcw-navy table a:focus, .pcw-table-wallets.pcw-black-background.pcw-navy table a:visited {
  color: #001f3f; }

.pcw-table-wallets.pcw-black-background.pcw-navy table thead tr:last-child th {
  color: #001f3f;
  border-bottom: 2px solid #001f3f; }

.pcw-table-wallets.pcw-black-background.pcw-navy table tbody tr td {
  color: #001f3f; }
  .pcw-table-wallets.pcw-black-background.pcw-navy table tbody tr td span.pcw-up {
    color: #001f3f; }
  .pcw-table-wallets.pcw-black-background.pcw-navy table tbody tr td span.pcw-down {
    color: #001f3f; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-navy table tbody tr td {
      border-bottom: 1px solid #001f3f; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-navy table tbody tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-wallets.pcw-black-background.pcw-navy table tfoot tr td {
  color: #001f3f; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-navy table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-navy table tfoot tr td:last-child {
      border-bottom: 1px solid #001f3f; } }

.pcw-table-wallets.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-wallets.pcw-black-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A333C8; }
    .pcw-table-wallets.pcw-black-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A333C8; }

.pcw-table-wallets.pcw-black-background.pcw-purple table a, .pcw-table-wallets.pcw-black-background.pcw-purple table a:focus, .pcw-table-wallets.pcw-black-background.pcw-purple table a:visited {
  color: #A333C8; }

.pcw-table-wallets.pcw-black-background.pcw-purple table thead tr:last-child th {
  color: #A333C8;
  border-bottom: 2px solid #A333C8; }

.pcw-table-wallets.pcw-black-background.pcw-purple table tbody tr td {
  color: #A333C8; }
  .pcw-table-wallets.pcw-black-background.pcw-purple table tbody tr td span.pcw-up {
    color: #A333C8; }
  .pcw-table-wallets.pcw-black-background.pcw-purple table tbody tr td span.pcw-down {
    color: #A333C8; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-purple table tbody tr td {
      border-bottom: 1px solid #A333C8; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-purple table tbody tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-wallets.pcw-black-background.pcw-purple table tfoot tr td {
  color: #A333C8; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-purple table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-purple table tfoot tr td:last-child {
      border-bottom: 1px solid #A333C8; } }

.pcw-table-wallets.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-wallets.pcw-black-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #6435C9; }
    .pcw-table-wallets.pcw-black-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #6435C9; }

.pcw-table-wallets.pcw-black-background.pcw-violet table a, .pcw-table-wallets.pcw-black-background.pcw-violet table a:focus, .pcw-table-wallets.pcw-black-background.pcw-violet table a:visited {
  color: #6435C9; }

.pcw-table-wallets.pcw-black-background.pcw-violet table thead tr:last-child th {
  color: #6435C9;
  border-bottom: 2px solid #6435C9; }

.pcw-table-wallets.pcw-black-background.pcw-violet table tbody tr td {
  color: #6435C9; }
  .pcw-table-wallets.pcw-black-background.pcw-violet table tbody tr td span.pcw-up {
    color: #6435C9; }
  .pcw-table-wallets.pcw-black-background.pcw-violet table tbody tr td span.pcw-down {
    color: #6435C9; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-violet table tbody tr td {
      border-bottom: 1px solid #6435C9; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-violet table tbody tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-wallets.pcw-black-background.pcw-violet table tfoot tr td {
  color: #6435C9; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-violet table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-violet table tfoot tr td:last-child {
      border-bottom: 1px solid #6435C9; } }

.pcw-table-wallets.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-wallets.pcw-black-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #E03997; }
    .pcw-table-wallets.pcw-black-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #E03997; }

.pcw-table-wallets.pcw-black-background.pcw-pink table a, .pcw-table-wallets.pcw-black-background.pcw-pink table a:focus, .pcw-table-wallets.pcw-black-background.pcw-pink table a:visited {
  color: #E03997; }

.pcw-table-wallets.pcw-black-background.pcw-pink table thead tr:last-child th {
  color: #E03997;
  border-bottom: 2px solid #E03997; }

.pcw-table-wallets.pcw-black-background.pcw-pink table tbody tr td {
  color: #E03997; }
  .pcw-table-wallets.pcw-black-background.pcw-pink table tbody tr td span.pcw-up {
    color: #E03997; }
  .pcw-table-wallets.pcw-black-background.pcw-pink table tbody tr td span.pcw-down {
    color: #E03997; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-pink table tbody tr td {
      border-bottom: 1px solid #E03997; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-pink table tbody tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-wallets.pcw-black-background.pcw-pink table tfoot tr td {
  color: #E03997; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-pink table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-pink table tfoot tr td:last-child {
      border-bottom: 1px solid #E03997; } }

.pcw-table-wallets.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-wallets.pcw-black-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #A5673F; }
    .pcw-table-wallets.pcw-black-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #A5673F; }

.pcw-table-wallets.pcw-black-background.pcw-brown table a, .pcw-table-wallets.pcw-black-background.pcw-brown table a:focus, .pcw-table-wallets.pcw-black-background.pcw-brown table a:visited {
  color: #A5673F; }

.pcw-table-wallets.pcw-black-background.pcw-brown table thead tr:last-child th {
  color: #A5673F;
  border-bottom: 2px solid #A5673F; }

.pcw-table-wallets.pcw-black-background.pcw-brown table tbody tr td {
  color: #A5673F; }
  .pcw-table-wallets.pcw-black-background.pcw-brown table tbody tr td span.pcw-up {
    color: #A5673F; }
  .pcw-table-wallets.pcw-black-background.pcw-brown table tbody tr td span.pcw-down {
    color: #A5673F; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-brown table tbody tr td {
      border-bottom: 1px solid #A5673F; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-brown table tbody tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-wallets.pcw-black-background.pcw-brown table tfoot tr td {
  color: #A5673F; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-brown table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-brown table tfoot tr td:last-child {
      border-bottom: 1px solid #A5673F; } }

.pcw-table-wallets.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-wallets.pcw-black-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #767676; }
    .pcw-table-wallets.pcw-black-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #767676; }

.pcw-table-wallets.pcw-black-background.pcw-grey table a, .pcw-table-wallets.pcw-black-background.pcw-grey table a:focus, .pcw-table-wallets.pcw-black-background.pcw-grey table a:visited {
  color: #767676; }

.pcw-table-wallets.pcw-black-background.pcw-grey table thead tr:last-child th {
  color: #767676;
  border-bottom: 2px solid #767676; }

.pcw-table-wallets.pcw-black-background.pcw-grey table tbody tr td {
  color: #767676; }
  .pcw-table-wallets.pcw-black-background.pcw-grey table tbody tr td span.pcw-up {
    color: #767676; }
  .pcw-table-wallets.pcw-black-background.pcw-grey table tbody tr td span.pcw-down {
    color: #767676; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-grey table tbody tr td {
      border-bottom: 1px solid #767676; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-grey table tbody tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-wallets.pcw-black-background.pcw-grey table tfoot tr td {
  color: #767676; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-grey table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-grey table tfoot tr td:last-child {
      border-bottom: 1px solid #767676; } }

.pcw-table-wallets.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-wallets.pcw-black-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-black .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #000; }
    .pcw-table-wallets.pcw-black-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #000; }

.pcw-table-wallets.pcw-black-background.pcw-black table a, .pcw-table-wallets.pcw-black-background.pcw-black table a:focus, .pcw-table-wallets.pcw-black-background.pcw-black table a:visited {
  color: #000; }

.pcw-table-wallets.pcw-black-background.pcw-black table thead tr:last-child th {
  color: #000;
  border-bottom: 2px solid #000; }

.pcw-table-wallets.pcw-black-background.pcw-black table tbody tr td {
  color: #000; }
  .pcw-table-wallets.pcw-black-background.pcw-black table tbody tr td span.pcw-up {
    color: #000; }
  .pcw-table-wallets.pcw-black-background.pcw-black table tbody tr td span.pcw-down {
    color: #000; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-black table tbody tr td {
      border-bottom: 1px solid #000; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-black table tbody tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-wallets.pcw-black-background.pcw-black table tfoot tr td {
  color: #000; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-black table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-black table tfoot tr td:last-child {
      border-bottom: 1px solid #000; } }

.pcw-table-wallets.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-wallets.pcw-black-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-white .pcw-selected-asset-chart-container {
  border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
    color: #fff; }
    .pcw-table-wallets.pcw-black-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      border-bottom: 2px solid #fff; }

.pcw-table-wallets.pcw-black-background.pcw-white table a, .pcw-table-wallets.pcw-black-background.pcw-white table a:focus, .pcw-table-wallets.pcw-black-background.pcw-white table a:visited {
  color: #fff; }

.pcw-table-wallets.pcw-black-background.pcw-white table thead tr:last-child th {
  color: #fff;
  border-bottom: 2px solid #fff; }

.pcw-table-wallets.pcw-black-background.pcw-white table tbody tr td {
  color: #fff; }
  .pcw-table-wallets.pcw-black-background.pcw-white table tbody tr td span.pcw-up {
    color: #fff; }
  .pcw-table-wallets.pcw-black-background.pcw-white table tbody tr td span.pcw-down {
    color: #fff; }
  @media screen and (min-width: 481px) {
    .pcw-table-wallets.pcw-black-background.pcw-white table tbody tr td {
      border-bottom: 1px solid #fff; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-white table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-wallets.pcw-black-background.pcw-white table tfoot tr td {
  color: #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-white table tfoot tr td {
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-black-background.pcw-white table tfoot tr td:last-child {
      border-bottom: 1px solid #fff; } }

.pcw-table-wallets.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-wallets.pcw-black-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-red .pcw-pagination a {
  background: #000;
  color: #DB2828;
  border: 1px solid #DB2828; }
  .pcw-table-wallets.pcw-black-background.pcw-red .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-maroon .pcw-pagination a {
  background: #000;
  color: #85144b;
  border: 1px solid #85144b; }
  .pcw-table-wallets.pcw-black-background.pcw-maroon .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-orange .pcw-pagination a {
  background: #000;
  color: #F2711C;
  border: 1px solid #F2711C; }
  .pcw-table-wallets.pcw-black-background.pcw-orange .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-yellow .pcw-pagination a {
  background: #000;
  color: #FBBD08;
  border: 1px solid #FBBD08; }
  .pcw-table-wallets.pcw-black-background.pcw-yellow .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-olive .pcw-pagination a {
  background: #000;
  color: #B5CC18;
  border: 1px solid #B5CC18; }
  .pcw-table-wallets.pcw-black-background.pcw-olive .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-green .pcw-pagination a {
  background: #000;
  color: #21BA45;
  border: 1px solid #21BA45; }
  .pcw-table-wallets.pcw-black-background.pcw-green .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-teal .pcw-pagination a {
  background: #000;
  color: #00B5AD;
  border: 1px solid #00B5AD; }
  .pcw-table-wallets.pcw-black-background.pcw-teal .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-blue .pcw-pagination a {
  background: #000;
  color: #2185D0;
  border: 1px solid #2185D0; }
  .pcw-table-wallets.pcw-black-background.pcw-blue .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-aqua .pcw-pagination a {
  background: #000;
  color: #7FDBFF;
  border: 1px solid #7FDBFF; }
  .pcw-table-wallets.pcw-black-background.pcw-aqua .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-navy .pcw-pagination a {
  background: #000;
  color: #001f3f;
  border: 1px solid #001f3f; }
  .pcw-table-wallets.pcw-black-background.pcw-navy .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-purple .pcw-pagination a {
  background: #000;
  color: #A333C8;
  border: 1px solid #A333C8; }
  .pcw-table-wallets.pcw-black-background.pcw-purple .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-violet .pcw-pagination a {
  background: #000;
  color: #6435C9;
  border: 1px solid #6435C9; }
  .pcw-table-wallets.pcw-black-background.pcw-violet .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-pink .pcw-pagination a {
  background: #000;
  color: #E03997;
  border: 1px solid #E03997; }
  .pcw-table-wallets.pcw-black-background.pcw-pink .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-brown .pcw-pagination a {
  background: #000;
  color: #A5673F;
  border: 1px solid #A5673F; }
  .pcw-table-wallets.pcw-black-background.pcw-brown .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-grey .pcw-pagination a {
  background: #000;
  color: #767676;
  border: 1px solid #767676; }
  .pcw-table-wallets.pcw-black-background.pcw-grey .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-black .pcw-pagination a {
  background: #000;
  color: #000;
  border: 1px solid #000; }
  .pcw-table-wallets.pcw-black-background.pcw-black .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-black-background.pcw-white .pcw-pagination a {
  background: #000;
  color: #fff;
  border: 1px solid #fff; }
  .pcw-table-wallets.pcw-black-background.pcw-white .pcw-pagination a.current {
    background: none;
    border: none; }

.pcw-table-wallets.pcw-color-background {
  /*COLOR THEMES*/ }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-color-background table tbody tr td:last-child {
      border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-red .pcw-selected-asset-chart-container {
    background: #e66a6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-red table {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red table a, .pcw-table-wallets.pcw-color-background.pcw-red table a:focus, .pcw-table-wallets.pcw-color-background.pcw-red table a:hover, .pcw-table-wallets.pcw-color-background.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e25454; }
    .pcw-table-wallets.pcw-color-background.pcw-red table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-red table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #DB2828; }
  .pcw-table-wallets.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container {
    background: #c81e71;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-maroon table {
    background: #c81e71;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon table a, .pcw-table-wallets.pcw-color-background.pcw-maroon table a:focus, .pcw-table-wallets.pcw-color-background.pcw-maroon table a:hover, .pcw-table-wallets.pcw-color-background.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b11b64; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c81e71;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #85144b; }
  .pcw-table-wallets.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container {
    background: #f69e64;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-orange table {
    background: #f69e64;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange table a, .pcw-table-wallets.pcw-color-background.pcw-orange table a:focus, .pcw-table-wallets.pcw-color-background.pcw-orange table a:hover, .pcw-table-wallets.pcw-color-background.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f58f4c; }
    .pcw-table-wallets.pcw-color-background.pcw-orange table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-orange table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #f69e64;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #F2711C; }
  .pcw-table-wallets.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fcd153;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-yellow table {
    background: #fcd153;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow table a, .pcw-table-wallets.pcw-color-background.pcw-yellow table a:focus, .pcw-table-wallets.pcw-color-background.pcw-yellow table a:hover, .pcw-table-wallets.pcw-color-background.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcca3a; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fcd153;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-wallets.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container {
    background: #d5e947;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-olive table {
    background: #d5e947;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive table a, .pcw-table-wallets.pcw-color-background.pcw-olive table a:focus, .pcw-table-wallets.pcw-color-background.pcw-olive table a:hover, .pcw-table-wallets.pcw-color-background.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #cfe730; }
    .pcw-table-wallets.pcw-color-background.pcw-olive table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-olive table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #d5e947;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-wallets.pcw-color-background.pcw-green .pcw-selected-asset-chart-container {
    background: #49df6c;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-green table {
    background: #49df6c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green table a, .pcw-table-wallets.pcw-color-background.pcw-green table a:focus, .pcw-table-wallets.pcw-color-background.pcw-green table a:hover, .pcw-table-wallets.pcw-color-background.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #33db5b; }
    .pcw-table-wallets.pcw-color-background.pcw-green table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-green table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #49df6c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #21BA45; }
  .pcw-table-wallets.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container {
    background: #03fff4;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-teal table {
    background: #03fff4;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal table a, .pcw-table-wallets.pcw-color-background.pcw-teal table a:focus, .pcw-table-wallets.pcw-color-background.pcw-teal table a:hover, .pcw-table-wallets.pcw-color-background.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00e8de; }
    .pcw-table-wallets.pcw-color-background.pcw-teal table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-teal table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #03fff4;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-wallets.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container {
    background: #59a9e5;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-blue table {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue table a, .pcw-table-wallets.pcw-color-background.pcw-blue table a:focus, .pcw-table-wallets.pcw-color-background.pcw-blue table a:hover, .pcw-table-wallets.pcw-color-background.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #439de1; }
    .pcw-table-wallets.pcw-color-background.pcw-blue table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-blue table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #2185D0; }
  .pcw-table-wallets.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container {
    background: #ccf1ff;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-aqua table {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua table a, .pcw-table-wallets.pcw-color-background.pcw-aqua table a:focus, .pcw-table-wallets.pcw-color-background.pcw-aqua table a:hover, .pcw-table-wallets.pcw-color-background.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b2e9ff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-wallets.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container {
    background: #00458c;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-navy table {
    background: #00458c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy table a, .pcw-table-wallets.pcw-color-background.pcw-navy table a:focus, .pcw-table-wallets.pcw-color-background.pcw-navy table a:hover, .pcw-table-wallets.pcw-color-background.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #003872; }
    .pcw-table-wallets.pcw-color-background.pcw-navy table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-navy table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #00458c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #001f3f; }
  .pcw-table-wallets.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container {
    background: #bf6eda;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-purple table {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple table a, .pcw-table-wallets.pcw-color-background.pcw-purple table a:focus, .pcw-table-wallets.pcw-color-background.pcw-purple table a:hover, .pcw-table-wallets.pcw-color-background.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #b659d5; }
    .pcw-table-wallets.pcw-color-background.pcw-purple table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-purple table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A333C8; }
  .pcw-table-wallets.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container {
    background: #9271da;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-violet table {
    background: #9271da;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet table a, .pcw-table-wallets.pcw-color-background.pcw-violet table a:focus, .pcw-table-wallets.pcw-color-background.pcw-violet table a:hover, .pcw-table-wallets.pcw-color-background.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #835dd4; }
    .pcw-table-wallets.pcw-color-background.pcw-violet table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-violet table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9271da;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #6435C9; }
  .pcw-table-wallets.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container {
    background: #ea7bba;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-pink table {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink table a, .pcw-table-wallets.pcw-color-background.pcw-pink table a:focus, .pcw-table-wallets.pcw-color-background.pcw-pink table a:hover, .pcw-table-wallets.pcw-color-background.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e765ae; }
    .pcw-table-wallets.pcw-color-background.pcw-pink table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-pink table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #E03997; }
  .pcw-table-wallets.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container {
    background: #c68e6a;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-brown table {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown table a, .pcw-table-wallets.pcw-color-background.pcw-brown table a:focus, .pcw-table-wallets.pcw-color-background.pcw-brown table a:hover, .pcw-table-wallets.pcw-color-background.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf8058; }
    .pcw-table-wallets.pcw-color-background.pcw-brown table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-brown table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #A5673F; }
  .pcw-table-wallets.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container {
    background: #9c9c9c;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-grey table {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey table a, .pcw-table-wallets.pcw-color-background.pcw-grey table a:focus, .pcw-table-wallets.pcw-color-background.pcw-grey table a:hover, .pcw-table-wallets.pcw-color-background.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #909090; }
    .pcw-table-wallets.pcw-color-background.pcw-grey table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-grey table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #767676; }
  .pcw-table-wallets.pcw-color-background.pcw-black .pcw-selected-asset-chart-container {
    background: #262626;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-black table {
    background: #262626;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black table a, .pcw-table-wallets.pcw-color-background.pcw-black table a:focus, .pcw-table-wallets.pcw-color-background.pcw-black table a:hover, .pcw-table-wallets.pcw-color-background.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #1a1a1a; }
    .pcw-table-wallets.pcw-color-background.pcw-black table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-black table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #262626;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #000; }
  .pcw-table-wallets.pcw-color-background.pcw-white .pcw-selected-asset-chart-container {
    background: white;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-background.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-white table {
    background: white;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white table a, .pcw-table-wallets.pcw-color-background.pcw-white table a:focus, .pcw-table-wallets.pcw-color-background.pcw-white table a:hover, .pcw-table-wallets.pcw-color-background.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
    .pcw-table-wallets.pcw-color-background.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-background.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: white;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: none;
      color: #fff; }
  .pcw-table-wallets.pcw-color-background.pcw-red .pcw-pagination a {
    background: #e66a6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-red .pcw-pagination a.current {
      background: none;
      color: #DB2828; }
  .pcw-table-wallets.pcw-color-background.pcw-maroon .pcw-pagination a {
    background: #c81e71;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-maroon .pcw-pagination a.current {
      background: none;
      color: #85144b; }
  .pcw-table-wallets.pcw-color-background.pcw-orange .pcw-pagination a {
    background: #f69e64;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-orange .pcw-pagination a.current {
      background: none;
      color: #F2711C; }
  .pcw-table-wallets.pcw-color-background.pcw-yellow .pcw-pagination a {
    background: #fcd153;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-yellow .pcw-pagination a.current {
      background: none;
      color: #FBBD08; }
  .pcw-table-wallets.pcw-color-background.pcw-olive .pcw-pagination a {
    background: #d5e947;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-olive .pcw-pagination a.current {
      background: none;
      color: #B5CC18; }
  .pcw-table-wallets.pcw-color-background.pcw-green .pcw-pagination a {
    background: #49df6c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-green .pcw-pagination a.current {
      background: none;
      color: #21BA45; }
  .pcw-table-wallets.pcw-color-background.pcw-teal .pcw-pagination a {
    background: #03fff4;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-teal .pcw-pagination a.current {
      background: none;
      color: #00B5AD; }
  .pcw-table-wallets.pcw-color-background.pcw-blue .pcw-pagination a {
    background: #59a9e5;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-blue .pcw-pagination a.current {
      background: none;
      color: #2185D0; }
  .pcw-table-wallets.pcw-color-background.pcw-aqua .pcw-pagination a {
    background: #ccf1ff;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-aqua .pcw-pagination a.current {
      background: none;
      color: #7FDBFF; }
  .pcw-table-wallets.pcw-color-background.pcw-navy .pcw-pagination a {
    background: #00458c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-navy .pcw-pagination a.current {
      background: none;
      color: #001f3f; }
  .pcw-table-wallets.pcw-color-background.pcw-purple .pcw-pagination a {
    background: #bf6eda;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-purple .pcw-pagination a.current {
      background: none;
      color: #A333C8; }
  .pcw-table-wallets.pcw-color-background.pcw-violet .pcw-pagination a {
    background: #9271da;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-violet .pcw-pagination a.current {
      background: none;
      color: #6435C9; }
  .pcw-table-wallets.pcw-color-background.pcw-pink .pcw-pagination a {
    background: #ea7bba;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-pink .pcw-pagination a.current {
      background: none;
      color: #E03997; }
  .pcw-table-wallets.pcw-color-background.pcw-brown .pcw-pagination a {
    background: #c68e6a;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-brown .pcw-pagination a.current {
      background: none;
      color: #A5673F; }
  .pcw-table-wallets.pcw-color-background.pcw-grey .pcw-pagination a {
    background: #9c9c9c;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-grey .pcw-pagination a.current {
      background: none;
      color: #767676; }
  .pcw-table-wallets.pcw-color-background.pcw-black .pcw-pagination a {
    background: #262626;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-black .pcw-pagination a.current {
      background: none;
      color: #000; }
  .pcw-table-wallets.pcw-color-background.pcw-white .pcw-pagination a {
    background: white;
    color: #fff; }
    .pcw-table-wallets.pcw-color-background.pcw-white .pcw-pagination a.current {
      background: none;
      color: #fff; }

.pcw-table-wallets.pcw-color-header-border {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-color-header-border table {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border table thead th {
      padding: 0.7em 0.8em; }
      .pcw-table-wallets.pcw-color-header-border table thead th:last-child {
        text-align: right; }
    .pcw-table-wallets.pcw-color-header-border table tbody tr:first-child td {
      border-top: 0; }
  .pcw-table-wallets.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #DB2828;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-color-header-border.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-color-header-border.pcw-red table {
    border: 1px solid #DB2828; }
    .pcw-table-wallets.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #f8d7d7; }
    .pcw-table-wallets.pcw-color-header-border.pcw-red table thead th {
      border-left: 1px solid #DB2828;
      background: rgba(219, 40, 40, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-red table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-red table tbody tr td {
        border-top: 1px solid #DB2828;
        border-left: 1px solid #DB2828; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-red table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-red table tbody tr:hover {
      background: #f8d7d7; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-red table tfoot tr td {
        border-top: 1px solid #DB2828; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #85144b;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-color-header-border.pcw-maroon table {
    border: 1px solid #85144b; }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eb7ab1; }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon table thead th {
      border-left: 1px solid #85144b;
      background: rgba(133, 20, 75, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon table tbody tr td {
        border-top: 1px solid #85144b;
        border-left: 1px solid #85144b; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon table tbody tr:hover {
      background: #eb7ab1; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-maroon table tfoot tr td {
        border-top: 1px solid #85144b; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #F2711C;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-color-header-border.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-color-header-border.pcw-orange table {
    border: 1px solid #F2711C; }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fdeadd; }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange table thead th {
      border-left: 1px solid #F2711C;
      background: rgba(242, 113, 28, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-orange table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-orange table tbody tr td {
        border-top: 1px solid #F2711C;
        border-left: 1px solid #F2711C; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange table tbody tr:hover {
      background: #fdeadd; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-orange table tfoot tr td {
        border-top: 1px solid #F2711C; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FBBD08;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-color-header-border.pcw-yellow table {
    border: 1px solid #FBBD08; }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fef3d1; }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow table thead th {
      border-left: 1px solid #FBBD08;
      background: rgba(251, 189, 8, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow table tbody tr td {
        border-top: 1px solid #FBBD08;
        border-left: 1px solid #FBBD08; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow table tbody tr:hover {
      background: #fef3d1; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-yellow table tfoot tr td {
        border-top: 1px solid #FBBD08; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #B5CC18;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-color-header-border.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-color-header-border.pcw-olive table {
    border: 1px solid #B5CC18; }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #eff7b9; }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive table thead th {
      border-left: 1px solid #B5CC18;
      background: rgba(181, 204, 24, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-olive table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-olive table tbody tr td {
        border-top: 1px solid #B5CC18;
        border-left: 1px solid #B5CC18; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive table tbody tr:hover {
      background: #eff7b9; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-olive table tfoot tr td {
        border-top: 1px solid #B5CC18; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #21BA45;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-color-header-border.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-color-header-border.pcw-green table {
    border: 1px solid #21BA45; }
    .pcw-table-wallets.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #b5f2c3; }
    .pcw-table-wallets.pcw-color-header-border.pcw-green table thead th {
      border-left: 1px solid #21BA45;
      background: rgba(33, 186, 69, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-green table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-green table tbody tr td {
        border-top: 1px solid #21BA45;
        border-left: 1px solid #21BA45; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-green table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-green table tbody tr:hover {
      background: #b5f2c3; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-green table tfoot tr td {
        border-top: 1px solid #21BA45; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #00B5AD;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-color-header-border.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-color-header-border.pcw-teal table {
    border: 1px solid #00B5AD; }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #82fff9; }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal table thead th {
      border-left: 1px solid #00B5AD;
      background: rgba(0, 181, 173, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-teal table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-teal table tbody tr td {
        border-top: 1px solid #00B5AD;
        border-left: 1px solid #00B5AD; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal table tbody tr:hover {
      background: #82fff9; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-teal table tfoot tr td {
        border-top: 1px solid #00B5AD; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2185D0;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-color-header-border.pcw-blue table {
    border: 1px solid #2185D0; }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #c7e2f6; }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue table thead th {
      border-left: 1px solid #2185D0;
      background: rgba(33, 133, 208, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-blue table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-blue table tbody tr td {
        border-top: 1px solid #2185D0;
        border-left: 1px solid #2185D0; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue table tbody tr:hover {
      background: #c7e2f6; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-blue table tfoot tr td {
        border-top: 1px solid #2185D0; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #7FDBFF;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-color-header-border.pcw-aqua table {
    border: 1px solid #7FDBFF; }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua table thead th {
      border-left: 1px solid #7FDBFF;
      background: rgba(127, 219, 255, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua table tbody tr td {
        border-top: 1px solid #7FDBFF;
        border-left: 1px solid #7FDBFF; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-aqua table tfoot tr td {
        border-top: 1px solid #7FDBFF; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #001f3f;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-color-header-border.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-color-header-border.pcw-navy table {
    border: 1px solid #001f3f; }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #0c84ff; }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy table thead th {
      border-left: 1px solid #001f3f;
      background: rgba(0, 31, 63, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-navy table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-navy table tbody tr td {
        border-top: 1px solid #001f3f;
        border-left: 1px solid #001f3f; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy table tbody tr:hover {
      background: #0c84ff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-navy table tfoot tr td {
        border-top: 1px solid #001f3f; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A333C8;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-color-header-border.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-color-header-border.pcw-purple table {
    border: 1px solid #A333C8; }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #ecd3f4; }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple table thead th {
      border-left: 1px solid #A333C8;
      background: rgba(163, 51, 200, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-purple table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-purple table tbody tr td {
        border-top: 1px solid #A333C8;
        border-left: 1px solid #A333C8; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple table tbody tr:hover {
      background: #ecd3f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-purple table tfoot tr td {
        border-top: 1px solid #A333C8; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #6435C9;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-color-header-border.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-color-header-border.pcw-violet table {
    border: 1px solid #6435C9; }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #dfd6f4; }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet table thead th {
      border-left: 1px solid #6435C9;
      background: rgba(100, 53, 201, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-violet table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-violet table tbody tr td {
        border-top: 1px solid #6435C9;
        border-left: 1px solid #6435C9; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet table tbody tr:hover {
      background: #dfd6f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-violet table tfoot tr td {
        border-top: 1px solid #6435C9; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E03997;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-color-header-border.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-color-header-border.pcw-pink table {
    border: 1px solid #E03997; }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #fce9f4; }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink table thead th {
      border-left: 1px solid #E03997;
      background: rgba(224, 57, 151, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-pink table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-pink table tbody tr td {
        border-top: 1px solid #E03997;
        border-left: 1px solid #E03997; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink table tbody tr:hover {
      background: #fce9f4; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-pink table tfoot tr td {
        border-top: 1px solid #E03997; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #A5673F;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-color-header-border.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-color-header-border.pcw-brown table {
    border: 1px solid #A5673F; }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #e9d4c7; }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown table thead th {
      border-left: 1px solid #A5673F;
      background: rgba(165, 103, 63, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-brown table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-brown table tbody tr td {
        border-top: 1px solid #A5673F;
        border-left: 1px solid #A5673F; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown table tbody tr:hover {
      background: #e9d4c7; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-brown table tfoot tr td {
        border-top: 1px solid #A5673F; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #767676;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-color-header-border.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-color-header-border.pcw-grey table {
    border: 1px solid #767676; }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: gainsboro; }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey table thead th {
      border-left: 1px solid #767676;
      background: rgba(118, 118, 118, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-grey table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-grey table tbody tr td {
        border-top: 1px solid #767676;
        border-left: 1px solid #767676; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey table tbody tr:hover {
      background: gainsboro; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-grey table tfoot tr td {
        border-top: 1px solid #767676; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-color-header-border.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-color-header-border.pcw-black table {
    border: 1px solid #000; }
    .pcw-table-wallets.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: #666666; }
    .pcw-table-wallets.pcw-color-header-border.pcw-black table thead th {
      border-left: 1px solid #000;
      background: rgba(0, 0, 0, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-black table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-black table tbody tr td {
        border-top: 1px solid #000;
        border-left: 1px solid #000; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-black table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-black table tbody tr:hover {
      background: #666666; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-black table tfoot tr td {
        border-top: 1px solid #000; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
    border-bottom: none; }
    .pcw-table-wallets.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-header-border.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-header-border.pcw-white table {
    border: 1px solid #fff; }
    .pcw-table-wallets.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .pcw-table-wallets.pcw-color-header-border.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
        background: white; }
    .pcw-table-wallets.pcw-color-header-border.pcw-white table thead th {
      border-left: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
      .pcw-table-wallets.pcw-color-header-border.pcw-white table thead th:first-child {
        border-left: none; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-white table tbody tr td {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-white table tbody tr td:first-child {
      border-left: none; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-wallets.pcw-color-header-border.pcw-white table tbody tr:hover {
      background: white; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-header-border.pcw-white table tfoot tr td {
        border-top: 1px solid #fff; } }
  .pcw-table-wallets.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-red .pcw-pagination a {
    border: 1px solid #DB2828;
    color: #DB2828;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-maroon .pcw-pagination a {
    border: 1px solid #85144b;
    color: #85144b;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-orange .pcw-pagination a {
    border: 1px solid #F2711C;
    color: #F2711C;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-yellow .pcw-pagination a {
    border: 1px solid #FBBD08;
    color: #FBBD08;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-olive .pcw-pagination a {
    border: 1px solid #B5CC18;
    color: #B5CC18;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-green .pcw-pagination a {
    border: 1px solid #21BA45;
    color: #21BA45;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-teal .pcw-pagination a {
    border: 1px solid #00B5AD;
    color: #00B5AD;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-blue .pcw-pagination a {
    border: 1px solid #2185D0;
    color: #2185D0;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-aqua .pcw-pagination a {
    border: 1px solid #7FDBFF;
    color: #7FDBFF;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-navy .pcw-pagination a {
    border: 1px solid #001f3f;
    color: #001f3f;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-purple .pcw-pagination a {
    border: 1px solid #A333C8;
    color: #A333C8;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-violet .pcw-pagination a {
    border: 1px solid #6435C9;
    color: #6435C9;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-pink .pcw-pagination a {
    border: 1px solid #E03997;
    color: #E03997;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-brown .pcw-pagination a {
    border: 1px solid #A5673F;
    color: #A5673F;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-grey .pcw-pagination a {
    border: 1px solid #767676;
    color: #767676;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-black .pcw-pagination a {
    border: 1px solid #000;
    color: #000;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-color-header-border.pcw-white .pcw-pagination a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-border.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-wallets.pcw-color-header-rounded {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-color-header-rounded table thead th {
    border-bottom: 1px solid #fff;
    padding: 0.7em 0.8em; }
  .pcw-table-wallets.pcw-color-header-rounded table tbody tr td {
    border-bottom: 1px solid #fff; }
  @media screen and (max-width: 480px) {
    .pcw-table-wallets.pcw-color-header-rounded table tbody tr td {
      border: 0; }
      .pcw-table-wallets.pcw-color-header-rounded table tbody tr td:last-child {
        border-bottom: 1px solid #fff; }
    .pcw-table-wallets.pcw-color-header-rounded table tfoot tr td {
      border: 0; } }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container {
    background: #f1abab; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-red table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-red table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-red table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ea7f7f; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red table thead th {
    background: #d12323;
    color: #711313; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tbody tr {
    background: #f1abab; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tbody tr:hover {
      background: #ea7f7f; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red table tfoot tr td {
    background: #d12323;
    color: #711313; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container {
    background: #e44e97; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #de217d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table thead th {
    background: #781244;
    color: #16030d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tbody tr {
    background: #e44e97; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tbody tr:hover {
      background: #de217d; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon table tfoot tr td {
    background: #781244;
    color: #16030d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container {
    background: #faccad; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #f8ad7c; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table thead th {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tbody tr {
    background: #faccad; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tbody tr:hover {
      background: #f8ad7c; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange table tfoot tr td {
    background: #f1680e;
    color: #873a08; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container {
    background: #fde59f; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #fdd86c; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table thead th {
    background: #f0b404;
    color: #816102; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tbody tr {
    background: #fde59f; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tbody tr:hover {
      background: #fdd86c; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow table tfoot tr td {
    background: #f0b404;
    color: #816102; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container {
    background: #e4f18c; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #daec5e; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table thead th {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tbody tr {
    background: #e4f18c; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tbody tr:hover {
      background: #daec5e; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive table tfoot tr td {
    background: #a9be16;
    color: #505a0b; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container {
    background: #8aeaa0; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-green table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-green table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-green table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #5ee37e; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green table thead th {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tbody tr {
    background: #8aeaa0; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tbody tr:hover {
      background: #5ee37e; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green table tfoot tr td {
    background: #1fad40;
    color: #0e4e1d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container {
    background: #4ffff7; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #1cfff5; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table thead th {
    background: #00a69e;
    color: #003633; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tbody tr {
    background: #4ffff7; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tbody tr:hover {
      background: #1cfff5; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal table tfoot tr td {
    background: #00a69e;
    color: #003633; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container {
    background: #9bcbef; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #6fb4e8; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table thead th {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tbody tr {
    background: #9bcbef; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tbody tr:hover {
      background: #6fb4e8; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue table tfoot tr td {
    background: #1f7dc3;
    color: #103f62; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #e5f8ff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table thead th {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tbody tr:hover {
      background: #e5f8ff; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua table tfoot tr td {
    background: #70d7ff;
    color: #00b7ff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container {
    background: #006ad8; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #0051a5; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table thead th {
    background: #001730;
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tbody tr {
    background: #006ad8; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tbody tr:hover {
      background: #0051a5; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy table tfoot tr td {
    background: #001730;
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container {
    background: #daabe9; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #c882df; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table thead th {
    background: #9930bc;
    color: #501962; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tbody tr {
    background: #daabe9; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tbody tr:hover {
      background: #c882df; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple table tfoot tr td {
    background: #9930bc;
    color: #501962; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container {
    background: #c1adea; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #a285df; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table thead th {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tbody tr {
    background: #c1adea; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tbody tr:hover {
      background: #a285df; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet table tfoot tr td {
    background: #5e32bd;
    color: #321a64; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container {
    background: #f5bddc; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #ee91c5; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table thead th {
    background: #de2c90;
    color: #851554; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tbody tr {
    background: #f5bddc; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tbody tr:hover {
      background: #ee91c5; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink table tfoot tr td {
    background: #de2c90;
    color: #851554; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container {
    background: #dbb8a2; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #cd9c7d; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table thead th {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tbody tr {
    background: #dbb8a2; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tbody tr:hover {
      background: #cd9c7d; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown table tfoot tr td {
    background: #9a603b;
    color: #492d1c; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container {
    background: #c3c3c3; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: darkgray; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table thead th {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tbody tr {
    background: #c3c3c3; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tbody tr:hover {
      background: darkgray; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey table tfoot tr td {
    background: #6e6e6e;
    color: #363636; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container {
    background: #4d4d4d; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-black table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-black table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-black table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: #333333; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black table thead th {
    background: black;
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tbody tr {
    background: #4d4d4d; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tbody tr:hover {
      background: #333333; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tbody tr td {
      color: #e6e6e6; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black table tfoot tr td {
    background: black;
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container {
    background: white; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff;
        font-weight: bold; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white table a, .pcw-table-wallets.pcw-color-header-rounded.pcw-white table a:focus, .pcw-table-wallets.pcw-color-header-rounded.pcw-white table a:hover, .pcw-table-wallets.pcw-color-header-rounded.pcw-white table a:visited {
    color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
    background: white; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white table thead th {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tbody tr:hover {
      background: white; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tbody tr td {
      color: white; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-up {
        color: #fff; }
      .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tbody tr td span.pcw-down {
        color: #fff; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white table tfoot tr td {
    background: #f7f7f7;
    color: #bfbfbf; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-red .pcw-pagination a {
    color: #fff;
    background: #f1abab;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-red .pcw-pagination a.current {
      border: 1px solid #f1abab;
      color: #f1abab;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .pcw-pagination a {
    color: #fff;
    background: #e44e97;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-maroon .pcw-pagination a.current {
      border: 1px solid #e44e97;
      color: #e44e97;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .pcw-pagination a {
    color: #fff;
    background: #faccad;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-orange .pcw-pagination a.current {
      border: 1px solid #faccad;
      color: #faccad;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .pcw-pagination a {
    color: #fff;
    background: #fde59f;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-yellow .pcw-pagination a.current {
      border: 1px solid #fde59f;
      color: #fde59f;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .pcw-pagination a {
    color: #fff;
    background: #e4f18c;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-olive .pcw-pagination a.current {
      border: 1px solid #e4f18c;
      color: #e4f18c;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-green .pcw-pagination a {
    color: #fff;
    background: #8aeaa0;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-green .pcw-pagination a.current {
      border: 1px solid #8aeaa0;
      color: #8aeaa0;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .pcw-pagination a {
    color: #fff;
    background: #4ffff7;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-teal .pcw-pagination a.current {
      border: 1px solid #4ffff7;
      color: #4ffff7;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .pcw-pagination a {
    color: #fff;
    background: #9bcbef;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-blue .pcw-pagination a.current {
      border: 1px solid #9bcbef;
      color: #9bcbef;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-aqua .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .pcw-pagination a {
    color: #fff;
    background: #006ad8;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-navy .pcw-pagination a.current {
      border: 1px solid #006ad8;
      color: #006ad8;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .pcw-pagination a {
    color: #fff;
    background: #daabe9;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-purple .pcw-pagination a.current {
      border: 1px solid #daabe9;
      color: #daabe9;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .pcw-pagination a {
    color: #fff;
    background: #c1adea;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-violet .pcw-pagination a.current {
      border: 1px solid #c1adea;
      color: #c1adea;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .pcw-pagination a {
    color: #fff;
    background: #f5bddc;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-pink .pcw-pagination a.current {
      border: 1px solid #f5bddc;
      color: #f5bddc;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .pcw-pagination a {
    color: #fff;
    background: #dbb8a2;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-brown .pcw-pagination a.current {
      border: 1px solid #dbb8a2;
      color: #dbb8a2;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .pcw-pagination a {
    color: #fff;
    background: #c3c3c3;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-grey .pcw-pagination a.current {
      border: 1px solid #c3c3c3;
      color: #c3c3c3;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-black .pcw-pagination a {
    color: #fff;
    background: #4d4d4d;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-black .pcw-pagination a.current {
      border: 1px solid #4d4d4d;
      color: #4d4d4d;
      background: none; }
  .pcw-table-wallets.pcw-color-header-rounded.pcw-white .pcw-pagination a {
    color: #fff;
    background: white;
    border-radius: 0.25em; }
    .pcw-table-wallets.pcw-color-header-rounded.pcw-white .pcw-pagination a.current {
      border: 1px solid white;
      color: white;
      background: none; }

.pcw-table-wallets.pcw-color-text {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-color-text.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-color-text.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-color-text.pcw-red table {
    color: #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red table a, .pcw-table-wallets.pcw-color-text.pcw-red table a:focus, .pcw-table-wallets.pcw-color-text.pcw-red table a:visited {
      color: #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #e66a6a; }
      .pcw-table-wallets.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-red table thead th {
      border-bottom: 2px solid #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red table tbody tr:hover {
      background: #e66a6a;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-red table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-red table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-red table tbody tr td {
        border-bottom: 1px solid #DB2828; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-red table tbody tr td:last-child {
        border-bottom: 1px solid #DB2828; } }
    .pcw-table-wallets.pcw-color-text.pcw-red table tfoot tr td {
      border-top: 1px solid #DB2828; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-red table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-color-text.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-color-text.pcw-maroon table {
    color: #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon table a, .pcw-table-wallets.pcw-color-text.pcw-maroon table a:focus, .pcw-table-wallets.pcw-color-text.pcw-maroon table a:visited {
      color: #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c81e71; }
      .pcw-table-wallets.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon table thead th {
      border-bottom: 2px solid #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon table tbody tr:hover {
      background: #c81e71;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-maroon table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-maroon table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-maroon table tbody tr td {
        border-bottom: 1px solid #85144b; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-maroon table tbody tr td:last-child {
        border-bottom: 1px solid #85144b; } }
    .pcw-table-wallets.pcw-color-text.pcw-maroon table tfoot tr td {
      border-top: 1px solid #85144b; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-maroon table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-color-text.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-color-text.pcw-orange table {
    color: #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange table a, .pcw-table-wallets.pcw-color-text.pcw-orange table a:focus, .pcw-table-wallets.pcw-color-text.pcw-orange table a:visited {
      color: #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #f69e64; }
      .pcw-table-wallets.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-orange table thead th {
      border-bottom: 2px solid #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange table tbody tr:hover {
      background: #f69e64;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-orange table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-orange table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-orange table tbody tr td {
        border-bottom: 1px solid #F2711C; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-orange table tbody tr td:last-child {
        border-bottom: 1px solid #F2711C; } }
    .pcw-table-wallets.pcw-color-text.pcw-orange table tfoot tr td {
      border-top: 1px solid #F2711C; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-orange table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-color-text.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-color-text.pcw-yellow table {
    color: #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow table a, .pcw-table-wallets.pcw-color-text.pcw-yellow table a:focus, .pcw-table-wallets.pcw-color-text.pcw-yellow table a:visited {
      color: #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #fcd153; }
      .pcw-table-wallets.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow table thead th {
      border-bottom: 2px solid #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow table tbody tr:hover {
      background: #fcd153;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-yellow table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-yellow table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-yellow table tbody tr td {
        border-bottom: 1px solid #FBBD08; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-yellow table tbody tr td:last-child {
        border-bottom: 1px solid #FBBD08; } }
    .pcw-table-wallets.pcw-color-text.pcw-yellow table tfoot tr td {
      border-top: 1px solid #FBBD08; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-yellow table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-color-text.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-color-text.pcw-olive table {
    color: #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive table a, .pcw-table-wallets.pcw-color-text.pcw-olive table a:focus, .pcw-table-wallets.pcw-color-text.pcw-olive table a:visited {
      color: #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #d5e947; }
      .pcw-table-wallets.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-olive table thead th {
      border-bottom: 2px solid #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive table tbody tr:hover {
      background: #d5e947;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-olive table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-olive table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-olive table tbody tr td {
        border-bottom: 1px solid #B5CC18; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-olive table tbody tr td:last-child {
        border-bottom: 1px solid #B5CC18; } }
    .pcw-table-wallets.pcw-color-text.pcw-olive table tfoot tr td {
      border-top: 1px solid #B5CC18; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-olive table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-color-text.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-color-text.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-color-text.pcw-green table {
    color: #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green table a, .pcw-table-wallets.pcw-color-text.pcw-green table a:focus, .pcw-table-wallets.pcw-color-text.pcw-green table a:visited {
      color: #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #49df6c; }
      .pcw-table-wallets.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-green table thead th {
      border-bottom: 2px solid #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green table tbody tr:hover {
      background: #49df6c;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-green table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-green table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-green table tbody tr td {
        border-bottom: 1px solid #21BA45; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-green table tbody tr td:last-child {
        border-bottom: 1px solid #21BA45; } }
    .pcw-table-wallets.pcw-color-text.pcw-green table tfoot tr td {
      border-top: 1px solid #21BA45; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-green table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-color-text.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-color-text.pcw-teal table {
    color: #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal table a, .pcw-table-wallets.pcw-color-text.pcw-teal table a:focus, .pcw-table-wallets.pcw-color-text.pcw-teal table a:visited {
      color: #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #03fff4; }
      .pcw-table-wallets.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-teal table thead th {
      border-bottom: 2px solid #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal table tbody tr:hover {
      background: #03fff4;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-teal table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-teal table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-teal table tbody tr td {
        border-bottom: 1px solid #00B5AD; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-teal table tbody tr td:last-child {
        border-bottom: 1px solid #00B5AD; } }
    .pcw-table-wallets.pcw-color-text.pcw-teal table tfoot tr td {
      border-top: 1px solid #00B5AD; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-teal table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-color-text.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-color-text.pcw-blue table {
    color: #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue table a, .pcw-table-wallets.pcw-color-text.pcw-blue table a:focus, .pcw-table-wallets.pcw-color-text.pcw-blue table a:visited {
      color: #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #59a9e5; }
      .pcw-table-wallets.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-blue table thead th {
      border-bottom: 2px solid #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue table tbody tr:hover {
      background: #59a9e5;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-blue table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-blue table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-blue table tbody tr td {
        border-bottom: 1px solid #2185D0; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-blue table tbody tr td:last-child {
        border-bottom: 1px solid #2185D0; } }
    .pcw-table-wallets.pcw-color-text.pcw-blue table tfoot tr td {
      border-top: 1px solid #2185D0; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-blue table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-color-text.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-color-text.pcw-aqua table {
    color: #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua table a, .pcw-table-wallets.pcw-color-text.pcw-aqua table a:focus, .pcw-table-wallets.pcw-color-text.pcw-aqua table a:visited {
      color: #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ccf1ff; }
      .pcw-table-wallets.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua table thead th {
      border-bottom: 2px solid #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua table tbody tr:hover {
      background: #ccf1ff;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-aqua table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-aqua table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-aqua table tbody tr td {
        border-bottom: 1px solid #7FDBFF; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-aqua table tbody tr td:last-child {
        border-bottom: 1px solid #7FDBFF; } }
    .pcw-table-wallets.pcw-color-text.pcw-aqua table tfoot tr td {
      border-top: 1px solid #7FDBFF; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-aqua table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-color-text.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-color-text.pcw-navy table {
    color: #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy table a, .pcw-table-wallets.pcw-color-text.pcw-navy table a:focus, .pcw-table-wallets.pcw-color-text.pcw-navy table a:visited {
      color: #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #00458c; }
      .pcw-table-wallets.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-navy table thead th {
      border-bottom: 2px solid #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy table tbody tr:hover {
      background: #00458c;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-navy table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-navy table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-navy table tbody tr td {
        border-bottom: 1px solid #001f3f; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-navy table tbody tr td:last-child {
        border-bottom: 1px solid #001f3f; } }
    .pcw-table-wallets.pcw-color-text.pcw-navy table tfoot tr td {
      border-top: 1px solid #001f3f; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-navy table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-color-text.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-color-text.pcw-purple table {
    color: #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple table a, .pcw-table-wallets.pcw-color-text.pcw-purple table a:focus, .pcw-table-wallets.pcw-color-text.pcw-purple table a:visited {
      color: #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #bf6eda; }
      .pcw-table-wallets.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-purple table thead th {
      border-bottom: 2px solid #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple table tbody tr:hover {
      background: #bf6eda;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-purple table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-purple table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-purple table tbody tr td {
        border-bottom: 1px solid #A333C8; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-purple table tbody tr td:last-child {
        border-bottom: 1px solid #A333C8; } }
    .pcw-table-wallets.pcw-color-text.pcw-purple table tfoot tr td {
      border-top: 1px solid #A333C8; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-purple table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-color-text.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-color-text.pcw-violet table {
    color: #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet table a, .pcw-table-wallets.pcw-color-text.pcw-violet table a:focus, .pcw-table-wallets.pcw-color-text.pcw-violet table a:visited {
      color: #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9271da; }
      .pcw-table-wallets.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-violet table thead th {
      border-bottom: 2px solid #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet table tbody tr:hover {
      background: #9271da;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-violet table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-violet table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-violet table tbody tr td {
        border-bottom: 1px solid #6435C9; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-violet table tbody tr td:last-child {
        border-bottom: 1px solid #6435C9; } }
    .pcw-table-wallets.pcw-color-text.pcw-violet table tfoot tr td {
      border-top: 1px solid #6435C9; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-violet table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-color-text.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-color-text.pcw-pink table {
    color: #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink table a, .pcw-table-wallets.pcw-color-text.pcw-pink table a:focus, .pcw-table-wallets.pcw-color-text.pcw-pink table a:visited {
      color: #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #ea7bba; }
      .pcw-table-wallets.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-pink table thead th {
      border-bottom: 2px solid #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink table tbody tr:hover {
      background: #ea7bba;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-pink table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-pink table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-pink table tbody tr td {
        border-bottom: 1px solid #E03997; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-pink table tbody tr td:last-child {
        border-bottom: 1px solid #E03997; } }
    .pcw-table-wallets.pcw-color-text.pcw-pink table tfoot tr td {
      border-top: 1px solid #E03997; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-pink table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-color-text.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-color-text.pcw-brown table {
    color: #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown table a, .pcw-table-wallets.pcw-color-text.pcw-brown table a:focus, .pcw-table-wallets.pcw-color-text.pcw-brown table a:visited {
      color: #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #c68e6a; }
      .pcw-table-wallets.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-brown table thead th {
      border-bottom: 2px solid #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown table tbody tr:hover {
      background: #c68e6a;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-brown table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-brown table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-brown table tbody tr td {
        border-bottom: 1px solid #A5673F; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-brown table tbody tr td:last-child {
        border-bottom: 1px solid #A5673F; } }
    .pcw-table-wallets.pcw-color-text.pcw-brown table tfoot tr td {
      border-top: 1px solid #A5673F; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-brown table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-color-text.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-color-text.pcw-grey table {
    color: #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey table a, .pcw-table-wallets.pcw-color-text.pcw-grey table a:focus, .pcw-table-wallets.pcw-color-text.pcw-grey table a:visited {
      color: #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #9c9c9c; }
      .pcw-table-wallets.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-grey table thead th {
      border-bottom: 2px solid #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey table tbody tr:hover {
      background: #9c9c9c;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-grey table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-grey table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-grey table tbody tr td {
        border-bottom: 1px solid #767676; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-grey table tbody tr td:last-child {
        border-bottom: 1px solid #767676; } }
    .pcw-table-wallets.pcw-color-text.pcw-grey table tfoot tr td {
      border-top: 1px solid #767676; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-grey table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-color-text.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-color-text.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-color-text.pcw-black table {
    color: #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black table a, .pcw-table-wallets.pcw-color-text.pcw-black table a:focus, .pcw-table-wallets.pcw-color-text.pcw-black table a:visited {
      color: #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: #262626; }
      .pcw-table-wallets.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-black table thead th {
      border-bottom: 2px solid #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black table tbody tr:hover {
      background: #262626;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-black table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-black table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-black table tbody tr td {
        border-bottom: 1px solid #000; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-black table tbody tr td:last-child {
        border-bottom: 1px solid #000; } }
    .pcw-table-wallets.pcw-color-text.pcw-black table tfoot tr td {
      border-top: 1px solid #000; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-black table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-color-text.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-text.pcw-white table {
    color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white table a, .pcw-table-wallets.pcw-color-text.pcw-white table a:focus, .pcw-table-wallets.pcw-color-text.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset {
      color: #fff;
      background: white; }
      .pcw-table-wallets.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a, .pcw-table-wallets.pcw-color-text.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset a:hover {
        color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white table thead th {
      border-bottom: 2px solid #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white table tbody tr:hover {
      background: white;
      color: #fff; }
      .pcw-table-wallets.pcw-color-text.pcw-white table tbody tr:hover a, .pcw-table-wallets.pcw-color-text.pcw-white table tbody tr:hover a:hover {
        color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-color-text.pcw-white table tbody tr td {
        border-bottom: 1px solid #fff; } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-color-text.pcw-white table tbody tr td:last-child {
        border-bottom: 1px solid #fff; } }
    .pcw-table-wallets.pcw-color-text.pcw-white table tfoot tr td {
      border-top: 1px solid #fff; }
      @media screen and (max-width: 480px) {
        .pcw-table-wallets.pcw-color-text.pcw-white table tfoot tr td {
          border-top: 0; } }
  .pcw-table-wallets.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-color-text.pcw-red .pcw-pagination a {
    color: #DB2828; }
    .pcw-table-wallets.pcw-color-text.pcw-red .pcw-pagination a.current {
      border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-color-text.pcw-maroon .pcw-pagination a {
    color: #85144b; }
    .pcw-table-wallets.pcw-color-text.pcw-maroon .pcw-pagination a.current {
      border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-color-text.pcw-orange .pcw-pagination a {
    color: #F2711C; }
    .pcw-table-wallets.pcw-color-text.pcw-orange .pcw-pagination a.current {
      border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-color-text.pcw-yellow .pcw-pagination a {
    color: #FBBD08; }
    .pcw-table-wallets.pcw-color-text.pcw-yellow .pcw-pagination a.current {
      border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-color-text.pcw-olive .pcw-pagination a {
    color: #B5CC18; }
    .pcw-table-wallets.pcw-color-text.pcw-olive .pcw-pagination a.current {
      border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-color-text.pcw-green .pcw-pagination a {
    color: #21BA45; }
    .pcw-table-wallets.pcw-color-text.pcw-green .pcw-pagination a.current {
      border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-color-text.pcw-teal .pcw-pagination a {
    color: #00B5AD; }
    .pcw-table-wallets.pcw-color-text.pcw-teal .pcw-pagination a.current {
      border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-color-text.pcw-blue .pcw-pagination a {
    color: #2185D0; }
    .pcw-table-wallets.pcw-color-text.pcw-blue .pcw-pagination a.current {
      border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-color-text.pcw-aqua .pcw-pagination a {
    color: #7FDBFF; }
    .pcw-table-wallets.pcw-color-text.pcw-aqua .pcw-pagination a.current {
      border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-color-text.pcw-navy .pcw-pagination a {
    color: #001f3f; }
    .pcw-table-wallets.pcw-color-text.pcw-navy .pcw-pagination a.current {
      border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-color-text.pcw-purple .pcw-pagination a {
    color: #A333C8; }
    .pcw-table-wallets.pcw-color-text.pcw-purple .pcw-pagination a.current {
      border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-color-text.pcw-violet .pcw-pagination a {
    color: #6435C9; }
    .pcw-table-wallets.pcw-color-text.pcw-violet .pcw-pagination a.current {
      border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-color-text.pcw-pink .pcw-pagination a {
    color: #E03997; }
    .pcw-table-wallets.pcw-color-text.pcw-pink .pcw-pagination a.current {
      border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-color-text.pcw-brown .pcw-pagination a {
    color: #A5673F; }
    .pcw-table-wallets.pcw-color-text.pcw-brown .pcw-pagination a.current {
      border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-color-text.pcw-grey .pcw-pagination a {
    color: #767676; }
    .pcw-table-wallets.pcw-color-text.pcw-grey .pcw-pagination a.current {
      border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-color-text.pcw-black .pcw-pagination a {
    color: #000; }
    .pcw-table-wallets.pcw-color-text.pcw-black .pcw-pagination a.current {
      border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-color-text.pcw-white .pcw-pagination a {
    color: #fff; }
    .pcw-table-wallets.pcw-color-text.pcw-white .pcw-pagination a.current {
      border-bottom: 2px solid #fff; }

.pcw-table-wallets.pcw-gradient {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-gradient .pcw-selected-asset-chart-container {
    background: #fff; }
    .pcw-table-wallets.pcw-gradient .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
      font-weight: bold; }
  .pcw-table-wallets.pcw-gradient table thead tr th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }
  .pcw-table-wallets.pcw-gradient table tbody tr td {
    color: #fff; }
    @media screen and (min-width: 481px) {
      .pcw-table-wallets.pcw-gradient table tbody tr td {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-gradient table tbody tr td:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
  .pcw-table-wallets.pcw-gradient table tfoot tr td {
    color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-red .pcw-selected-asset-chart-container {
    border-top: 1px solid #DB2828; }
    .pcw-table-wallets.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-gradient.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-gradient.pcw-red table {
    background-color: #DB2828 !important;
    background-image: linear-gradient(to right, #DB2828, #28dbdb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -moz-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -o-linear-gradient(to right, #DB2828, #28dbdb) !important;
    background: -webkit-linear-gradient(to right, #DB2828, #28dbdb) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-red table a, .pcw-table-wallets.pcw-gradient.pcw-red table a:focus, .pcw-table-wallets.pcw-gradient.pcw-red table a:hover, .pcw-table-wallets.pcw-gradient.pcw-red table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-red table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-red table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-wallets.pcw-gradient.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 1px solid #85144b; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-gradient.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-gradient.pcw-maroon table {
    background-color: #85144b !important;
    background-image: linear-gradient(to right, #85144b, #14854e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #85144b, #14854e) !important;
    background: -moz-linear-gradient(to right, #85144b, #14854e) !important;
    background: -o-linear-gradient(to right, #85144b, #14854e) !important;
    background: -webkit-linear-gradient(to right, #85144b, #14854e) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon table a, .pcw-table-wallets.pcw-gradient.pcw-maroon table a:focus, .pcw-table-wallets.pcw-gradient.pcw-maroon table a:hover, .pcw-table-wallets.pcw-gradient.pcw-maroon table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 1px solid #F2711C; }
    .pcw-table-wallets.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-gradient.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-gradient.pcw-orange table {
    background-color: #F2711C !important;
    background-image: linear-gradient(to right, #F2711C, #1c9df2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -moz-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -o-linear-gradient(to right, #F2711C, #1c9df2) !important;
    background: -webkit-linear-gradient(to right, #F2711C, #1c9df2) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-orange table a, .pcw-table-wallets.pcw-gradient.pcw-orange table a:focus, .pcw-table-wallets.pcw-gradient.pcw-orange table a:hover, .pcw-table-wallets.pcw-gradient.pcw-orange table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-orange table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-orange table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-wallets.pcw-gradient.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 1px solid #FBBD08; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-gradient.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-gradient.pcw-yellow table {
    background-color: #FBBD08 !important;
    background-image: linear-gradient(to right, #FBBD08, #0846fb) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -moz-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -o-linear-gradient(to right, #FBBD08, #0846fb) !important;
    background: -webkit-linear-gradient(to right, #FBBD08, #0846fb) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow table a, .pcw-table-wallets.pcw-gradient.pcw-yellow table a:focus, .pcw-table-wallets.pcw-gradient.pcw-yellow table a:hover, .pcw-table-wallets.pcw-gradient.pcw-yellow table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 1px solid #B5CC18; }
    .pcw-table-wallets.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-gradient.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-gradient.pcw-olive table {
    background-color: #B5CC18 !important;
    background-image: linear-gradient(to right, #B5CC18, #2f18cc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -moz-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -o-linear-gradient(to right, #B5CC18, #2f18cc) !important;
    background: -webkit-linear-gradient(to right, #B5CC18, #2f18cc) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-olive table a, .pcw-table-wallets.pcw-gradient.pcw-olive table a:focus, .pcw-table-wallets.pcw-gradient.pcw-olive table a:hover, .pcw-table-wallets.pcw-gradient.pcw-olive table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-olive table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-olive table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-wallets.pcw-gradient.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-green .pcw-selected-asset-chart-container {
    border-top: 1px solid #21BA45; }
    .pcw-table-wallets.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-gradient.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-gradient.pcw-green table {
    background-color: #21BA45 !important;
    background-image: linear-gradient(to right, #21BA45, #ba2196) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -moz-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -o-linear-gradient(to right, #21BA45, #ba2196) !important;
    background: -webkit-linear-gradient(to right, #21BA45, #ba2196) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-green table a, .pcw-table-wallets.pcw-gradient.pcw-green table a:focus, .pcw-table-wallets.pcw-gradient.pcw-green table a:hover, .pcw-table-wallets.pcw-gradient.pcw-green table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-green table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-green table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-wallets.pcw-gradient.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 1px solid #00B5AD; }
    .pcw-table-wallets.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-gradient.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-gradient.pcw-teal table {
    background-color: #00B5AD !important;
    background-image: linear-gradient(to right, #00B5AD, #b50008) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -moz-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -o-linear-gradient(to right, #00B5AD, #b50008) !important;
    background: -webkit-linear-gradient(to right, #00B5AD, #b50008) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-teal table a, .pcw-table-wallets.pcw-gradient.pcw-teal table a:focus, .pcw-table-wallets.pcw-gradient.pcw-teal table a:hover, .pcw-table-wallets.pcw-gradient.pcw-teal table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-teal table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-teal table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-wallets.pcw-gradient.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 1px solid #2185D0; }
    .pcw-table-wallets.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-gradient.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-gradient.pcw-blue table {
    background-color: #2185D0 !important;
    background-image: linear-gradient(to right, #2185D0, #d06c21) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -moz-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -o-linear-gradient(to right, #2185D0, #d06c21) !important;
    background: -webkit-linear-gradient(to right, #2185D0, #d06c21) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-blue table a, .pcw-table-wallets.pcw-gradient.pcw-blue table a:focus, .pcw-table-wallets.pcw-gradient.pcw-blue table a:hover, .pcw-table-wallets.pcw-gradient.pcw-blue table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-blue table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-blue table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-wallets.pcw-gradient.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 1px solid #7FDBFF; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-gradient.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-gradient.pcw-aqua table {
    background-color: #7FDBFF !important;
    background-image: linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -moz-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -o-linear-gradient(to right, #7FDBFF, #ffa37f) !important;
    background: -webkit-linear-gradient(to right, #7FDBFF, #ffa37f) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua table a, .pcw-table-wallets.pcw-gradient.pcw-aqua table a:focus, .pcw-table-wallets.pcw-gradient.pcw-aqua table a:hover, .pcw-table-wallets.pcw-gradient.pcw-aqua table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 1px solid #001f3f; }
    .pcw-table-wallets.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-gradient.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-gradient.pcw-navy table {
    background-color: #001f3f !important;
    background-image: linear-gradient(to right, #001f3f, #3f2000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -moz-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -o-linear-gradient(to right, #001f3f, #3f2000) !important;
    background: -webkit-linear-gradient(to right, #001f3f, #3f2000) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-navy table a, .pcw-table-wallets.pcw-gradient.pcw-navy table a:focus, .pcw-table-wallets.pcw-gradient.pcw-navy table a:hover, .pcw-table-wallets.pcw-gradient.pcw-navy table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-navy table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-navy table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-wallets.pcw-gradient.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 1px solid #A333C8; }
    .pcw-table-wallets.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-gradient.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-gradient.pcw-purple table {
    background-color: #A333C8 !important;
    background-image: linear-gradient(to right, #A333C8, #58c833) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -moz-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -o-linear-gradient(to right, #A333C8, #58c833) !important;
    background: -webkit-linear-gradient(to right, #A333C8, #58c833) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-purple table a, .pcw-table-wallets.pcw-gradient.pcw-purple table a:focus, .pcw-table-wallets.pcw-gradient.pcw-purple table a:hover, .pcw-table-wallets.pcw-gradient.pcw-purple table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-purple table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-purple table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-wallets.pcw-gradient.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 1px solid #6435C9; }
    .pcw-table-wallets.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-gradient.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-gradient.pcw-violet table {
    background-color: #6435C9 !important;
    background-image: linear-gradient(to right, #6435C9, #9ac935) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -moz-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -o-linear-gradient(to right, #6435C9, #9ac935) !important;
    background: -webkit-linear-gradient(to right, #6435C9, #9ac935) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-violet table a, .pcw-table-wallets.pcw-gradient.pcw-violet table a:focus, .pcw-table-wallets.pcw-gradient.pcw-violet table a:hover, .pcw-table-wallets.pcw-gradient.pcw-violet table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-violet table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-violet table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-wallets.pcw-gradient.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 1px solid #E03997; }
    .pcw-table-wallets.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-gradient.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-gradient.pcw-pink table {
    background-color: #E03997 !important;
    background-image: linear-gradient(to right, #E03997, #39e082) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #E03997, #39e082) !important;
    background: -moz-linear-gradient(to right, #E03997, #39e082) !important;
    background: -o-linear-gradient(to right, #E03997, #39e082) !important;
    background: -webkit-linear-gradient(to right, #E03997, #39e082) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-pink table a, .pcw-table-wallets.pcw-gradient.pcw-pink table a:focus, .pcw-table-wallets.pcw-gradient.pcw-pink table a:hover, .pcw-table-wallets.pcw-gradient.pcw-pink table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-pink table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-pink table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-wallets.pcw-gradient.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 1px solid #A5673F; }
    .pcw-table-wallets.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-gradient.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-gradient.pcw-brown table {
    background-color: #A5673F !important;
    background-image: linear-gradient(to right, #A5673F, #3f7da5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -moz-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -o-linear-gradient(to right, #A5673F, #3f7da5) !important;
    background: -webkit-linear-gradient(to right, #A5673F, #3f7da5) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-brown table a, .pcw-table-wallets.pcw-gradient.pcw-brown table a:focus, .pcw-table-wallets.pcw-gradient.pcw-brown table a:hover, .pcw-table-wallets.pcw-gradient.pcw-brown table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-brown table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-brown table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-wallets.pcw-gradient.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 1px solid #767676; }
    .pcw-table-wallets.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-gradient.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-gradient.pcw-grey table {
    background-color: #767676 !important;
    background-image: linear-gradient(to right, #767676, #767676) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #767676, #767676) !important;
    background: -moz-linear-gradient(to right, #767676, #767676) !important;
    background: -o-linear-gradient(to right, #767676, #767676) !important;
    background: -webkit-linear-gradient(to right, #767676, #767676) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-grey table a, .pcw-table-wallets.pcw-gradient.pcw-grey table a:focus, .pcw-table-wallets.pcw-gradient.pcw-grey table a:hover, .pcw-table-wallets.pcw-gradient.pcw-grey table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-grey table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-grey table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-wallets.pcw-gradient.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-black .pcw-selected-asset-chart-container {
    border-top: 1px solid #000; }
    .pcw-table-wallets.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-gradient.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-gradient.pcw-black table {
    background-color: #000 !important;
    background-image: linear-gradient(to right, #000, black) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #000, black) !important;
    background: -moz-linear-gradient(to right, #000, black) !important;
    background: -o-linear-gradient(to right, #000, black) !important;
    background: -webkit-linear-gradient(to right, #000, black) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-black table a, .pcw-table-wallets.pcw-gradient.pcw-black table a:focus, .pcw-table-wallets.pcw-gradient.pcw-black table a:hover, .pcw-table-wallets.pcw-gradient.pcw-black table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-black table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-black table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-wallets.pcw-gradient.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-white .pcw-selected-asset-chart-container {
    border-top: 1px solid #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-gradient.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-white table {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #fff, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fff, white) !important;
    background: -moz-linear-gradient(to right, #fff, white) !important;
    background: -o-linear-gradient(to right, #fff, white) !important;
    background: -webkit-linear-gradient(to right, #fff, white) !important; }
    .pcw-table-wallets.pcw-gradient.pcw-white table a, .pcw-table-wallets.pcw-gradient.pcw-white table a:focus, .pcw-table-wallets.pcw-gradient.pcw-white table a:hover, .pcw-table-wallets.pcw-gradient.pcw-white table a:visited {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-white table tbody tr td span.pcw-up {
      color: #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-white table tbody tr td span.pcw-down {
      color: #fff; }
  .pcw-table-wallets.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-red .pcw-pagination a {
    background: #fff;
    color: #DB2828;
    border: 1px solid #DB2828; }
    .pcw-table-wallets.pcw-gradient.pcw-red .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-maroon .pcw-pagination a {
    background: #fff;
    color: #85144b;
    border: 1px solid #85144b; }
    .pcw-table-wallets.pcw-gradient.pcw-maroon .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-orange .pcw-pagination a {
    background: #fff;
    color: #F2711C;
    border: 1px solid #F2711C; }
    .pcw-table-wallets.pcw-gradient.pcw-orange .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-yellow .pcw-pagination a {
    background: #fff;
    color: #FBBD08;
    border: 1px solid #FBBD08; }
    .pcw-table-wallets.pcw-gradient.pcw-yellow .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-olive .pcw-pagination a {
    background: #fff;
    color: #B5CC18;
    border: 1px solid #B5CC18; }
    .pcw-table-wallets.pcw-gradient.pcw-olive .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-green .pcw-pagination a {
    background: #fff;
    color: #21BA45;
    border: 1px solid #21BA45; }
    .pcw-table-wallets.pcw-gradient.pcw-green .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-teal .pcw-pagination a {
    background: #fff;
    color: #00B5AD;
    border: 1px solid #00B5AD; }
    .pcw-table-wallets.pcw-gradient.pcw-teal .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-blue .pcw-pagination a {
    background: #fff;
    color: #2185D0;
    border: 1px solid #2185D0; }
    .pcw-table-wallets.pcw-gradient.pcw-blue .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-aqua .pcw-pagination a {
    background: #fff;
    color: #7FDBFF;
    border: 1px solid #7FDBFF; }
    .pcw-table-wallets.pcw-gradient.pcw-aqua .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-navy .pcw-pagination a {
    background: #fff;
    color: #001f3f;
    border: 1px solid #001f3f; }
    .pcw-table-wallets.pcw-gradient.pcw-navy .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-purple .pcw-pagination a {
    background: #fff;
    color: #A333C8;
    border: 1px solid #A333C8; }
    .pcw-table-wallets.pcw-gradient.pcw-purple .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-violet .pcw-pagination a {
    background: #fff;
    color: #6435C9;
    border: 1px solid #6435C9; }
    .pcw-table-wallets.pcw-gradient.pcw-violet .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-pink .pcw-pagination a {
    background: #fff;
    color: #E03997;
    border: 1px solid #E03997; }
    .pcw-table-wallets.pcw-gradient.pcw-pink .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-brown .pcw-pagination a {
    background: #fff;
    color: #A5673F;
    border: 1px solid #A5673F; }
    .pcw-table-wallets.pcw-gradient.pcw-brown .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-grey .pcw-pagination a {
    background: #fff;
    color: #767676;
    border: 1px solid #767676; }
    .pcw-table-wallets.pcw-gradient.pcw-grey .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-black .pcw-pagination a {
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .pcw-table-wallets.pcw-gradient.pcw-black .pcw-pagination a.current {
      border: none; }
  .pcw-table-wallets.pcw-gradient.pcw-white .pcw-pagination a {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }
    .pcw-table-wallets.pcw-gradient.pcw-white .pcw-pagination a.current {
      border: none; }

.pcw-table-wallets.pcw-zebra {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-zebra.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-wallets.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-zebra.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-wallets.pcw-zebra.pcw-red table tbody tr:nth-child(odd) {
      background: #f8d7d7; }
    .pcw-table-wallets.pcw-zebra.pcw-red table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-wallets.pcw-zebra.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-wallets.pcw-zebra.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-zebra.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon table tbody tr:nth-child(odd) {
      background: #eb7ab1; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon table tbody tr:nth-child(even) {
      background: #f2a6cb; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-wallets.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-zebra.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-wallets.pcw-zebra.pcw-orange table tbody tr:nth-child(odd) {
      background: #fdeadd; }
    .pcw-table-wallets.pcw-zebra.pcw-orange table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-wallets.pcw-zebra.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-wallets.pcw-zebra.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-zebra.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow table tbody tr:nth-child(odd) {
      background: #fef3d1; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-wallets.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-zebra.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-wallets.pcw-zebra.pcw-olive table tbody tr:nth-child(odd) {
      background: #eff7b9; }
    .pcw-table-wallets.pcw-zebra.pcw-olive table tbody tr:nth-child(even) {
      background: #f9fce7; }
    .pcw-table-wallets.pcw-zebra.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-wallets.pcw-zebra.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-wallets.pcw-zebra.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-wallets.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-zebra.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-wallets.pcw-zebra.pcw-green table tbody tr:nth-child(odd) {
      background: #b5f2c3; }
    .pcw-table-wallets.pcw-zebra.pcw-green table tbody tr:nth-child(even) {
      background: #e0fae6; }
    .pcw-table-wallets.pcw-zebra.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-wallets.pcw-zebra.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-wallets.pcw-zebra.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-wallets.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-zebra.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-wallets.pcw-zebra.pcw-teal table tbody tr:nth-child(odd) {
      background: #82fff9; }
    .pcw-table-wallets.pcw-zebra.pcw-teal table tbody tr:nth-child(even) {
      background: #b5fffc; }
    .pcw-table-wallets.pcw-zebra.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-wallets.pcw-zebra.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-wallets.pcw-zebra.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-wallets.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-zebra.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-wallets.pcw-zebra.pcw-blue table tbody tr:nth-child(odd) {
      background: #c7e2f6; }
    .pcw-table-wallets.pcw-zebra.pcw-blue table tbody tr:nth-child(even) {
      background: #f3f9fd; }
    .pcw-table-wallets.pcw-zebra.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-wallets.pcw-zebra.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-wallets.pcw-zebra.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-zebra.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-wallets.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-zebra.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-wallets.pcw-zebra.pcw-navy table tbody tr:nth-child(odd) {
      background: #0c84ff; }
    .pcw-table-wallets.pcw-zebra.pcw-navy table tbody tr:nth-child(even) {
      background: #3f9dff; }
    .pcw-table-wallets.pcw-zebra.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-wallets.pcw-zebra.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-wallets.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-zebra.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-wallets.pcw-zebra.pcw-purple table tbody tr:nth-child(odd) {
      background: #ecd3f4; }
    .pcw-table-wallets.pcw-zebra.pcw-purple table tbody tr:nth-child(even) {
      background: #fefcfe; }
    .pcw-table-wallets.pcw-zebra.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-wallets.pcw-zebra.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-wallets.pcw-zebra.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-wallets.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-zebra.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-wallets.pcw-zebra.pcw-violet table tbody tr:nth-child(odd) {
      background: #dfd6f4; }
    .pcw-table-wallets.pcw-zebra.pcw-violet table tbody tr:nth-child(even) {
      background: #fefeff; }
    .pcw-table-wallets.pcw-zebra.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-wallets.pcw-zebra.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-wallets.pcw-zebra.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-wallets.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-zebra.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-wallets.pcw-zebra.pcw-pink table tbody tr:nth-child(odd) {
      background: #fce9f4; }
    .pcw-table-wallets.pcw-zebra.pcw-pink table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-wallets.pcw-zebra.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-wallets.pcw-zebra.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-wallets.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-zebra.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-wallets.pcw-zebra.pcw-brown table tbody tr:nth-child(odd) {
      background: #e9d4c7; }
    .pcw-table-wallets.pcw-zebra.pcw-brown table tbody tr:nth-child(even) {
      background: #f8f0eb; }
    .pcw-table-wallets.pcw-zebra.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-wallets.pcw-zebra.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-wallets.pcw-zebra.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-wallets.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-zebra.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-wallets.pcw-zebra.pcw-grey table tbody tr:nth-child(odd) {
      background: gainsboro; }
    .pcw-table-wallets.pcw-zebra.pcw-grey table tbody tr:nth-child(even) {
      background: #f6f6f6; }
    .pcw-table-wallets.pcw-zebra.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-wallets.pcw-zebra.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-wallets.pcw-zebra.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-wallets.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-zebra.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-wallets.pcw-zebra.pcw-black table tbody tr:nth-child(odd) {
      background: #666666; }
    .pcw-table-wallets.pcw-zebra.pcw-black table tbody tr:nth-child(even) {
      background: gray; }
    .pcw-table-wallets.pcw-zebra.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-wallets.pcw-zebra.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-wallets.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-zebra.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra.pcw-white table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-white table tbody tr:nth-child(odd) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-wallets.pcw-zebra.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-wallets.pcw-zebra.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-wallets.pcw-zebra.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-wallets.pcw-zebra.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-wallets.pcw-zebra.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-wallets.pcw-zebra.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-wallets.pcw-zebra.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-wallets.pcw-zebra.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-wallets.pcw-zebra.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-wallets.pcw-zebra.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-wallets.pcw-zebra.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-wallets.pcw-zebra.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-wallets.pcw-zebra.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-wallets.pcw-zebra.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-wallets.pcw-zebra.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-wallets.pcw-zebra.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-wallets.pcw-zebra.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-table-wallets.pcw-zebra2 {
  /*COLOR THEMES*/ }
  .pcw-table-wallets.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container {
    border-top: 2px solid #DB2828; }
    .pcw-table-wallets.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #DB2828; }
      .pcw-table-wallets.pcw-zebra2.pcw-red .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table thead th {
    color: #711313;
    border-top: 2px solid #DB2828;
    border-bottom: 2px solid #DB2828; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table tbody tr {
    background: #f8d7d7; }
    .pcw-table-wallets.pcw-zebra2.pcw-red table tbody tr:nth-child(even) {
      background: #abf1f1; }
    .pcw-table-wallets.pcw-zebra2.pcw-red table tbody tr td {
      color: #711313; }
  .pcw-table-wallets.pcw-zebra2.pcw-red table tfoot tr td {
    border-top: 2px solid #DB2828; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-red table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-wallets.pcw-zebra2.pcw-red .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #711313;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container {
    border-top: 2px solid #85144b; }
    .pcw-table-wallets.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #85144b; }
      .pcw-table-wallets.pcw-zebra2.pcw-maroon .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table thead th {
    color: #16030d;
    border-top: 2px solid #85144b;
    border-bottom: 2px solid #85144b; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table tbody tr {
    background: #eb7ab1; }
    .pcw-table-wallets.pcw-zebra2.pcw-maroon table tbody tr:nth-child(even) {
      background: #4ee49b; }
    .pcw-table-wallets.pcw-zebra2.pcw-maroon table tbody tr td {
      color: #16030d; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon table tfoot tr td {
    border-top: 2px solid #85144b; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-maroon table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-wallets.pcw-zebra2.pcw-maroon .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #16030d;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container {
    border-top: 2px solid #F2711C; }
    .pcw-table-wallets.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #F2711C; }
      .pcw-table-wallets.pcw-zebra2.pcw-orange .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table thead th {
    color: #873a08;
    border-top: 2px solid #F2711C;
    border-bottom: 2px solid #F2711C; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table tbody tr {
    background: #fdeadd; }
    .pcw-table-wallets.pcw-zebra2.pcw-orange table tbody tr:nth-child(even) {
      background: #addbfa; }
    .pcw-table-wallets.pcw-zebra2.pcw-orange table tbody tr td {
      color: #873a08; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange table tfoot tr td {
    border-top: 2px solid #F2711C; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-orange table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-wallets.pcw-zebra2.pcw-orange .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #873a08;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container {
    border-top: 2px solid #FBBD08; }
    .pcw-table-wallets.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #FBBD08; }
      .pcw-table-wallets.pcw-zebra2.pcw-yellow .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table thead th {
    color: #816102;
    border-top: 2px solid #FBBD08;
    border-bottom: 2px solid #FBBD08; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table tbody tr {
    background: #fef3d1; }
    .pcw-table-wallets.pcw-zebra2.pcw-yellow table tbody tr:nth-child(even) {
      background: #9fb7fd; }
    .pcw-table-wallets.pcw-zebra2.pcw-yellow table tbody tr td {
      color: #816102; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow table tfoot tr td {
    border-top: 2px solid #FBBD08; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-yellow table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-wallets.pcw-zebra2.pcw-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #816102;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container {
    border-top: 2px solid #B5CC18; }
    .pcw-table-wallets.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #B5CC18; }
      .pcw-table-wallets.pcw-zebra2.pcw-olive .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table thead th {
    color: #505a0b;
    border-top: 2px solid #B5CC18;
    border-bottom: 2px solid #B5CC18; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table tbody tr {
    background: #eff7b9; }
    .pcw-table-wallets.pcw-zebra2.pcw-olive table tbody tr:nth-child(even) {
      background: #998cf1; }
    .pcw-table-wallets.pcw-zebra2.pcw-olive table tbody tr td {
      color: #505a0b; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive table tfoot tr td {
    border-top: 2px solid #B5CC18; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-olive table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-wallets.pcw-zebra2.pcw-olive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #505a0b;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container {
    border-top: 2px solid #21BA45; }
    .pcw-table-wallets.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #21BA45; }
      .pcw-table-wallets.pcw-zebra2.pcw-green .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table thead th {
    color: #0e4e1d;
    border-top: 2px solid #21BA45;
    border-bottom: 2px solid #21BA45; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table tbody tr {
    background: #b5f2c3; }
    .pcw-table-wallets.pcw-zebra2.pcw-green table tbody tr:nth-child(even) {
      background: #ea8ad4; }
    .pcw-table-wallets.pcw-zebra2.pcw-green table tbody tr td {
      color: #0e4e1d; }
  .pcw-table-wallets.pcw-zebra2.pcw-green table tfoot tr td {
    border-top: 2px solid #21BA45; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-green table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-wallets.pcw-zebra2.pcw-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container {
    border-top: 2px solid #00B5AD; }
    .pcw-table-wallets.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #00B5AD; }
      .pcw-table-wallets.pcw-zebra2.pcw-teal .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table thead th {
    color: #003633;
    border-top: 2px solid #00B5AD;
    border-bottom: 2px solid #00B5AD; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table tbody tr {
    background: #82fff9; }
    .pcw-table-wallets.pcw-zebra2.pcw-teal table tbody tr:nth-child(even) {
      background: #ff4f57; }
    .pcw-table-wallets.pcw-zebra2.pcw-teal table tbody tr td {
      color: #003633; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal table tfoot tr td {
    border-top: 2px solid #00B5AD; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-teal table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-wallets.pcw-zebra2.pcw-teal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #003633;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container {
    border-top: 2px solid #2185D0; }
    .pcw-table-wallets.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #2185D0; }
      .pcw-table-wallets.pcw-zebra2.pcw-blue .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table thead th {
    color: #103f62;
    border-top: 2px solid #2185D0;
    border-bottom: 2px solid #2185D0; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table tbody tr {
    background: #c7e2f6; }
    .pcw-table-wallets.pcw-zebra2.pcw-blue table tbody tr:nth-child(even) {
      background: #efbf9b; }
    .pcw-table-wallets.pcw-zebra2.pcw-blue table tbody tr td {
      color: #103f62; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue table tfoot tr td {
    border-top: 2px solid #2185D0; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-blue table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-wallets.pcw-zebra2.pcw-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #103f62;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container {
    border-top: 2px solid #7FDBFF; }
    .pcw-table-wallets.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #7FDBFF; }
      .pcw-table-wallets.pcw-zebra2.pcw-aqua .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table thead th {
    color: #00b7ff;
    border-top: 2px solid #7FDBFF;
    border-bottom: 2px solid #7FDBFF; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-zebra2.pcw-aqua table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra2.pcw-aqua table tbody tr td {
      color: #00b7ff; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua table tfoot tr td {
    border-top: 2px solid #7FDBFF; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-aqua table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-wallets.pcw-zebra2.pcw-aqua .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container {
    border-top: 2px solid #001f3f; }
    .pcw-table-wallets.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #001f3f; }
      .pcw-table-wallets.pcw-zebra2.pcw-navy .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table thead th {
    color: black;
    border-top: 2px solid #001f3f;
    border-bottom: 2px solid #001f3f; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table tbody tr {
    background: #0c84ff; }
    .pcw-table-wallets.pcw-zebra2.pcw-navy table tbody tr:nth-child(even) {
      background: #d86e00; }
    .pcw-table-wallets.pcw-zebra2.pcw-navy table tbody tr td {
      color: black; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy table tfoot tr td {
    border-top: 2px solid #001f3f; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-navy table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra2.pcw-navy .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container {
    border-top: 2px solid #A333C8; }
    .pcw-table-wallets.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A333C8; }
      .pcw-table-wallets.pcw-zebra2.pcw-purple .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table thead th {
    color: #501962;
    border-top: 2px solid #A333C8;
    border-bottom: 2px solid #A333C8; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table tbody tr {
    background: #ecd3f4; }
    .pcw-table-wallets.pcw-zebra2.pcw-purple table tbody tr:nth-child(even) {
      background: #bae9ab; }
    .pcw-table-wallets.pcw-zebra2.pcw-purple table tbody tr td {
      color: #501962; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple table tfoot tr td {
    border-top: 2px solid #A333C8; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-purple table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-wallets.pcw-zebra2.pcw-purple .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #501962;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container {
    border-top: 2px solid #6435C9; }
    .pcw-table-wallets.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #6435C9; }
      .pcw-table-wallets.pcw-zebra2.pcw-violet .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table thead th {
    color: #321a64;
    border-top: 2px solid #6435C9;
    border-bottom: 2px solid #6435C9; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table tbody tr {
    background: #dfd6f4; }
    .pcw-table-wallets.pcw-zebra2.pcw-violet table tbody tr:nth-child(even) {
      background: #d6eaad; }
    .pcw-table-wallets.pcw-zebra2.pcw-violet table tbody tr td {
      color: #321a64; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet table tfoot tr td {
    border-top: 2px solid #6435C9; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-violet table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-wallets.pcw-zebra2.pcw-violet .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #321a64;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container {
    border-top: 2px solid #E03997; }
    .pcw-table-wallets.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #E03997; }
      .pcw-table-wallets.pcw-zebra2.pcw-pink .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table thead th {
    color: #851554;
    border-top: 2px solid #E03997;
    border-bottom: 2px solid #E03997; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table tbody tr {
    background: #fce9f4; }
    .pcw-table-wallets.pcw-zebra2.pcw-pink table tbody tr:nth-child(even) {
      background: #bdf5d6; }
    .pcw-table-wallets.pcw-zebra2.pcw-pink table tbody tr td {
      color: #851554; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink table tfoot tr td {
    border-top: 2px solid #E03997; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-pink table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-wallets.pcw-zebra2.pcw-pink .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #851554;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container {
    border-top: 2px solid #A5673F; }
    .pcw-table-wallets.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #A5673F; }
      .pcw-table-wallets.pcw-zebra2.pcw-brown .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table thead th {
    color: #492d1c;
    border-top: 2px solid #A5673F;
    border-bottom: 2px solid #A5673F; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table tbody tr {
    background: #e9d4c7; }
    .pcw-table-wallets.pcw-zebra2.pcw-brown table tbody tr:nth-child(even) {
      background: #a2c5db; }
    .pcw-table-wallets.pcw-zebra2.pcw-brown table tbody tr td {
      color: #492d1c; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown table tfoot tr td {
    border-top: 2px solid #A5673F; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-brown table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-wallets.pcw-zebra2.pcw-brown .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #492d1c;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container {
    border-top: 2px solid #767676; }
    .pcw-table-wallets.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #767676; }
      .pcw-table-wallets.pcw-zebra2.pcw-grey .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table thead th {
    color: #363636;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table tbody tr {
    background: gainsboro; }
    .pcw-table-wallets.pcw-zebra2.pcw-grey table tbody tr:nth-child(even) {
      background: #c3c3c3; }
    .pcw-table-wallets.pcw-zebra2.pcw-grey table tbody tr td {
      color: #363636; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey table tfoot tr td {
    border-top: 2px solid #767676; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-grey table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-wallets.pcw-zebra2.pcw-grey .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #363636;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container {
    border-top: 2px solid #000; }
    .pcw-table-wallets.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #000; }
      .pcw-table-wallets.pcw-zebra2.pcw-black .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table thead th {
    color: black;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table tbody tr {
    background: #666666; }
    .pcw-table-wallets.pcw-zebra2.pcw-black table tbody tr:nth-child(even) {
      background: #4d4d4d; }
    .pcw-table-wallets.pcw-zebra2.pcw-black table tbody tr td {
      color: black; }
  .pcw-table-wallets.pcw-zebra2.pcw-black table tfoot tr td {
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-black table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra2.pcw-black .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container {
    border-top: 2px solid #fff; }
    .pcw-table-wallets.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a {
      color: #fff; }
      .pcw-table-wallets.pcw-zebra2.pcw-white .pcw-selected-asset-chart-container .pcw-periods-container a.pcw-selected-period {
        font-weight: bold;
        border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr.pcw-selected-asset td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:first-child {
    border-left: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table.pcw-selected-asset-chart-displayed tbody tr:hover td:last-child {
    border-right: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table thead th {
    color: #bfbfbf;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table tbody tr {
    background: white; }
    .pcw-table-wallets.pcw-zebra2.pcw-white table tbody tr:nth-child(even) {
      background: white; }
    .pcw-table-wallets.pcw-zebra2.pcw-white table tbody tr td {
      color: #bfbfbf; }
  .pcw-table-wallets.pcw-zebra2.pcw-white table tfoot tr td {
    border-top: 2px solid #fff; }
    @media screen and (max-width: 480px) {
      .pcw-table-wallets.pcw-zebra2.pcw-white table tfoot tr td {
        border-top: 0; } }
  .pcw-table-wallets.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-wallets.pcw-zebra2.pcw-white .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #bfbfbf;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-red .pcw-pagination a {
    color: #711313;
    border-bottom: 2px solid #711313; }
    .pcw-table-wallets.pcw-zebra2.pcw-red .pcw-pagination a.current {
      color: #711313;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-maroon .pcw-pagination a {
    color: #16030d;
    border-bottom: 2px solid #16030d; }
    .pcw-table-wallets.pcw-zebra2.pcw-maroon .pcw-pagination a.current {
      color: #16030d;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-orange .pcw-pagination a {
    color: #873a08;
    border-bottom: 2px solid #873a08; }
    .pcw-table-wallets.pcw-zebra2.pcw-orange .pcw-pagination a.current {
      color: #873a08;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-yellow .pcw-pagination a {
    color: #816102;
    border-bottom: 2px solid #816102; }
    .pcw-table-wallets.pcw-zebra2.pcw-yellow .pcw-pagination a.current {
      color: #816102;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-olive .pcw-pagination a {
    color: #505a0b;
    border-bottom: 2px solid #505a0b; }
    .pcw-table-wallets.pcw-zebra2.pcw-olive .pcw-pagination a.current {
      color: #505a0b;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-green .pcw-pagination a {
    color: #0e4e1d;
    border-bottom: 2px solid #0e4e1d; }
    .pcw-table-wallets.pcw-zebra2.pcw-green .pcw-pagination a.current {
      color: #0e4e1d;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-teal .pcw-pagination a {
    color: #003633;
    border-bottom: 2px solid #003633; }
    .pcw-table-wallets.pcw-zebra2.pcw-teal .pcw-pagination a.current {
      color: #003633;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-blue .pcw-pagination a {
    color: #103f62;
    border-bottom: 2px solid #103f62; }
    .pcw-table-wallets.pcw-zebra2.pcw-blue .pcw-pagination a.current {
      color: #103f62;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-aqua .pcw-pagination a {
    color: #00b7ff;
    border-bottom: 2px solid #00b7ff; }
    .pcw-table-wallets.pcw-zebra2.pcw-aqua .pcw-pagination a.current {
      color: #00b7ff;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-navy .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra2.pcw-navy .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-purple .pcw-pagination a {
    color: #501962;
    border-bottom: 2px solid #501962; }
    .pcw-table-wallets.pcw-zebra2.pcw-purple .pcw-pagination a.current {
      color: #501962;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-violet .pcw-pagination a {
    color: #321a64;
    border-bottom: 2px solid #321a64; }
    .pcw-table-wallets.pcw-zebra2.pcw-violet .pcw-pagination a.current {
      color: #321a64;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-pink .pcw-pagination a {
    color: #851554;
    border-bottom: 2px solid #851554; }
    .pcw-table-wallets.pcw-zebra2.pcw-pink .pcw-pagination a.current {
      color: #851554;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-brown .pcw-pagination a {
    color: #492d1c;
    border-bottom: 2px solid #492d1c; }
    .pcw-table-wallets.pcw-zebra2.pcw-brown .pcw-pagination a.current {
      color: #492d1c;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-grey .pcw-pagination a {
    color: #363636;
    border-bottom: 2px solid #363636; }
    .pcw-table-wallets.pcw-zebra2.pcw-grey .pcw-pagination a.current {
      color: #363636;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-black .pcw-pagination a {
    color: black;
    border-bottom: 2px solid black; }
    .pcw-table-wallets.pcw-zebra2.pcw-black .pcw-pagination a.current {
      color: black;
      border: none; }
  .pcw-table-wallets.pcw-zebra2.pcw-white .pcw-pagination a {
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf; }
    .pcw-table-wallets.pcw-zebra2.pcw-white .pcw-pagination a.current {
      color: #bfbfbf;
      border: none; }

.pcw-ticker-news.pcw-background .tickercontainer {
  height: 1.2em !important; }

.pcw-ticker-news.pcw-background a {
  color: #fff;
  text-decoration: none; }
  .pcw-ticker-news.pcw-background a:hover, .pcw-ticker-news.pcw-background a:focus, .pcw-ticker-news.pcw-background a:visited {
    color: #fff;
    text-decoration: underline; }

.pcw-ticker-news.pcw-background.pcw-red {
  background-color: #DB2828; }

.pcw-ticker-news.pcw-background.pcw-maroon {
  background-color: #85144b; }

.pcw-ticker-news.pcw-background.pcw-orange {
  background-color: #F2711C; }

.pcw-ticker-news.pcw-background.pcw-yellow {
  background-color: #FBBD08; }

.pcw-ticker-news.pcw-background.pcw-olive {
  background-color: #B5CC18; }

.pcw-ticker-news.pcw-background.pcw-green {
  background-color: #21BA45; }

.pcw-ticker-news.pcw-background.pcw-teal {
  background-color: #00B5AD; }

.pcw-ticker-news.pcw-background.pcw-blue {
  background-color: #2185D0; }

.pcw-ticker-news.pcw-background.pcw-aqua {
  background-color: #7FDBFF; }

.pcw-ticker-news.pcw-background.pcw-navy {
  background-color: #001f3f; }

.pcw-ticker-news.pcw-background.pcw-purple {
  background-color: #A333C8; }

.pcw-ticker-news.pcw-background.pcw-violet {
  background-color: #6435C9; }

.pcw-ticker-news.pcw-background.pcw-pink {
  background-color: #E03997; }

.pcw-ticker-news.pcw-background.pcw-brown {
  background-color: #A5673F; }

.pcw-ticker-news.pcw-background.pcw-grey {
  background-color: #767676; }

.pcw-ticker-news.pcw-background.pcw-black {
  background-color: #000; }

.pcw-ticker-news.pcw-background.pcw-white {
  background-color: #fff; }

.pcw-ticker-news.pcw-basic2 .tickercontainer {
  height: 2.5em !important; }

.pcw-ticker-news.pcw-basic2 ul li > span {
  display: block; }
  .pcw-ticker-news.pcw-basic2 ul li > span.pcw-source {
    padding-top: 0.3em;
    font-style: italic;
    color: #858585;
    font-size: 0.9em; }

.pcw-ticker-news.pcw-basic2 ul li a {
  text-decoration: none; }

.pcw-ticker-news.pcw-basic2.pcw-red a, .pcw-ticker-news.pcw-basic2.pcw-red a:hover, .pcw-ticker-news.pcw-basic2.pcw-red a:focus, .pcw-ticker-news.pcw-basic2.pcw-red a:visited {
  color: #DB2828; }

.pcw-ticker-news.pcw-basic2.pcw-maroon a, .pcw-ticker-news.pcw-basic2.pcw-maroon a:hover, .pcw-ticker-news.pcw-basic2.pcw-maroon a:focus, .pcw-ticker-news.pcw-basic2.pcw-maroon a:visited {
  color: #85144b; }

.pcw-ticker-news.pcw-basic2.pcw-orange a, .pcw-ticker-news.pcw-basic2.pcw-orange a:hover, .pcw-ticker-news.pcw-basic2.pcw-orange a:focus, .pcw-ticker-news.pcw-basic2.pcw-orange a:visited {
  color: #F2711C; }

.pcw-ticker-news.pcw-basic2.pcw-yellow a, .pcw-ticker-news.pcw-basic2.pcw-yellow a:hover, .pcw-ticker-news.pcw-basic2.pcw-yellow a:focus, .pcw-ticker-news.pcw-basic2.pcw-yellow a:visited {
  color: #FBBD08; }

.pcw-ticker-news.pcw-basic2.pcw-olive a, .pcw-ticker-news.pcw-basic2.pcw-olive a:hover, .pcw-ticker-news.pcw-basic2.pcw-olive a:focus, .pcw-ticker-news.pcw-basic2.pcw-olive a:visited {
  color: #B5CC18; }

.pcw-ticker-news.pcw-basic2.pcw-green a, .pcw-ticker-news.pcw-basic2.pcw-green a:hover, .pcw-ticker-news.pcw-basic2.pcw-green a:focus, .pcw-ticker-news.pcw-basic2.pcw-green a:visited {
  color: #21BA45; }

.pcw-ticker-news.pcw-basic2.pcw-teal a, .pcw-ticker-news.pcw-basic2.pcw-teal a:hover, .pcw-ticker-news.pcw-basic2.pcw-teal a:focus, .pcw-ticker-news.pcw-basic2.pcw-teal a:visited {
  color: #00B5AD; }

.pcw-ticker-news.pcw-basic2.pcw-blue a, .pcw-ticker-news.pcw-basic2.pcw-blue a:hover, .pcw-ticker-news.pcw-basic2.pcw-blue a:focus, .pcw-ticker-news.pcw-basic2.pcw-blue a:visited {
  color: #2185D0; }

.pcw-ticker-news.pcw-basic2.pcw-aqua a, .pcw-ticker-news.pcw-basic2.pcw-aqua a:hover, .pcw-ticker-news.pcw-basic2.pcw-aqua a:focus, .pcw-ticker-news.pcw-basic2.pcw-aqua a:visited {
  color: #7FDBFF; }

.pcw-ticker-news.pcw-basic2.pcw-navy a, .pcw-ticker-news.pcw-basic2.pcw-navy a:hover, .pcw-ticker-news.pcw-basic2.pcw-navy a:focus, .pcw-ticker-news.pcw-basic2.pcw-navy a:visited {
  color: #001f3f; }

.pcw-ticker-news.pcw-basic2.pcw-purple a, .pcw-ticker-news.pcw-basic2.pcw-purple a:hover, .pcw-ticker-news.pcw-basic2.pcw-purple a:focus, .pcw-ticker-news.pcw-basic2.pcw-purple a:visited {
  color: #A333C8; }

.pcw-ticker-news.pcw-basic2.pcw-violet a, .pcw-ticker-news.pcw-basic2.pcw-violet a:hover, .pcw-ticker-news.pcw-basic2.pcw-violet a:focus, .pcw-ticker-news.pcw-basic2.pcw-violet a:visited {
  color: #6435C9; }

.pcw-ticker-news.pcw-basic2.pcw-pink a, .pcw-ticker-news.pcw-basic2.pcw-pink a:hover, .pcw-ticker-news.pcw-basic2.pcw-pink a:focus, .pcw-ticker-news.pcw-basic2.pcw-pink a:visited {
  color: #E03997; }

.pcw-ticker-news.pcw-basic2.pcw-brown a, .pcw-ticker-news.pcw-basic2.pcw-brown a:hover, .pcw-ticker-news.pcw-basic2.pcw-brown a:focus, .pcw-ticker-news.pcw-basic2.pcw-brown a:visited {
  color: #A5673F; }

.pcw-ticker-news.pcw-basic2.pcw-grey a, .pcw-ticker-news.pcw-basic2.pcw-grey a:hover, .pcw-ticker-news.pcw-basic2.pcw-grey a:focus, .pcw-ticker-news.pcw-basic2.pcw-grey a:visited {
  color: #767676; }

.pcw-ticker-news.pcw-basic2.pcw-black a, .pcw-ticker-news.pcw-basic2.pcw-black a:hover, .pcw-ticker-news.pcw-basic2.pcw-black a:focus, .pcw-ticker-news.pcw-basic2.pcw-black a:visited {
  color: #000; }

.pcw-ticker-news.pcw-basic2.pcw-white a, .pcw-ticker-news.pcw-basic2.pcw-white a:hover, .pcw-ticker-news.pcw-basic2.pcw-white a:focus, .pcw-ticker-news.pcw-basic2.pcw-white a:visited {
  color: #fff; }

.pcw-ticker-news.pcw-black-background {
  background: #000; }
  .pcw-ticker-news.pcw-black-background .tickercontainer {
    height: 1.2em !important; }
  .pcw-ticker-news.pcw-black-background a {
    text-decoration: none; }
    .pcw-ticker-news.pcw-black-background a:hover, .pcw-ticker-news.pcw-black-background a:focus, .pcw-ticker-news.pcw-black-background a:visited {
      text-decoration: underline; }
  .pcw-ticker-news.pcw-black-background.pcw-red a, .pcw-ticker-news.pcw-black-background.pcw-red a:hover, .pcw-ticker-news.pcw-black-background.pcw-red a:visited, .pcw-ticker-news.pcw-black-background.pcw-red a:focus {
    color: #DB2828; }
  .pcw-ticker-news.pcw-black-background.pcw-maroon a, .pcw-ticker-news.pcw-black-background.pcw-maroon a:hover, .pcw-ticker-news.pcw-black-background.pcw-maroon a:visited, .pcw-ticker-news.pcw-black-background.pcw-maroon a:focus {
    color: #85144b; }
  .pcw-ticker-news.pcw-black-background.pcw-orange a, .pcw-ticker-news.pcw-black-background.pcw-orange a:hover, .pcw-ticker-news.pcw-black-background.pcw-orange a:visited, .pcw-ticker-news.pcw-black-background.pcw-orange a:focus {
    color: #F2711C; }
  .pcw-ticker-news.pcw-black-background.pcw-yellow a, .pcw-ticker-news.pcw-black-background.pcw-yellow a:hover, .pcw-ticker-news.pcw-black-background.pcw-yellow a:visited, .pcw-ticker-news.pcw-black-background.pcw-yellow a:focus {
    color: #FBBD08; }
  .pcw-ticker-news.pcw-black-background.pcw-olive a, .pcw-ticker-news.pcw-black-background.pcw-olive a:hover, .pcw-ticker-news.pcw-black-background.pcw-olive a:visited, .pcw-ticker-news.pcw-black-background.pcw-olive a:focus {
    color: #B5CC18; }
  .pcw-ticker-news.pcw-black-background.pcw-green a, .pcw-ticker-news.pcw-black-background.pcw-green a:hover, .pcw-ticker-news.pcw-black-background.pcw-green a:visited, .pcw-ticker-news.pcw-black-background.pcw-green a:focus {
    color: #21BA45; }
  .pcw-ticker-news.pcw-black-background.pcw-teal a, .pcw-ticker-news.pcw-black-background.pcw-teal a:hover, .pcw-ticker-news.pcw-black-background.pcw-teal a:visited, .pcw-ticker-news.pcw-black-background.pcw-teal a:focus {
    color: #00B5AD; }
  .pcw-ticker-news.pcw-black-background.pcw-blue a, .pcw-ticker-news.pcw-black-background.pcw-blue a:hover, .pcw-ticker-news.pcw-black-background.pcw-blue a:visited, .pcw-ticker-news.pcw-black-background.pcw-blue a:focus {
    color: #2185D0; }
  .pcw-ticker-news.pcw-black-background.pcw-aqua a, .pcw-ticker-news.pcw-black-background.pcw-aqua a:hover, .pcw-ticker-news.pcw-black-background.pcw-aqua a:visited, .pcw-ticker-news.pcw-black-background.pcw-aqua a:focus {
    color: #7FDBFF; }
  .pcw-ticker-news.pcw-black-background.pcw-navy a, .pcw-ticker-news.pcw-black-background.pcw-navy a:hover, .pcw-ticker-news.pcw-black-background.pcw-navy a:visited, .pcw-ticker-news.pcw-black-background.pcw-navy a:focus {
    color: #001f3f; }
  .pcw-ticker-news.pcw-black-background.pcw-purple a, .pcw-ticker-news.pcw-black-background.pcw-purple a:hover, .pcw-ticker-news.pcw-black-background.pcw-purple a:visited, .pcw-ticker-news.pcw-black-background.pcw-purple a:focus {
    color: #A333C8; }
  .pcw-ticker-news.pcw-black-background.pcw-violet a, .pcw-ticker-news.pcw-black-background.pcw-violet a:hover, .pcw-ticker-news.pcw-black-background.pcw-violet a:visited, .pcw-ticker-news.pcw-black-background.pcw-violet a:focus {
    color: #6435C9; }
  .pcw-ticker-news.pcw-black-background.pcw-pink a, .pcw-ticker-news.pcw-black-background.pcw-pink a:hover, .pcw-ticker-news.pcw-black-background.pcw-pink a:visited, .pcw-ticker-news.pcw-black-background.pcw-pink a:focus {
    color: #E03997; }
  .pcw-ticker-news.pcw-black-background.pcw-brown a, .pcw-ticker-news.pcw-black-background.pcw-brown a:hover, .pcw-ticker-news.pcw-black-background.pcw-brown a:visited, .pcw-ticker-news.pcw-black-background.pcw-brown a:focus {
    color: #A5673F; }
  .pcw-ticker-news.pcw-black-background.pcw-grey a, .pcw-ticker-news.pcw-black-background.pcw-grey a:hover, .pcw-ticker-news.pcw-black-background.pcw-grey a:visited, .pcw-ticker-news.pcw-black-background.pcw-grey a:focus {
    color: #767676; }
  .pcw-ticker-news.pcw-black-background.pcw-black a, .pcw-ticker-news.pcw-black-background.pcw-black a:hover, .pcw-ticker-news.pcw-black-background.pcw-black a:visited, .pcw-ticker-news.pcw-black-background.pcw-black a:focus {
    color: #000; }
  .pcw-ticker-news.pcw-black-background.pcw-white a, .pcw-ticker-news.pcw-black-background.pcw-white a:hover, .pcw-ticker-news.pcw-black-background.pcw-white a:visited, .pcw-ticker-news.pcw-black-background.pcw-white a:focus {
    color: #fff; }

.pcw-ticker-quotes.pcw-background {
  color: #fff; }
  .pcw-ticker-quotes.pcw-background ul .fas {
    font-size: 1.5em;
    color: #fff;
    vertical-align: bottom; }
  .pcw-ticker-quotes.pcw-background ul .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-ticker-quotes.pcw-background ul .pcw-field-name {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-background.pcw-red {
    background-color: #DB2828; }
  .pcw-ticker-quotes.pcw-background.pcw-maroon {
    background-color: #85144b; }
  .pcw-ticker-quotes.pcw-background.pcw-orange {
    background-color: #F2711C; }
  .pcw-ticker-quotes.pcw-background.pcw-yellow {
    background-color: #FBBD08; }
  .pcw-ticker-quotes.pcw-background.pcw-olive {
    background-color: #B5CC18; }
  .pcw-ticker-quotes.pcw-background.pcw-green {
    background-color: #21BA45; }
  .pcw-ticker-quotes.pcw-background.pcw-teal {
    background-color: #00B5AD; }
  .pcw-ticker-quotes.pcw-background.pcw-blue {
    background-color: #2185D0; }
  .pcw-ticker-quotes.pcw-background.pcw-aqua {
    background-color: #7FDBFF; }
  .pcw-ticker-quotes.pcw-background.pcw-navy {
    background-color: #001f3f; }
  .pcw-ticker-quotes.pcw-background.pcw-purple {
    background-color: #A333C8; }
  .pcw-ticker-quotes.pcw-background.pcw-violet {
    background-color: #6435C9; }
  .pcw-ticker-quotes.pcw-background.pcw-pink {
    background-color: #E03997; }
  .pcw-ticker-quotes.pcw-background.pcw-brown {
    background-color: #A5673F; }
  .pcw-ticker-quotes.pcw-background.pcw-grey {
    background-color: #767676; }
  .pcw-ticker-quotes.pcw-background.pcw-black {
    background-color: #000; }
  .pcw-ticker-quotes.pcw-background.pcw-white {
    background-color: #fff; }

.pcw-ticker-quotes.pcw-basic ul .pcw-field-logo img {
  vertical-align: middle;
  height: 1.2em;
  width: auto; }

.pcw-ticker-quotes.pcw-basic ul .pcw-field-symbol-from {
  font-weight: bold; }

.pcw-ticker-quotes.pcw-basic.pcw-red {
  color: #DB2828; }

.pcw-ticker-quotes.pcw-basic.pcw-maroon {
  color: #85144b; }

.pcw-ticker-quotes.pcw-basic.pcw-orange {
  color: #F2711C; }

.pcw-ticker-quotes.pcw-basic.pcw-yellow {
  color: #FBBD08; }

.pcw-ticker-quotes.pcw-basic.pcw-olive {
  color: #B5CC18; }

.pcw-ticker-quotes.pcw-basic.pcw-green {
  color: #21BA45; }

.pcw-ticker-quotes.pcw-basic.pcw-teal {
  color: #00B5AD; }

.pcw-ticker-quotes.pcw-basic.pcw-blue {
  color: #2185D0; }

.pcw-ticker-quotes.pcw-basic.pcw-aqua {
  color: #7FDBFF; }

.pcw-ticker-quotes.pcw-basic.pcw-navy {
  color: #001f3f; }

.pcw-ticker-quotes.pcw-basic.pcw-purple {
  color: #A333C8; }

.pcw-ticker-quotes.pcw-basic.pcw-violet {
  color: #6435C9; }

.pcw-ticker-quotes.pcw-basic.pcw-pink {
  color: #E03997; }

.pcw-ticker-quotes.pcw-basic.pcw-brown {
  color: #A5673F; }

.pcw-ticker-quotes.pcw-basic.pcw-grey {
  color: #767676; }

.pcw-ticker-quotes.pcw-basic.pcw-black {
  color: #000; }

.pcw-ticker-quotes.pcw-basic.pcw-white {
  color: #fff; }

.pcw-ticker-quotes.pcw-basic2 .tickercontainer {
  height: 3em !important; }

.pcw-ticker-quotes.pcw-basic2 ul li > span {
  display: block; }

.pcw-ticker-quotes.pcw-basic2 ul .pcw-field-logo img {
  vertical-align: middle;
  height: 1.2em;
  width: auto; }

.pcw-ticker-quotes.pcw-basic2 ul .pcw-field-symbol-from {
  font-weight: bold; }

.pcw-ticker-quotes.pcw-basic2 ul .pcw-field-price {
  line-height: 2em;
  font-weight: 700;
  display: inline-block; }

.pcw-ticker-quotes.pcw-basic2 ul .pcw-field-name {
  font-weight: bold; }

.pcw-ticker-quotes.pcw-basic2.pcw-red {
  color: #DB2828; }

.pcw-ticker-quotes.pcw-basic2.pcw-maroon {
  color: #85144b; }

.pcw-ticker-quotes.pcw-basic2.pcw-orange {
  color: #F2711C; }

.pcw-ticker-quotes.pcw-basic2.pcw-yellow {
  color: #FBBD08; }

.pcw-ticker-quotes.pcw-basic2.pcw-olive {
  color: #B5CC18; }

.pcw-ticker-quotes.pcw-basic2.pcw-green {
  color: #21BA45; }

.pcw-ticker-quotes.pcw-basic2.pcw-teal {
  color: #00B5AD; }

.pcw-ticker-quotes.pcw-basic2.pcw-blue {
  color: #2185D0; }

.pcw-ticker-quotes.pcw-basic2.pcw-aqua {
  color: #7FDBFF; }

.pcw-ticker-quotes.pcw-basic2.pcw-navy {
  color: #001f3f; }

.pcw-ticker-quotes.pcw-basic2.pcw-purple {
  color: #A333C8; }

.pcw-ticker-quotes.pcw-basic2.pcw-violet {
  color: #6435C9; }

.pcw-ticker-quotes.pcw-basic2.pcw-pink {
  color: #E03997; }

.pcw-ticker-quotes.pcw-basic2.pcw-brown {
  color: #A5673F; }

.pcw-ticker-quotes.pcw-basic2.pcw-grey {
  color: #767676; }

.pcw-ticker-quotes.pcw-basic2.pcw-black {
  color: #000; }

.pcw-ticker-quotes.pcw-basic2.pcw-white {
  color: #fff; }

.pcw-ticker-quotes.pcw-black-background {
  background: #000; }
  .pcw-ticker-quotes.pcw-black-background ul .fas {
    font-size: 1.5em;
    vertical-align: bottom; }
  .pcw-ticker-quotes.pcw-black-background ul .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-ticker-quotes.pcw-black-background ul .pcw-field-name {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-black-background.pcw-red {
    color: #DB2828; }
  .pcw-ticker-quotes.pcw-black-background.pcw-maroon {
    color: #85144b; }
  .pcw-ticker-quotes.pcw-black-background.pcw-orange {
    color: #F2711C; }
  .pcw-ticker-quotes.pcw-black-background.pcw-yellow {
    color: #FBBD08; }
  .pcw-ticker-quotes.pcw-black-background.pcw-olive {
    color: #B5CC18; }
  .pcw-ticker-quotes.pcw-black-background.pcw-green {
    color: #21BA45; }
  .pcw-ticker-quotes.pcw-black-background.pcw-teal {
    color: #00B5AD; }
  .pcw-ticker-quotes.pcw-black-background.pcw-blue {
    color: #2185D0; }
  .pcw-ticker-quotes.pcw-black-background.pcw-aqua {
    color: #7FDBFF; }
  .pcw-ticker-quotes.pcw-black-background.pcw-navy {
    color: #001f3f; }
  .pcw-ticker-quotes.pcw-black-background.pcw-purple {
    color: #A333C8; }
  .pcw-ticker-quotes.pcw-black-background.pcw-violet {
    color: #6435C9; }
  .pcw-ticker-quotes.pcw-black-background.pcw-pink {
    color: #E03997; }
  .pcw-ticker-quotes.pcw-black-background.pcw-brown {
    color: #A5673F; }
  .pcw-ticker-quotes.pcw-black-background.pcw-grey {
    color: #767676; }
  .pcw-ticker-quotes.pcw-black-background.pcw-black {
    color: #000; }
  .pcw-ticker-quotes.pcw-black-background.pcw-white {
    color: #fff; }

.pcw-ticker-quotes.pcw-chart .tickercontainer {
  height: 3em !important; }

.pcw-ticker-quotes.pcw-chart ul li div > span {
  display: block; }

.pcw-ticker-quotes.pcw-chart ul li .pcw-chart-wrapper {
  min-width: 7em;
  padding: 0 1em; }
  .pcw-ticker-quotes.pcw-chart ul li .pcw-chart-wrapper .pcw-chart {
    width: 7em;
    height: 3em; }

.pcw-ticker-quotes.pcw-chart ul .pcw-field-logo img {
  vertical-align: middle;
  height: 1.2em;
  width: auto; }

.pcw-ticker-quotes.pcw-chart ul .pcw-field-symbol-from {
  font-weight: bold; }

.pcw-ticker-quotes.pcw-chart ul .pcw-field-price {
  line-height: 2em;
  font-weight: 700;
  display: inline-block; }

.pcw-ticker-quotes.pcw-chart ul .pcw-field-name {
  font-weight: bold; }

.pcw-ticker-quotes.pcw-chart.pcw-red {
  color: #DB2828; }
  .pcw-ticker-quotes.pcw-chart.pcw-red ul li .pcw-chart-wrapper {
    border-right: 1px solid #ea7f7f; }

.pcw-ticker-quotes.pcw-chart.pcw-maroon {
  color: #85144b; }
  .pcw-ticker-quotes.pcw-chart.pcw-maroon ul li .pcw-chart-wrapper {
    border-right: 1px solid #de217d; }

.pcw-ticker-quotes.pcw-chart.pcw-orange {
  color: #F2711C; }
  .pcw-ticker-quotes.pcw-chart.pcw-orange ul li .pcw-chart-wrapper {
    border-right: 1px solid #f8ad7c; }

.pcw-ticker-quotes.pcw-chart.pcw-yellow {
  color: #FBBD08; }
  .pcw-ticker-quotes.pcw-chart.pcw-yellow ul li .pcw-chart-wrapper {
    border-right: 1px solid #fdd86c; }

.pcw-ticker-quotes.pcw-chart.pcw-olive {
  color: #B5CC18; }
  .pcw-ticker-quotes.pcw-chart.pcw-olive ul li .pcw-chart-wrapper {
    border-right: 1px solid #daec5e; }

.pcw-ticker-quotes.pcw-chart.pcw-green {
  color: #21BA45; }
  .pcw-ticker-quotes.pcw-chart.pcw-green ul li .pcw-chart-wrapper {
    border-right: 1px solid #5ee37e; }

.pcw-ticker-quotes.pcw-chart.pcw-teal {
  color: #00B5AD; }
  .pcw-ticker-quotes.pcw-chart.pcw-teal ul li .pcw-chart-wrapper {
    border-right: 1px solid #1cfff5; }

.pcw-ticker-quotes.pcw-chart.pcw-blue {
  color: #2185D0; }
  .pcw-ticker-quotes.pcw-chart.pcw-blue ul li .pcw-chart-wrapper {
    border-right: 1px solid #6fb4e8; }

.pcw-ticker-quotes.pcw-chart.pcw-aqua {
  color: #7FDBFF; }
  .pcw-ticker-quotes.pcw-chart.pcw-aqua ul li .pcw-chart-wrapper {
    border-right: 1px solid #e5f8ff; }

.pcw-ticker-quotes.pcw-chart.pcw-navy {
  color: #001f3f; }
  .pcw-ticker-quotes.pcw-chart.pcw-navy ul li .pcw-chart-wrapper {
    border-right: 1px solid #0051a5; }

.pcw-ticker-quotes.pcw-chart.pcw-purple {
  color: #A333C8; }
  .pcw-ticker-quotes.pcw-chart.pcw-purple ul li .pcw-chart-wrapper {
    border-right: 1px solid #c882df; }

.pcw-ticker-quotes.pcw-chart.pcw-violet {
  color: #6435C9; }
  .pcw-ticker-quotes.pcw-chart.pcw-violet ul li .pcw-chart-wrapper {
    border-right: 1px solid #a285df; }

.pcw-ticker-quotes.pcw-chart.pcw-pink {
  color: #E03997; }
  .pcw-ticker-quotes.pcw-chart.pcw-pink ul li .pcw-chart-wrapper {
    border-right: 1px solid #ee91c5; }

.pcw-ticker-quotes.pcw-chart.pcw-brown {
  color: #A5673F; }
  .pcw-ticker-quotes.pcw-chart.pcw-brown ul li .pcw-chart-wrapper {
    border-right: 1px solid #cd9c7d; }

.pcw-ticker-quotes.pcw-chart.pcw-grey {
  color: #767676; }
  .pcw-ticker-quotes.pcw-chart.pcw-grey ul li .pcw-chart-wrapper {
    border-right: 1px solid darkgray; }

.pcw-ticker-quotes.pcw-chart.pcw-black {
  color: #000; }
  .pcw-ticker-quotes.pcw-chart.pcw-black ul li .pcw-chart-wrapper {
    border-right: 1px solid #333333; }

.pcw-ticker-quotes.pcw-chart.pcw-white {
  color: #fff; }
  .pcw-ticker-quotes.pcw-chart.pcw-white ul li .pcw-chart-wrapper {
    border-right: 1px solid white; }

.pcw-ticker-quotes.pcw-chart2 {
  color: #fff; }
  .pcw-ticker-quotes.pcw-chart2 .pcw-up, .pcw-ticker-quotes.pcw-chart2 .pcw-down {
    color: #fff; }
  .pcw-ticker-quotes.pcw-chart2 .tickercontainer {
    height: 3em !important; }
  .pcw-ticker-quotes.pcw-chart2 ul li div > span {
    display: block; }
  .pcw-ticker-quotes.pcw-chart2 ul li .pcw-chart-wrapper {
    min-width: 7em;
    padding: 0 1em;
    border-right: 1px solid #fff; }
    .pcw-ticker-quotes.pcw-chart2 ul li .pcw-chart-wrapper .pcw-chart {
      width: 7em;
      height: 3em; }
  .pcw-ticker-quotes.pcw-chart2 ul .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-ticker-quotes.pcw-chart2 ul .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-chart2 ul .pcw-field-price {
    line-height: 2em;
    font-weight: 700;
    display: inline-block; }
  .pcw-ticker-quotes.pcw-chart2 ul .pcw-field-name {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-chart2.pcw-red {
    background: #DB2828; }
  .pcw-ticker-quotes.pcw-chart2.pcw-maroon {
    background: #85144b; }
  .pcw-ticker-quotes.pcw-chart2.pcw-orange {
    background: #F2711C; }
  .pcw-ticker-quotes.pcw-chart2.pcw-yellow {
    background: #FBBD08; }
  .pcw-ticker-quotes.pcw-chart2.pcw-olive {
    background: #B5CC18; }
  .pcw-ticker-quotes.pcw-chart2.pcw-green {
    background: #21BA45; }
  .pcw-ticker-quotes.pcw-chart2.pcw-teal {
    background: #00B5AD; }
  .pcw-ticker-quotes.pcw-chart2.pcw-blue {
    background: #2185D0; }
  .pcw-ticker-quotes.pcw-chart2.pcw-aqua {
    background: #7FDBFF; }
  .pcw-ticker-quotes.pcw-chart2.pcw-navy {
    background: #001f3f; }
  .pcw-ticker-quotes.pcw-chart2.pcw-purple {
    background: #A333C8; }
  .pcw-ticker-quotes.pcw-chart2.pcw-violet {
    background: #6435C9; }
  .pcw-ticker-quotes.pcw-chart2.pcw-pink {
    background: #E03997; }
  .pcw-ticker-quotes.pcw-chart2.pcw-brown {
    background: #A5673F; }
  .pcw-ticker-quotes.pcw-chart2.pcw-grey {
    background: #767676; }
  .pcw-ticker-quotes.pcw-chart2.pcw-black {
    background: #000; }
  .pcw-ticker-quotes.pcw-chart2.pcw-white {
    background: #fff; }

.pcw-ticker-quotes.pcw-chart3 {
  background: #000; }
  .pcw-ticker-quotes.pcw-chart3 .tickercontainer {
    height: 3em !important; }
  .pcw-ticker-quotes.pcw-chart3 ul li div > span {
    display: block; }
  .pcw-ticker-quotes.pcw-chart3 ul li .pcw-chart-wrapper {
    min-width: 7em;
    padding: 0 1em; }
    .pcw-ticker-quotes.pcw-chart3 ul li .pcw-chart-wrapper .pcw-chart {
      width: 7em;
      height: 3em; }
  .pcw-ticker-quotes.pcw-chart3 ul .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-ticker-quotes.pcw-chart3 ul .pcw-field-symbol-from {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-chart3 ul .pcw-field-price {
    line-height: 2em;
    font-weight: 700;
    display: inline-block; }
  .pcw-ticker-quotes.pcw-chart3 ul .pcw-field-name {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-chart3.pcw-red {
    color: #DB2828; }
    .pcw-ticker-quotes.pcw-chart3.pcw-red ul li .pcw-chart-wrapper {
      border-right: 1px solid #ea7f7f; }
  .pcw-ticker-quotes.pcw-chart3.pcw-maroon {
    color: #85144b; }
    .pcw-ticker-quotes.pcw-chart3.pcw-maroon ul li .pcw-chart-wrapper {
      border-right: 1px solid #de217d; }
  .pcw-ticker-quotes.pcw-chart3.pcw-orange {
    color: #F2711C; }
    .pcw-ticker-quotes.pcw-chart3.pcw-orange ul li .pcw-chart-wrapper {
      border-right: 1px solid #f8ad7c; }
  .pcw-ticker-quotes.pcw-chart3.pcw-yellow {
    color: #FBBD08; }
    .pcw-ticker-quotes.pcw-chart3.pcw-yellow ul li .pcw-chart-wrapper {
      border-right: 1px solid #fdd86c; }
  .pcw-ticker-quotes.pcw-chart3.pcw-olive {
    color: #B5CC18; }
    .pcw-ticker-quotes.pcw-chart3.pcw-olive ul li .pcw-chart-wrapper {
      border-right: 1px solid #daec5e; }
  .pcw-ticker-quotes.pcw-chart3.pcw-green {
    color: #21BA45; }
    .pcw-ticker-quotes.pcw-chart3.pcw-green ul li .pcw-chart-wrapper {
      border-right: 1px solid #5ee37e; }
  .pcw-ticker-quotes.pcw-chart3.pcw-teal {
    color: #00B5AD; }
    .pcw-ticker-quotes.pcw-chart3.pcw-teal ul li .pcw-chart-wrapper {
      border-right: 1px solid #1cfff5; }
  .pcw-ticker-quotes.pcw-chart3.pcw-blue {
    color: #2185D0; }
    .pcw-ticker-quotes.pcw-chart3.pcw-blue ul li .pcw-chart-wrapper {
      border-right: 1px solid #6fb4e8; }
  .pcw-ticker-quotes.pcw-chart3.pcw-aqua {
    color: #7FDBFF; }
    .pcw-ticker-quotes.pcw-chart3.pcw-aqua ul li .pcw-chart-wrapper {
      border-right: 1px solid #e5f8ff; }
  .pcw-ticker-quotes.pcw-chart3.pcw-navy {
    color: #001f3f; }
    .pcw-ticker-quotes.pcw-chart3.pcw-navy ul li .pcw-chart-wrapper {
      border-right: 1px solid #0051a5; }
  .pcw-ticker-quotes.pcw-chart3.pcw-purple {
    color: #A333C8; }
    .pcw-ticker-quotes.pcw-chart3.pcw-purple ul li .pcw-chart-wrapper {
      border-right: 1px solid #c882df; }
  .pcw-ticker-quotes.pcw-chart3.pcw-violet {
    color: #6435C9; }
    .pcw-ticker-quotes.pcw-chart3.pcw-violet ul li .pcw-chart-wrapper {
      border-right: 1px solid #a285df; }
  .pcw-ticker-quotes.pcw-chart3.pcw-pink {
    color: #E03997; }
    .pcw-ticker-quotes.pcw-chart3.pcw-pink ul li .pcw-chart-wrapper {
      border-right: 1px solid #ee91c5; }
  .pcw-ticker-quotes.pcw-chart3.pcw-brown {
    color: #A5673F; }
    .pcw-ticker-quotes.pcw-chart3.pcw-brown ul li .pcw-chart-wrapper {
      border-right: 1px solid #cd9c7d; }
  .pcw-ticker-quotes.pcw-chart3.pcw-grey {
    color: #767676; }
    .pcw-ticker-quotes.pcw-chart3.pcw-grey ul li .pcw-chart-wrapper {
      border-right: 1px solid darkgray; }
  .pcw-ticker-quotes.pcw-chart3.pcw-black {
    color: #000; }
    .pcw-ticker-quotes.pcw-chart3.pcw-black ul li .pcw-chart-wrapper {
      border-right: 1px solid #333333; }
  .pcw-ticker-quotes.pcw-chart3.pcw-white {
    color: #fff; }
    .pcw-ticker-quotes.pcw-chart3.pcw-white ul li .pcw-chart-wrapper {
      border-right: 1px solid white; }

.pcw-ticker-quotes.pcw-chart4 {
  background: #000; }
  .pcw-ticker-quotes.pcw-chart4 .tickercontainer {
    height: 1.8em !important; }
  .pcw-ticker-quotes.pcw-chart4 ul .fas {
    font-size: 1.5em;
    vertical-align: bottom; }
  .pcw-ticker-quotes.pcw-chart4 ul .pcw-field-logo img {
    vertical-align: middle;
    height: 1.2em;
    width: auto; }
  .pcw-ticker-quotes.pcw-chart4 ul .pcw-field-name {
    font-weight: bold; }
  .pcw-ticker-quotes.pcw-chart4 ul .pcw-chart-wrapper {
    min-width: 7em;
    padding: 0 0.5em; }
    .pcw-ticker-quotes.pcw-chart4 ul .pcw-chart-wrapper .pcw-chart {
      width: 150px;
      height: 1.8em; }
  .pcw-ticker-quotes.pcw-chart4.pcw-red {
    color: #DB2828; }
  .pcw-ticker-quotes.pcw-chart4.pcw-maroon {
    color: #85144b; }
  .pcw-ticker-quotes.pcw-chart4.pcw-orange {
    color: #F2711C; }
  .pcw-ticker-quotes.pcw-chart4.pcw-yellow {
    color: #FBBD08; }
  .pcw-ticker-quotes.pcw-chart4.pcw-olive {
    color: #B5CC18; }
  .pcw-ticker-quotes.pcw-chart4.pcw-green {
    color: #21BA45; }
  .pcw-ticker-quotes.pcw-chart4.pcw-teal {
    color: #00B5AD; }
  .pcw-ticker-quotes.pcw-chart4.pcw-blue {
    color: #2185D0; }
  .pcw-ticker-quotes.pcw-chart4.pcw-aqua {
    color: #7FDBFF; }
  .pcw-ticker-quotes.pcw-chart4.pcw-navy {
    color: #001f3f; }
  .pcw-ticker-quotes.pcw-chart4.pcw-purple {
    color: #A333C8; }
  .pcw-ticker-quotes.pcw-chart4.pcw-violet {
    color: #6435C9; }
  .pcw-ticker-quotes.pcw-chart4.pcw-pink {
    color: #E03997; }
  .pcw-ticker-quotes.pcw-chart4.pcw-brown {
    color: #A5673F; }
  .pcw-ticker-quotes.pcw-chart4.pcw-grey {
    color: #767676; }
  .pcw-ticker-quotes.pcw-chart4.pcw-black {
    color: #000; }
  .pcw-ticker-quotes.pcw-chart4.pcw-white {
    color: #fff; }

.pcw-toast.pcw-black-background {
  background: #000;
  /*COLOR THEMES*/ }
  .pcw-toast.pcw-black-background .iziToast-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 8px;
    opacity: 0.6; }
  .pcw-toast.pcw-black-background.pcw-red .iziToast-title, .pcw-toast.pcw-black-background.pcw-red p.iziToast-message {
    color: #e25454; }
  .pcw-toast.pcw-black-background.pcw-maroon .iziToast-title, .pcw-toast.pcw-black-background.pcw-maroon p.iziToast-message {
    color: #b11b64; }
  .pcw-toast.pcw-black-background.pcw-orange .iziToast-title, .pcw-toast.pcw-black-background.pcw-orange p.iziToast-message {
    color: #f58f4c; }
  .pcw-toast.pcw-black-background.pcw-yellow .iziToast-title, .pcw-toast.pcw-black-background.pcw-yellow p.iziToast-message {
    color: #fcca3a; }
  .pcw-toast.pcw-black-background.pcw-olive .iziToast-title, .pcw-toast.pcw-black-background.pcw-olive p.iziToast-message {
    color: #cfe730; }
  .pcw-toast.pcw-black-background.pcw-green .iziToast-title, .pcw-toast.pcw-black-background.pcw-green p.iziToast-message {
    color: #33db5b; }
  .pcw-toast.pcw-black-background.pcw-teal .iziToast-title, .pcw-toast.pcw-black-background.pcw-teal p.iziToast-message {
    color: #00e8de; }
  .pcw-toast.pcw-black-background.pcw-blue .iziToast-title, .pcw-toast.pcw-black-background.pcw-blue p.iziToast-message {
    color: #439de1; }
  .pcw-toast.pcw-black-background.pcw-aqua .iziToast-title, .pcw-toast.pcw-black-background.pcw-aqua p.iziToast-message {
    color: #b2e9ff; }
  .pcw-toast.pcw-black-background.pcw-navy .iziToast-title, .pcw-toast.pcw-black-background.pcw-navy p.iziToast-message {
    color: #003872; }
  .pcw-toast.pcw-black-background.pcw-purple .iziToast-title, .pcw-toast.pcw-black-background.pcw-purple p.iziToast-message {
    color: #b659d5; }
  .pcw-toast.pcw-black-background.pcw-violet .iziToast-title, .pcw-toast.pcw-black-background.pcw-violet p.iziToast-message {
    color: #835dd4; }
  .pcw-toast.pcw-black-background.pcw-pink .iziToast-title, .pcw-toast.pcw-black-background.pcw-pink p.iziToast-message {
    color: #e765ae; }
  .pcw-toast.pcw-black-background.pcw-brown .iziToast-title, .pcw-toast.pcw-black-background.pcw-brown p.iziToast-message {
    color: #bf8058; }
  .pcw-toast.pcw-black-background.pcw-grey .iziToast-title, .pcw-toast.pcw-black-background.pcw-grey p.iziToast-message {
    color: #909090; }
  .pcw-toast.pcw-black-background.pcw-black .iziToast-title, .pcw-toast.pcw-black-background.pcw-black p.iziToast-message {
    color: #1a1a1a; }
  .pcw-toast.pcw-black-background.pcw-black .iziToast-title, .pcw-toast.pcw-black-background.pcw-black p.iziToast-message {
    color: #fff; }
  .pcw-toast.pcw-black-background.pcw-white .iziToast-title, .pcw-toast.pcw-black-background.pcw-white p.iziToast-message {
    color: white; }

.pcw-toast.pcw-color {
  /*COLOR THEMES*/ }
  .pcw-toast.pcw-color p.iziToast-message {
    color: #000; }
  .pcw-toast.pcw-color.pcw-red {
    background: rgba(221, 53, 53, 0.8);
    border-color: #DB2828; }
  .pcw-toast.pcw-color.pcw-maroon {
    background: rgba(146, 22, 83, 0.8);
    border-color: #85144b; }
  .pcw-toast.pcw-color.pcw-orange {
    background: rgba(243, 122, 42, 0.8);
    border-color: #F2711C; }
  .pcw-toast.pcw-color.pcw-yellow {
    background: rgba(251, 193, 23, 0.8);
    border-color: #FBBD08; }
  .pcw-toast.pcw-color.pcw-olive {
    background: rgba(193, 218, 26, 0.8);
    border-color: #B5CC18; }
  .pcw-toast.pcw-color.pcw-green {
    background: rgba(35, 199, 74, 0.8);
    border-color: #21BA45; }
  .pcw-toast.pcw-color.pcw-teal {
    background: rgba(0, 196, 188, 0.8);
    border-color: #00B5AD; }
  .pcw-toast.pcw-color.pcw-blue {
    background: rgba(36, 141, 220, 0.8);
    border-color: #2185D0; }
  .pcw-toast.pcw-color.pcw-aqua {
    background: rgba(142, 223, 255, 0.8);
    border-color: #7FDBFF; }
  .pcw-toast.pcw-color.pcw-navy {
    background: rgba(0, 39, 78, 0.8);
    border-color: #001f3f; }
  .pcw-toast.pcw-color.pcw-purple {
    background: rgba(170, 61, 205, 0.8);
    border-color: #A333C8; }
  .pcw-toast.pcw-color.pcw-violet {
    background: rgba(109, 65, 205, 0.8);
    border-color: #6435C9; }
  .pcw-toast.pcw-color.pcw-pink {
    background: rgba(226, 70, 158, 0.8);
    border-color: #E03997; }
  .pcw-toast.pcw-color.pcw-brown {
    background: rgba(176, 110, 67, 0.8);
    border-color: #A5673F; }
  .pcw-toast.pcw-color.pcw-grey {
    background: rgba(126, 126, 126, 0.8);
    border-color: #767676; }
  .pcw-toast.pcw-color.pcw-black {
    background: rgba(8, 8, 8, 0.8);
    border-color: #000; }
  .pcw-toast.pcw-color.pcw-white {
    background: rgba(255, 255, 255, 0.8);
    border-color: #fff; }

.pcw-toast.pcw-gradient {
  color: #000;
  /*COLOR THEMES*/ }
  .pcw-toast.pcw-gradient.pcw-red {
    background-color: #ea7f7f !important;
    background-image: linear-gradient(to right, #ea7f7f, #e04747) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #ea7f7f, #e04747) !important;
    background: -moz-linear-gradient(to right, #ea7f7f, #e04747) !important;
    background: -o-linear-gradient(to right, #ea7f7f, #e04747) !important;
    background: -webkit-linear-gradient(to right, #ea7f7f, #e04747) !important;
    border-color: #DB2828; }
  .pcw-toast.pcw-gradient.pcw-maroon {
    background-color: #de217d !important;
    background-image: linear-gradient(to right, #de217d, #a4195d) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #de217d, #a4195d) !important;
    background: -moz-linear-gradient(to right, #de217d, #a4195d) !important;
    background: -o-linear-gradient(to right, #de217d, #a4195d) !important;
    background: -webkit-linear-gradient(to right, #de217d, #a4195d) !important;
    border-color: #85144b; }
  .pcw-toast.pcw-gradient.pcw-orange {
    background-color: #f8ad7c !important;
    background-image: linear-gradient(to right, #f8ad7c, #f4863e) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #f8ad7c, #f4863e) !important;
    background: -moz-linear-gradient(to right, #f8ad7c, #f4863e) !important;
    background: -o-linear-gradient(to right, #f8ad7c, #f4863e) !important;
    background: -webkit-linear-gradient(to right, #f8ad7c, #f4863e) !important;
    border-color: #F2711C; }
  .pcw-toast.pcw-gradient.pcw-yellow {
    background-color: #fdd86c !important;
    background-image: linear-gradient(to right, #fdd86c, #fcc62b) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #fdd86c, #fcc62b) !important;
    background: -moz-linear-gradient(to right, #fdd86c, #fcc62b) !important;
    background: -o-linear-gradient(to right, #fdd86c, #fcc62b) !important;
    background: -webkit-linear-gradient(to right, #fdd86c, #fcc62b) !important;
    border-color: #FBBD08; }
  .pcw-toast.pcw-gradient.pcw-olive {
    background-color: #daec5e !important;
    background-image: linear-gradient(to right, #daec5e, #cce523) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #daec5e, #cce523) !important;
    background: -moz-linear-gradient(to right, #daec5e, #cce523) !important;
    background: -o-linear-gradient(to right, #daec5e, #cce523) !important;
    background: -webkit-linear-gradient(to right, #daec5e, #cce523) !important;
    border-color: #B5CC18; }
  .pcw-toast.pcw-gradient.pcw-green {
    background-color: #5ee37e !important;
    background-image: linear-gradient(to right, #5ee37e, #26d850) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #5ee37e, #26d850) !important;
    background: -moz-linear-gradient(to right, #5ee37e, #26d850) !important;
    background: -o-linear-gradient(to right, #5ee37e, #26d850) !important;
    background: -webkit-linear-gradient(to right, #5ee37e, #26d850) !important;
    border-color: #21BA45; }
  .pcw-toast.pcw-gradient.pcw-teal {
    background-color: #1cfff5 !important;
    background-image: linear-gradient(to right, #1cfff5, #00d9cf) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #1cfff5, #00d9cf) !important;
    background: -moz-linear-gradient(to right, #1cfff5, #00d9cf) !important;
    background: -o-linear-gradient(to right, #1cfff5, #00d9cf) !important;
    background: -webkit-linear-gradient(to right, #1cfff5, #00d9cf) !important;
    border-color: #00B5AD; }
  .pcw-toast.pcw-gradient.pcw-blue {
    background-color: #6fb4e8 !important;
    background-image: linear-gradient(to right, #6fb4e8, #3696df) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #6fb4e8, #3696df) !important;
    background: -moz-linear-gradient(to right, #6fb4e8, #3696df) !important;
    background: -o-linear-gradient(to right, #6fb4e8, #3696df) !important;
    background: -webkit-linear-gradient(to right, #6fb4e8, #3696df) !important;
    border-color: #2185D0; }
  .pcw-toast.pcw-gradient.pcw-aqua {
    background-color: #e5f8ff !important;
    background-image: linear-gradient(to right, #e5f8ff, #a3e5ff) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #e5f8ff, #a3e5ff) !important;
    background: -moz-linear-gradient(to right, #e5f8ff, #a3e5ff) !important;
    background: -o-linear-gradient(to right, #e5f8ff, #a3e5ff) !important;
    background: -webkit-linear-gradient(to right, #e5f8ff, #a3e5ff) !important;
    border-color: #7FDBFF; }
  .pcw-toast.pcw-gradient.pcw-navy {
    background-color: #0051a5 !important;
    background-image: linear-gradient(to right, #0051a5, #003163) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #0051a5, #003163) !important;
    background: -moz-linear-gradient(to right, #0051a5, #003163) !important;
    background: -o-linear-gradient(to right, #0051a5, #003163) !important;
    background: -webkit-linear-gradient(to right, #0051a5, #003163) !important;
    border-color: #001f3f; }
  .pcw-toast.pcw-gradient.pcw-purple {
    background-color: #c882df !important;
    background-image: linear-gradient(to right, #c882df, #b14dd2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #c882df, #b14dd2) !important;
    background: -moz-linear-gradient(to right, #c882df, #b14dd2) !important;
    background: -o-linear-gradient(to right, #c882df, #b14dd2) !important;
    background: -webkit-linear-gradient(to right, #c882df, #b14dd2) !important;
    border-color: #A333C8; }
  .pcw-toast.pcw-gradient.pcw-violet {
    background-color: #a285df !important;
    background-image: linear-gradient(to right, #a285df, #7951d1) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #a285df, #7951d1) !important;
    background: -moz-linear-gradient(to right, #a285df, #7951d1) !important;
    background: -o-linear-gradient(to right, #a285df, #7951d1) !important;
    background: -webkit-linear-gradient(to right, #a285df, #7951d1) !important;
    border-color: #6435C9; }
  .pcw-toast.pcw-gradient.pcw-pink {
    background-color: #ee91c5 !important;
    background-image: linear-gradient(to right, #ee91c5, #e558a7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #ee91c5, #e558a7) !important;
    background: -moz-linear-gradient(to right, #ee91c5, #e558a7) !important;
    background: -o-linear-gradient(to right, #ee91c5, #e558a7) !important;
    background: -webkit-linear-gradient(to right, #ee91c5, #e558a7) !important;
    border-color: #E03997; }
  .pcw-toast.pcw-gradient.pcw-brown {
    background-color: #cd9c7d !important;
    background-image: linear-gradient(to right, #cd9c7d, #bb784d) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #cd9c7d, #bb784d) !important;
    background: -moz-linear-gradient(to right, #cd9c7d, #bb784d) !important;
    background: -o-linear-gradient(to right, #cd9c7d, #bb784d) !important;
    background: -webkit-linear-gradient(to right, #cd9c7d, #bb784d) !important;
    border-color: #A5673F; }
  .pcw-toast.pcw-gradient.pcw-grey {
    background-color: darkgray !important;
    background-image: linear-gradient(to right, darkgray, #888888) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, darkgray, #888888) !important;
    background: -moz-linear-gradient(to right, darkgray, #888888) !important;
    background: -o-linear-gradient(to right, darkgray, #888888) !important;
    background: -webkit-linear-gradient(to right, darkgray, #888888) !important;
    border-color: #767676; }
  .pcw-toast.pcw-gradient.pcw-black {
    background-color: #333333 !important;
    background-image: linear-gradient(to right, #333333, #121212) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, #333333, #121212) !important;
    background: -moz-linear-gradient(to right, #333333, #121212) !important;
    background: -o-linear-gradient(to right, #333333, #121212) !important;
    background: -webkit-linear-gradient(to right, #333333, #121212) !important;
    border-color: #000; }
    .pcw-toast.pcw-gradient.pcw-black .iziToast-title, .pcw-toast.pcw-gradient.pcw-black p.iziToast-message {
      color: #fff; }
    .pcw-toast.pcw-gradient.pcw-black .iziToast-close {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
      background-size: 8px;
      opacity: 0.6; }
  .pcw-toast.pcw-gradient.pcw-white {
    background-color: white !important;
    background-image: linear-gradient(to right, white, white) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-code', endColorstr='$color-code2') !important;
    background: -ms-linear-gradient(to right, white, white) !important;
    background: -moz-linear-gradient(to right, white, white) !important;
    background: -o-linear-gradient(to right, white, white) !important;
    background: -webkit-linear-gradient(to right, white, white) !important;
    border-color: #fff; }
