/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Crimson Text", serif;
  background-color: #090000;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4; }
  html *, body * {
    box-sizing: border-box; }

body {
  padding: 0.5rem; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: normal;
  font-family: "IM Fell DW Pica", serif;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative; }
  h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, b:after, strong:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff; }

img {
  width: auto;
  max-width: 100%;
  align-self: center; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.33s; }
  a:hover {
    text-decoration: none; }

button, .swal-button {
  transition: all 0.33s;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: #BD1A31;
  border-top: 4px solid #E2E3E5;
  border-right: 4px solid #40000E;
  border-bottom: 4px solid #40000E;
  border-left: 4px solid #E2E3E5;
  color: #fff; }
  button:active, .swal-button:active {
    background-color: #fff;
    color: #BD1A31;
    border-bottom: 4px solid #E2E3E5;
    border-top: 4px solid #40000E;
    border-left: 4px solid #40000E;
    border-right: 4px solid #E2E3E5; }

.swal-button {
  font-weight: inherit;
  border-radius: 0; }

.swal-button:not([disabled]):hover {
  background-color: #BD1A31;
  color: #fff; }

.swal-title:not(:last-child) {
  margin-bottom: 0; }

.swal-title:first-child {
  margin-top: 12px; }

.swal-title {
  font-weight: 700; }

.swal-text {
  font-size: 18px;
  text-align: center;
  padding: 0 1rem;
  color: #090000; }

.swal-red .swal-text {
  color: #BD1A31; }

.swal-footer {
  display: flex;
  align-items: center;
  justify-content: center; }

.swal-modal {
  border-radius: 0;
  border: 4px solid #BD1A31; }
  @media (max-width: 500px) {
    .swal-modal {
      width: calc(100% - 40px); } }

.template {
  display: none; }

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #BD1A31 !important; }

.pretty .state label:after, .pretty .state label:before {
  border: 2px solid transparent; }

.pretty .state label:before {
  border-color: #fff; }

section.setup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5rem;
  border: 1px solid #fff; }
  section.setup h1 {
    width: auto;
    text-align: center;
    margin-bottom: 0.75rem; }
  section.setup .players, section.setup .roles {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
    section.setup .players .list, section.setup .roles .list {
      width: auto;
      margin: 0 auto;
      display: inline-block; }
      section.setup .players .list .player-setup, section.setup .players .list .role, section.setup .roles .list .player-setup, section.setup .roles .list .role {
        margin-bottom: 0.5rem; }
        section.setup .players .list .player-setup .pretty, section.setup .players .list .role .pretty, section.setup .roles .list .player-setup .pretty, section.setup .roles .list .role .pretty {
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start; }
          section.setup .players .list .player-setup .pretty input[type="checkbox"], section.setup .players .list .role .pretty input[type="checkbox"], section.setup .roles .list .player-setup .pretty input[type="checkbox"], section.setup .roles .list .role .pretty input[type="checkbox"] {
            width: 1rem;
            height: 1rem;
            margin-right: 0.25rem; }
          section.setup .players .list .player-setup .pretty label, section.setup .players .list .role .pretty label, section.setup .roles .list .player-setup .pretty label, section.setup .roles .list .role .pretty label {
            font-size: 1rem; }
        section.setup .players .list .player-setup .properties, section.setup .players .list .role .properties, section.setup .roles .list .player-setup .properties, section.setup .roles .list .role .properties {
          margin-top: 0.25rem;
          font-size: 0.8rem;
          display: flex; }
          section.setup .players .list .player-setup .properties input, section.setup .players .list .role .properties input, section.setup .roles .list .player-setup .properties input, section.setup .roles .list .role .properties input {
            margin-left: 0.25rem;
            background-color: #090000;
            border: 1px solid #fff;
            width: 1.5rem;
            text-align: center; }
    section.setup .players .total, section.setup .roles .total {
      text-align: center;
      margin: 0.75rem auto 0;
      font-weight: 700;
      width: 80%;
      min-width: 200px;
      padding: 0.25rem 0 0;
      border: 1px solid #fff; }
    section.setup .players .buttons, section.setup .roles .buttons {
      width: 100%;
      max-width: 320px;
      margin: 1rem auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      section.setup .players .buttons .start, section.setup .roles .buttons .start {
        width: 100%;
        margin-bottom: 0.75rem; }
      section.setup .players .buttons .all, section.setup .players .buttons .remove, section.setup .roles .buttons .all, section.setup .roles .buttons .remove {
        width: calc(50% - 0.375rem); }
  section.setup .begin {
    padding: 2rem 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
    section.setup .begin .start {
      width: 100%; }

section.board {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0.25rem;
  border: 1px solid #fff; }
  section.board.js-hide {
    display: none; }
  section.board h1 {
    width: auto;
    text-align: center;
    margin-bottom: 0.75rem; }
  section.board .logo {
    text-align: center;
    padding: 0.5rem 0 0.25rem 0; }
    section.board .logo img {
      width: 240px; }
  section.board .players {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    section.board .players .player {
      width: calc(33.3333% - 0.6666rem);
      margin: 0.25rem;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      cursor: pointer;
      transition: all 0.33s;
      position: relative; }
      @media (max-width: 480px) {
        section.board .players .player {
          width: calc(50% - 0.5rem); } }
      section.board .players .player:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        transition: box-shadow 0.33s;
        -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
        -moz-box-shadow: inset 0px 0px 0px 2px #fff;
        box-shadow: inset 0px 0px 0px 2px #fff; }
      section.board .players .player.js-selected:after {
        -webkit-box-shadow: inset 0px 0px 0px 6px #BD1A31;
        -moz-box-shadow: inset 0px 0px 0px 6px #BD1A31;
        box-shadow: inset 0px 0px 0px 6px #BD1A31; }
      section.board .players .player.js-targeted:after {
        background-image: url("../img/crosshair.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center center; }
      section.board .players .player .avatar {
        background-color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        max-height: 100px; }
        section.board .players .player .avatar img {
          width: 100%;
          position: relative; }
      section.board .players .player .details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0.25rem; }
        section.board .players .player .details h3 {
          font-family: "Crimson Text", serif;
          font-size: 1rem;
          line-height: 1;
          width: 100%;
          text-align: center;
          margin-bottom: 0.15rem; }
          section.board .players .player .details h3:after {
            display: none; }
        section.board .players .player .details p {
          width: 100%;
          font-size: 0.65rem;
          font-weight: 700;
          margin: 0;
          margin-right: 0.25rem;
          padding: 0;
          text-align: center; }
          section.board .players .player .details p span {
            font-weight: 400;
            text-transform: capitalize; }
        section.board .players .player .details .alive-container, section.board .players .player .details .team-container {
          display: none; }
      section.board .players .player[data-affected="red_killers"]:after, section.board .players .player[data-affected="black_killers"]:after {
        background-image: url("../img/crosshair-red.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player[data-affected="doctor"]:after {
        background-image: url("../img/heal.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player[data-affected="dentist"]:after {
        background-image: url("../img/silence.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player[data-affected="inspector"]:after {
        background-image: url("../img/inspect.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player[data-affected="prostitute"]:after {
        background-image: url("../img/kiss.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player[data-affected="vote"]:after {
        background-image: url("../img/status-vote.svg");
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center 5%;
        opacity: 0.9; }
      section.board .players .player.js-noselect {
        pointer-events: none; }
        section.board .players .player.js-noselect:after {
          background-image: linear-gradient(45deg, rgba(160, 160, 160, 0.5) 25%, rgba(80, 80, 80, 0.5) 25%, rgba(80, 80, 80, 0.5) 50%, rgba(160, 160, 160, 0.5) 50%, rgba(160, 160, 160, 0.5) 75%, rgba(80, 80, 80, 0.5) 75%, rgba(80, 80, 80, 0.5) 100%);
          background-size: 56.57px 56.57px; }
      section.board .players .player.js-silenced:after {
        background-image: url("../img/status-silenced.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center; }
      section.board .players .player.js-dead {
        opacity: 0.15;
        pointer-events: none; }
        section.board .players .player.js-dead:after {
          background-image: url("../img/status-dead.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: top center; }
  section.board .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 2rem 0 0 0; }
    section.board .buttons .abstain {
      width: calc(35% - 0.5rem);
      margin-right: 0.5rem;
      display: none; }
      section.board .buttons .abstain.js-active {
        display: inline-block; }
      section.board .buttons .abstain.js-selected {
        background-color: #fff;
        color: #BD1A31;
        border-bottom: 4px solid #E2E3E5;
        border-top: 4px solid #40000E;
        border-left: 4px solid #40000E;
        border-right: 4px solid #E2E3E5; }
    section.board .buttons .next {
      width: calc(50% - 0.25rem); }

section.gamelog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  background-color: white;
  opacity: 0;
  color: #090000;
  z-index: -9999;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  overflow: auto; }
  section.gamelog.js-active {
    top: 0;
    opacity: 1;
    z-index: 9999; }
  section.gamelog .players, section.gamelog .turns {
    font-family: monospace;
    font-size: 0.6rem;
    width: 100%;
    border: 1px solid #090000; }
    section.gamelog .players tr, section.gamelog .turns tr {
      border: 1px solid #090000; }
      section.gamelog .players tr td, section.gamelog .turns tr td {
        padding: 0.125rem; }
        section.gamelog .players tr td:first-child, section.gamelog .turns tr td:first-child {
          text-transform: uppercase;
          font-weight: 700;
          border-right: 1px solid #090000; }
        section.gamelog .players tr td.dead, section.gamelog .turns tr td.dead {
          background-color: #757575;
          text-decoration: line-through; }
  section.gamelog .turns tr td {
    padding: 0.25rem; }
    section.gamelog .turns tr td:first-child {
      font-weight: 400;
      border-right: 0; }
  section.gamelog h2 {
    width: 100%;
    font-size: 1rem;
    text-align: center; }
    section.gamelog h2:after {
      display: none; }
  section.gamelog .half {
    width: 50%;
    padding: 0.5rem; }
    @media (max-width: 640px) {
      section.gamelog .half {
        width: 100%; } }
  section.gamelog .full {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section.gamelog .full .results {
      width: auto;
      font-size: 0.85rem;
      color: #BD1A31; }
      section.gamelog .full .results li {
        width: auto; }
  section.gamelog .buttons {
    display: flex;
    align-items: center;
    justify-content: center; }
    section.gamelog .buttons .dismiss {
      width: 80%;
      margin: 0 auto; }

section.instructions, section.scripts {
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  background-color: white;
  color: #090000;
  z-index: 8000;
  display: none;
  font-family: monospace;
  font-size: 0.6rem;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
  justify-content: center; }
  section.instructions.js-active, section.scripts.js-active {
    display: flex; }
  section.instructions .instruction, section.instructions .script, section.scripts .instruction, section.scripts .script {
    margin: 0;
    text-align: center; }
    section.instructions .instruction strong, section.instructions .script strong, section.scripts .instruction strong, section.scripts .script strong {
      font-family: monospace;
      font-weight: 700; }
      section.instructions .instruction strong:after, section.instructions .script strong:after, section.scripts .instruction strong:after, section.scripts .script strong:after {
        display: none; }
  section.instructions .instruction, section.scripts .instruction {
    color: #090000; }

section.scripts {
  top: 0;
  bottom: auto; }
  section.scripts .script {
    color: #BD1A31; }

section.conclusion {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  background-color: white;
  opacity: 0;
  color: #090000;
  z-index: -9999;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  overflow: auto; }
  section.conclusion.js-active {
    top: 0;
    opacity: 1;
    z-index: 9999; }
  section.conclusion .players {
    font-family: monospace;
    font-size: 0.6rem;
    width: 100%;
    border: 1px solid #090000;
    text-align: left; }
    section.conclusion .players tr {
      border: 1px solid #090000; }
      section.conclusion .players tr td {
        padding: 0.125rem; }
        section.conclusion .players tr td strong {
          font-family: monospace;
          font-weight: 700; }
        section.conclusion .players tr td:first-child {
          text-transform: uppercase;
          font-weight: 700;
          border-right: 1px solid #090000; }
  section.conclusion .rounds {
    font-family: monospace;
    font-size: 0.6rem;
    width: 100%;
    border: 1px solid #090000;
    text-align: center; }
    section.conclusion .rounds tr {
      border: 1px solid #090000; }
      section.conclusion .rounds tr td {
        padding: 0.125rem; }
        section.conclusion .rounds tr td strong {
          font-family: monospace;
          font-weight: 700;
          color: #BD1A31; }
  section.conclusion h2 {
    width: 100%;
    font-size: 1rem;
    text-align: center; }
    section.conclusion h2:after {
      display: none; }
  section.conclusion .half {
    width: 50%;
    padding: 0.5rem; }
    @media (max-width: 640px) {
      section.conclusion .half {
        width: 100%; } }
  section.conclusion .full {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.conclusion .buttons {
    display: flex;
    align-items: center;
    justify-content: center; }
    section.conclusion .buttons .restart {
      width: 80%;
      margin: 0 auto; }

/*# sourceMappingURL=styles.css.map */
