#uvisExample {
  width:100%;
  height:100%;
  overflow: hidden;
  position:absolute;
}

#uvisExampleContainer {
  position:absolute;
  width:100%;
  height:100%;
  padding:1em;
  overflow-y:auto;
}

#uvisExample .item {
  cursor:pointer;
}
#uvisExample .item.current {
  background:#FF0;
}
