#rindex-chart-container {
    height: 92vh;
}

.rindex-subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.3px;
    text-transform: uppercase;
    color: #2869c9;
    z-index: 30;
}

.rindex-title {
    font-size: 38px;
    letter-spacing: -0.9px;
    color: rgb(35, 49, 67);
    margin: 0px;
}

.rindex-value {
    font-size: 5em;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(40, 105, 201);
}

.arrow {
    width: 3rem;
    height: 3rem;
}

.up-arrow {
    color: #5eba00;
}

.down-arrow {
    color: #cd201f;
}
/*
.down-arrow::before {
    font-size: 0.75em;
    content: "";
    display: inline-block;
    border-width: 0 0.285em;
    border-color: transparent;
    border-style: solid;
    margin-right: 0.25em;
    border-top: 1em solid #d00c0c;
}
*/
.rindex-change-percentage {
  /*  font-size: 2.0rem; */
}

.change {
    display: flex;
    flex-direction: row;
}

.rindex-description {
    margin-bottom: 2rem;
}

#rindex-information {
    position: absolute;
    z-index: 1;
/*    width: 35rem;
    height: 15rem;
    top: 5rem;*/
    left: 20%;
    display: flex;
    flex-direction: column;
	text-shadow: 2px 2px 5px #FFF;
}

.loader-central {
	position: absolute;
	left: 50%;
	display: block;
	text-align: center;
	z-index: 1;
	}

.scroll-down {
	position: absolute;
	left: 48%;
	bottom: 3px;
	display: block;
	text-align: center;
	color: black;
	z-index: 100;
	line-height: 0.6;
	text-decoration: none;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
	-webkit-animation: fade_move_down 12s ease-in-out infinite;
	-moz-animation:    fade_move_down 12s ease-in-out infinite;
	animation:         fade_move_down 12s ease-in-out infinite;
	}

.scroll-down a {
    color: black;
    text-decoration: none;
    }

#last-update {

    margin-bottom: 1em;

}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,5px); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,5px); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,5px); opacity: 0; }
}
