* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #111111;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  padding: 24px 16px 40px;
}

a {
  color: #0a58ca;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  max-width: 920px;
  margin: 0 auto;
}

.toolbar {
  margin-bottom: 16px;
}

.toolbar input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  font: inherit;
}

.list-wrap {
  overflow-x: auto;
}

.file-table {
  width: 100%;
  border-collapse: collapse;
}

.file-table th,
.file-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

.file-table th {
  font-weight: 600;
}

.file-date {
  white-space: nowrap;
  color: #555555;
}

.empty-row td {
  color: #777777;
}
