.woocommerce_options_panel .downloadable_files {
  padding: 0 9px 0 9px !important;
}

@media only screen and (max-width: 1280px) {
  .woocommerce_options_panel .downloadable_files table .sort,
  .woocommerce_variations .downloadable_files table .sort {
    visibility: hidden;
    display: none;
  }
}

.jtd_attachment_results {
  max-width: 900px;
  margin: 64px auto 0;
}

.jtd_attachment_result_count {
  margin-bottom: 48px;
}

.jtd_attachment_post_container {
  margin: 32px 0;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

.jtd_attachment_file_name {
  margin-left: 32px;
}

.jtd_attachment_file_name > i {
  margin-right: 16px;
}
