table, th, td {
  border: 1px solid black;
  padding: 5px;
}

th {
  font-weight: bold;
  background-color: rgb(245, 245, 245);
}

table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  font-size: 14px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

a {
  word-break: break-word;
}

.container {
  flex: 1;
}

footer {
  padding-top: 10px;
  font-size: 85%;
  color: rgb(119, 119, 119);
  background-color: rgb(248, 248, 248);
  border-color: rgb(231, 231, 231);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.your-rank {
  width: 50px;
}

@media print {
  footer {
    color: black;
  }
  a {
    color: blue !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: none;
  }
}
