#alphascroll {
  list-style: none;
  position: fixed;
  top: 70px;
  right: 0px;
  z-index: 1001;
  margin-left: 0;
  padding-left: 0;
  padding: 0;
  cursor: pointer;
  min-width: 33px;
  width: 6%;
}
#alphascroll li {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  width: 28px;
}
#alphascroll li.truncated {
  display: none;
}

#mylistview li.ui-li-divider {
  visibility: hidden;
  height: 0;
}
