#list-items {
  list-style: none;
}

#list-items li {
  white-space: nowrap;
  padding: 20px 20px;
  padding-left: 40px;
  border-top: 1px solid #d7d7d7;
  transition: color 0.3s, background-color 0.3s;
}

#right-content {
  margin-left: 50px;
}

#list-items li:last-child {
  border-bottom: 1px solid #d7d7d7;
}

#list-items li:hover {
  background-color: #24B1DA;
  color: #fff;
  cursor: pointer;
}

#main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-title {
  font-size: 16px;
  color: #24B1DA;
}

.feature-title-orange {
  font-size: 16px;
  color: #FC6;
}

.feature-li li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  color: #777;
  font-weight: lighter;
  line-height: 1.6em;
  text-align: justify;
}

.data-p {
  font-size: 13px;
  color: #777;
}

.data-margin {
  margin-left: 35px;
}

.ol-margin  {
  margin-top: 10px;
  margin-left: 35px;
}

.overflow-scroll {
  height: 500px;
  overflow-y:scroll;
}

.overflow-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}