.x-tree-node table {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
  line-height: 15px;
  padding-top: 0px !important;

}
.file-table {
  width: 100%;
  border-spacing: 0px !important;
  border: 1px solid #dae2ff;
}
.file-table td {
  border: 1px solid #eaeafb;
}
.file-table p {
    padding:  5px !important;
}
.file-label {
   font-style: italic;
   font-weight: bold;
   padding-top: 3px !important;
}

.category {
  background-color: #b3c7e1;
  font-weight: bold;

}
.category a span{
 color: #15428B;
}
.folder a span{
 color: #15428B;
 font-weight: bold;
}
.preview-text {
    color: #666666;

}

