.container {
  max-width: 960px;
}

.frontpage-title{
  padding: 3rem 1.5rem;
  text-align: center;
}

.submit-topic {
  position: sticky;
  bottom: 0;
}

.topic-table th {
  font-weight: 500;
}

.topic-table td {
  font-weight: 300;
}

.queue-added-time, .queue-added-time:hover {
  border-bottom: 1px dotted #000;
  color: inherit;
  text-decoration: none;
}

.is-breakable {
  word-break: break-word;
}