.livescore{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding:15vmin 0;
}


.livescore_nav{
  width: 100%;
  max-width: 1000px;
}

.ls_nav_item{
  background: -webkit-linear-gradient(var(--color1_1), var(--color1_2));
  background: -o-linear-gradient(var(--color1_1), var(--color1_2));
  background: linear-gradient(var(--color1_1), var(--color1_2));
  overflow: hidden;
  cursor:pointer;
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  padding: 5px 20px;
  border-radius: 3px;
  margin-right: 15px;
}

.ls_nav_item img{
  height:40px;
  margin-right: 5px;
}

.ls_nav_item:hover, .ls_nav_active{
  background: var(--color1_3);
  color:var(--color1_1);
}


.livescore_item{
  width: 100%;
  max-width: 1000px;
  align-items: flex-start;
  background: white;
  justify-content: space-around;
  padding:10px 0;
  display:none;
}
