@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-display: block;
  src: url('/fonts/fa-regular-400.woff?rev=1') format('woff');
}

.far {
  font-family: 'Font Awesome 5 Pro', sans-serif;
}

.narrow {
  max-width: 500px;
  margin: 0 auto;
}

.actions a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 18px;
}

.draft {
  td {
    background: #f8f8f8;
  }
}

.male {
  color: blue;
}

.female {
  color: deeppink;
}
