.attachment-control {
  border: solid 1px gray;
  background-color: #ddd;
  padding: 4px;
  width: 400px;
  vertical-align: middle;
}
.attachment-control .preview {
  display: block;
  float: left;
  border: solid 1px gray;
  width: 50px;
  height: 50px;
  margin-right: 4px;
}
.attachment-control .sep {
  clear: left;
}

form.node-file-create-form .url-wrapper {
  display: none;
}

.attachment-control .controls span {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  margin-right: 10px;
}
.attachment-control .controls span.active {
  text-decoration: underline;
  cursor: default;
  color: black;
}

.attachment-control .remote.tab input {
  width: 350px;
}


.attachment-control div.tab.remote,
.attachment-control div.tab.archive {
  display: none;
}

.attachment-control .archive.tab .options {
  border-collapse: collapse;
}

.attachment-control .options,
.attachment-control .options td.name,
.attachment-control .options td.info {
  width: 100%;
}

.attachment-control .options tr.odd {
  background-color: #ddd;
}

.attachment-control .options td {
  vertical-align: middle;
  padding: 4px 4px 4px 0;
}
.attachment-control .options td.check {
  padding-left: 4px;
}
.attachment-control .options td.size {
  text-align: right;
}
.attachment-control .options th {
  background-color: transparent;
}
