
html,body{
}
#directories{
  clear: both;
}
.folder{
  display: block;
  width: 200px;
  height: 30px;
  background-color: #FBFBFB;
  float: left;
  line-height: 30px;
  text-align: center;
  margin: 2px;
  font-size: 14px;
  font-family: sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.name{
  display: block;
  width: 200px;
  height: 30px;
  background-color: #FBFBFB;
  float: left;
  line-height: 30px;
  text-align: center;
  margin: 2px;
  font-size: 14px;
  font-family: sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a{
  color: #999;
}

