.sb-con
{
  display:flex;
  width: 100%;
  color: white;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.sb-pos
{
  background: rgb(20, 207, 99); 
  cursor: pointer;
  display:flex;
}
.sb-neg
{
  background: rgb(255, 93, 73);
  cursor: pointer;
  display:flex;
}

.sb-percent
{
  font-weight: 500;
  align-self: center;
  margin: auto;
}

.sb-percent-below
{
  position: relative;
  color: black;
}

.sb-abs
{
  position:absolute;
}

.sentibar-box
{
  background: white;
  width: 100%;
  height: 3.125em;
  position: relative;
  padding: 0 0 0 0;
}

.sentibar-line
{
  height: 1.6em;
  border-bottom: 1px solid black;

}
.sentibar-tri
{
  background: white;
  border: 1px solid black;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: relative;
  top: 1.045em;
  width: 1.15em;
  height: 1.15em;
}
    
 
    
