html {
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  color: #333;
}
body {
  padding: 20px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #555;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.icon {
  width: 16px;
  vertical-align: middle;
}
#filter {
  float: right;
  padding: 6px;
  margin-bottom: 10px;
}
.footer {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
