#ew-active-items,
#ew-disabled-items {
  margin: 8px 0px;
}
#ew-active-items li {
  background: #fff;
}
#ew-disabled-items li {
  background: #eee; 
}

li.ew-item {
  line-height: 30px;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #eee;
  margin: 0px;
  padding: 0px 4px;
}
.ew-widget-weight {
  display: block;
  float: right;
  margin-top: 4px;
}
#ew-disabled-items .ew-widget-weight {
  display: none;
}
#ew-active-items li:hover {
  cursor: n-resize;
}