/*
less CSS

@author chenpw@gmail.com
@createdate 20120414
------------------------------------------------------------------------*/
.icon-delproject {
  background-image: url(images/icon-delproject.png);
}
.icon-prjsettings {
  background-image: url(images/icon-prjsettings.png);
}
.sz-metadata-explorer-overview {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.sz-metadata-explorer-overview .sz-metadata-explorer-overview-lf {
  position: absolute;
  left: 13px;
  right: 50%;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
}
.sz-metadata-explorer-overview .sz-metadata-explorer-overview-rt {
  position: absolute;
  left: 51%;
  right: 13px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 20px 0;
}
.sz-metadata-explorer-overview .sz-commons-simplelist-container {
  overflow-x: hidden;
}
.sz-metadata-explorer-overview .sz-commons-simplelist thead tr th {
  height: 1px;
  line-height: 1px;
}
