.help_button {
  display: inline-block;
  padding: 0.75em 1.25em;
  font-size: 1.3rem;
  color: #b99a3d;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  margin-right: 1.5em;
  border: 2px solid #b99a3d;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 2;
  transition: .5s ease all;
}
.help_button:hover {
  text-decoration: none;
  background: #b99a3d;
  color: #2c2c2c;
}	

/* Tooltips Slide in */	
#toolTipBar{
  position:fixed;
  display:block;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(50,50,50,.95);
  border-width: 3px;
  border-style: solid;
  border-color: transparent #b99a3d transparent transparent;
  top: 0;
  left: -100%;
  width: 50%;
  max-width: 960px;
  height: 100%;
  transition: left .5s;
  z-index:3;					
  backdrop-filter: blur(2px);	
}
#toolTipBar::-webkit-scrollbar{
  background: rgba(50,50,50,.95);
  width: 8px;
}
#toolTipBar::-webkit-scrollbar-thumb{
  background: #85426b90;
  border-radius: 5px;
}
#toolTipBar .close{
  display: inline-block;
  padding: 0.75em 0.75em;
  font-size: 1.3rem;
  color: #b99a3d;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  margin-right: 1.5em;
  border: 2px solid #b99a3d;
  position: fixed;
  top: 22px;
  left: 0;
  z-index: 5;
  transition: .5s ease all;
}
#toolTipBar .close:hover{
  background: #b99a3d;
  color: #2c2c2c;
}
#toolTipContainer{
  color:white;
  padding:20px;
  font-size: 1em;
}
#toolTipContainer p{
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  color: #b99a3d;
  padding: 10px 5px;
}
#toolTipContainer ul{
  padding: 0 5px;
}
#toolTipContainer li{
  font-size: 0.9rem;
  text-align: left;
  color: #b99a3d;
  padding: 2px;
}
#toolTipContainer a{
  color: #ca83af;
}
#toolTipContainer a:hover{
  color: #df5371;
}
/* End Tooltip Slide In start back button*/

.back_button {
  display: inline-block;
  padding: 0.6em 0.95em;
  font-size: 1.3rem;
  color: #85426b;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  margin-right: 1.5em;
  border: 2px solid #85426b;
  position: fixed;
  top: 105px;
  left: 0;
  z-index: 2;
  transition: .5s ease all;
  cursor: pointer;
}
.back_button:hover {
  text-decoration: none;
  background: #85426b;
  color: #2c2c2c;
}	
a.back_button {
  color: #85426b;
}

.back_button_low {
  display: inline-block;
  padding: 0.6em 0.95em;
  font-size: 1.3rem;
  color: #85426b;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  margin-right: 1.5em;
  border: 2px solid #85426b;
  position: fixed;
  top: 185px;
  left: 0;
  z-index: 2;
  transition: .5s ease all;
  cursor: pointer;
}
.back_button_low:hover {
  text-decoration: none;
  background: #85426b;
  color: #2c2c2c;
}	
a.back_button_low {
  color: #85426b;
}

.tickers_button {
  display: inline-block;
  padding: 25px 5px 0 5px;
  font-size: 1rem;
  color: #b99a3d;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-radius: 2.25em;
  border: 2px solid #b99a3d;
  position: relative;
  transition: .5s ease all;
  cursor: pointer;
}
.tickers_button:hover {
  text-decoration: none;
  background: #b99a3d;
  color: #2c2c2c;
}	

.help_button_i {
  display: inline-block;
  padding: 0.1em 0.4em;
  font-size: 1rem;
  color: #b99a3d;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #2c2c2c;
  border-radius: 1.25em;
  margin-left: 0.5em;
  border: 2px solid #b99a3d;
  position: relative;
  transition: .5s ease all;
  cursor: pointer;
}
.help_button_i:hover {
  text-decoration: none;
  background: #b99a3d;
  color: #2c2c2c;
}	
