.ui-content {
  width: 960px;
  height: 654px;
  margin: -327px 0 0 -480px;
}

.ui-files {
  background: #fff;
  margin-bottom: 0;
  text-align: left;
  height: 594px;
  box-shadow: 0 0 13px #333;
}

.ui-pillar {
  height: 36px;
}

.ui-files-list {
  height: 558px;
  padding: 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-files-list p {
  height: 31px;
  line-height: 31px;
}

.ui-line-num,
.ui-file-type,
.ui-file-mtime,
.ui-files-list a {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  width: 630px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-files .ui-dirname {
  width: 940px;
  height: 35px;
  line-height: 35px;
  font-size: 23px;
  font-weight: bold;
  background: #ccc;
  position: absolute;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #aaa;
}

.ui-files a:hover {
  text-decoration: underline;
  color: #f00;
}

.ui-files a:visited {
  color: #666;
}

.ui-line-num {
  font-weight: bold;
  width: 40px;
  padding-right: 10px;
  text-align: right;
}

.ui-file-type {
  width: 55px;
  color: #090;
}

.ui-file-mtime {
  width: 188px;
  color: #900;
}

.ui-home {
  margin-top: 26px;
}
