.richtrack .spt-snippet.is-disabled {
  display: none; }

.richtrack .richtrack__fadeOut {
  -webkit-animation-name: RichtrackfadeOut;
  animation-name: RichtrackfadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.richtrack .richtrack__fadeIn {
  -webkit-animation-name: RichtrackfadeIn;
  animation-name: RichtrackfadeIn;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes RichtrackfadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes RichtrackfadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes RichtrackfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes RichtrackfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

div[data-tab-type="richtracks"] .grid-stream-inner-container {
  margin-bottom: 16px; }
