#result {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
#result p {
  margin: 5px 0 5px 0;
}
#result li {
  padding: 10px;
}
#result li h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#result li:nth-child(odd) {
  background: #e1e1e1;
}

div#result {
  padding: 10px;
}

.filePreview {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.filePreview img {
  border: 0;
  display: inline;
  max-height: 100px;
  max-width: 100px;
}

.fileDesc {
  display: table-cell;
  font-weight: normal;
  line-height: 200%;
  padding-left: 10px;
  vertical-align: middle;
}
.fileDesc input {
  background-color: transparent;
  border: none;
  height: 30px;
  width: 400px;
}
.fileDesc input:hover {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  height: 30px;
}

.onClickSaveValue,
.onClickCancel {
  cursor: pointer;
  display: none;
  padding: 0 0 0 4px;
}

.filterBox,
.hide {
  display: none;
}

.emptyResult {
  display: none;
}
/*# sourceMappingURL=editFiles.css.map */
