a.plink {
  color: #ff0000;
  text-decoration: underline;
}

x-sei {
  border-bottom: 3px solid tomato;
  padding-left: 6px;
}

x-sei::before {
  content: ' ';
  display: inline-block;
  background: url('./icons/sei-flag.png') no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  margin: 0 0.1rem 0 0;
}

x-sei[generic='true'] {
  display: block;
  border-bottom: 0px;
}

x-sei[generic='true']::after {
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.8;
  color: #b65555;
  content: attr(title);
  padding-left: 0.2rem;
}

x-sei[generic='true']::before {
  content: ' ';
  display: inline-block;
  background: url('./icons/dark-flag.png') no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  margin: 0 0.1rem 0 0;
}

#sei-footer {
  border-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

x-sei#sei-footer::before {
  content: '';
  background: transparent;
}
