.node-type-short-series table.frozenfew-results {
  width: 100%;
}

.frozenfew-results {
  & div.form-item {
    margin: 0;
  }
  & th,
  & td {
    text-align: center;
    padding: 0 0.5em;
    &:first-child {
      padding-left: 0;
    }
    &:last-child {
      padding-right: 0;
    }
  }
  & input {
    text-align: center;
  }
  .skipper {
    text-align: left;
    & input {
      text-align: left;
    }
  }
  .place {
    color: black;
    font-weight: bold;
    del {
      font-weight: normal;
    }
  }
}

.scoring-abbreviations {
  & td,
  & th {
    padding-bottom: 1em;
    vertical-align: top;
  }
  tbody th {
    border-bottom: none;
  }
}
