body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #111111;
  padding: 20px;
  margin: 0;
}

h1,
h2 {
  color: #111111;
}

hr {
  border: none;
  border-top: 1px solid #eeeeee;
  margin: 28px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 14px;
}

th,
td {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  vertical-align: middle;
}

th {
  background: #f8f8f8;
  color: #111111;
  font-weight: 600;
}

tr:hover {
  background: #fafafa;
}

.match,
.low,
.noimg {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.match {
  background: #e8f5e9;
  color: #1b5e20;
}

.low {
  background: #fff3e0;
  color: #e65100;
}

.noimg {
  background: #ffebee;
  color: #b71c1c;
}

.btn {
  display: inline-block;
  padding: 8px 14px;
  background: #111111;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #333333;
}

.invalid-id {
  color: #c62828;
  font-size: 13px;
  font-weight: 600;
}
