#content {
  background: #ffffff;
}

#toolbar {
  display:none
}

.import-icon {
  background-image: url(../img/workspace/document-import.png);
}
.new-project-icon {
  background-image: url(../img/workspace/document.png);
}
.edit-prefixes-icon {
  background-image: url(../img/workspace/wrench-screwdriver.png);
}
.edit-icon {
  background-image: url(../img/workspace/wrench.png);
}
.add-icon {
  background-image: url(../img/workspace/plus.png);
}
.remove-icon {
  background-image: url(../img/workspace/cross.png);
}
.export-icon {
  background-image: url(../img/workspace/document-export.png);
}
.open-icon {
  background-image: url(../img/workspace/document--pencil.png);
}
.add-ls-icon {
  background-image: url(../img/workspace/document--plus.png);
}
.filetree span.source {
  background: url("../img/workspace/server.png") no-repeat !important;
}

.filetree span.transform {
  background: url("../img/workspace/arrow-skip.png") no-repeat !important;
}

.filetree span.link {
  background: url("../img/workspace/arrow-join.png") no-repeat !important;
}

.filetree span.output {
  background: url("../img/workspace/server--arrow.png") no-repeat !important;
}