/* Entry point for stylesheets */

.alert .alert, .alert .error {
  color: red;
}
.alert .notice {
  color: blue;
}

.page.index nav .data-source {
  display: flex;
  align-items: center;
}
.page.index nav .data-source a {
  margin-left: 2rem;
}
.page.index table.summary {
  width: 15rem;
}
.page.index table.details {
  width: 30rem;
}
.page.index table.team tbody tr.cutting {
  background-color: orange;
}
.page.index table.team tbody tr.gone {
  background-color: red;
  color: white;
}

.tooltip .tooltip-inner {
  text-align: left;
}

.tooltip.narrow .tooltip-inner {
  max-width: 10rem;
  width: 10rem;
}

.tooltip.medium-wide .tooltip-inner {
  max-width: 30rem;
  width: 30rem;
}

tr.details.me {
  background-color: lightgreen;
}
