#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;
}
#all-widgets {
  font: normal 18px/20px Arial;
}
#all-widgets table {
  border: 1px solid #000;
  width: 98%;
}
#all-widgets table th {
  background-color: #444;
  color: #fff;
  padding: 4px 6px;
}
#all-widgets table td {
  font: normal 18px/20px Arial;
  padding: 8px 12px;
  border-bottom: 1px solid #666;
}
#all-widgets th.default {width: 42px; font: normal 12px serif;}
#all-widgets td.default {width: 42px; text-align: center;}
#all-widgets td.ewid { font-size: 14px; text-align: center; }
#all-widgets td.title { font-weight: bold; width: 60%; }
#all-widgets td.name { font-size: 16px;}
#all-widgets td.edit { text-align: center;}