.hidden {
  display: none; }

.w100 {
  width: 100%; }

.w75 {
  width: 75%; }

.w50 {
  width: 50%; }

.w33 {
  width: 33%; }

.w25 {
  width: 25%; }

.btn {
  background-color: rgba(0, 0, 0, 0.74);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
  min-width: 88px;
  outline: 0;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out; }
  .btn.disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.3); }
  .btn.raised:not(.disabled):hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24), 0 2px 9px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-2px); }
  .btn.raised:not(.disabled):active {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 1px 9px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-1px); }
  .btn.flat:not(.disabled) {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.54); }
  .btn.flat:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.06); }
  .btn.flat:not(.disabled):active {
    background-color: rgba(0, 0, 0, 0.12); }

i.material-icons {
  vertical-align: middle; }

img {
  max-width: 100%; }

/******************* */
/*  Typography      */
/******************* */
html, body {
  background-color: #fafafa;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 1.3em;
  color: #111;
  font-weight: 400; }

h3, h4, h5 {
  padding: 12px 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54); }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 12px; }

strong {
  font-weight: 600; }

/******************* */
/*  Layout          */
/******************* */
body .wrapper {
  overflow: auto; }

/******************* */
/*  Menu            */
/******************* */
html {
  overflow-x: hidden; }

body {
  padding-left: 40px;
  position: absolute;
  left: 0;
  right: 0;
  transition: left 200ms ease-in-out, right 200ms ease-in-out; }
  body.menu-active {
    left: 200px;
    right: -200px; }

.tm-header {
  background-color: #111;
  color: rgba(255, 255, 255, 0.24);
  transition: all 200ms ease-in-out;
  position: fixed;
  top: 0;
  left: -200px;
  height: 100vh;
  width: 240px;
  z-index: 99999; }
  .tm-header.active {
    left: 0; }
    .tm-header.active #menu-expand i {
      transform: rotate(180deg); }
    .tm-header.active .uk-navbar-nav > li:hover ul {
      display: block;
      background: #111;
      position: relative;
      right: 0;
      top: 0;
      transform: translateX(0);
      max-width: inherit;
      z-index: inherit; }
      .tm-header.active .uk-navbar-nav > li:hover ul li a {
        min-width: 0; }
  .tm-header a {
    color: inherit;
    text-decoration: none;
    line-height: 40px;
    color: inherit;
    text-decoration: none;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%; }
    .tm-header a i {
      line-height: 40px;
      width: 40px;
      text-align: center; }
    .tm-header a:hover {
      color: rgba(255, 255, 255, 0.56); }
  .tm-header .uk-navbar-nav {
    padding: 0;
    margin: 0;
    text-align: right; }
    .tm-header .uk-navbar-nav > li {
      list-style: none;
      border-bottom: 1px #222 solid;
      position: relative; }
      .tm-header .uk-navbar-nav > li ul {
        display: none; }
      .tm-header .uk-navbar-nav > li.lang-item > a {
        padding-right: 11px; }
      .tm-header .uk-navbar-nav > li:hover {
        background-color: #1a1a1a; }
        .tm-header .uk-navbar-nav > li:hover ul {
          display: block;
          background: #111;
          position: absolute;
          right: -20px;
          top: 0;
          transform: translateX(100%);
          max-width: auto;
          z-index: 99999; }
          .tm-header .uk-navbar-nav > li:hover ul li {
            position: relative;
            z-index: 99999; }
            .tm-header .uk-navbar-nav > li:hover ul li a {
              padding: 0 40px;
              min-width: 240px; }
          .tm-header .uk-navbar-nav > li:hover ul::before, .tm-header .uk-navbar-nav > li:hover ul::after {
            content: "";
            position: absolute;
            z-index: 9999; }
          .tm-header .uk-navbar-nav > li:hover ul::before {
            top: 20px;
            left: -5px;
            transform: translateY(-50%) rotate(45deg);
            width: 20px;
            height: 20px;
            background-color: inherit; }
          .tm-header .uk-navbar-nav > li:hover ul::after {
            top: 0;
            left: -20px;
            width: 20px;
            height: 100%;
            background: transparent; }
  .tm-header #menu-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
    .tm-header #menu-expand i {
      transition: all 300ms ease-in-out; }
    @media (max-width: 760px) {
      .tm-header #menu-expand {
        position: relative;
        padding-bottom: 100px; } }

/******************* */
/*  Pages           */
/******************* */
section.cover {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-flow: column;
  font-family: "Montserrat";
  font-variant: small-caps; }
  body.frontpage section.cover {
    height: 30vw; }
  @media (max-width: 760px) {
    section.cover {
      height: 40vw; } }
  section.cover .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54); }
    section.cover .content h1 {
      text-align: center;
      font-size: 5vw;
      color: inherit;
      line-height: inherit;
      font-family: inherit;
      font-variant: inherit;
      text-shadow: inherit; }
      @media (max-width: 760px) {
        section.cover .content h1 {
          font-size: 8vw; } }
    section.cover .content hr {
      background-color: #fff;
      width: 70vw;
      border: 0;
      border-top: 1px #fff solid;
      margin: 2vw 0; }
    section.cover .content p {
      color: inherit;
      font-size: 2vw;
      text-shadow: inherit; }
      @media (max-width: 760px) {
        section.cover .content p {
          font-size: 4vw; } }

p.center-strong {
  text-align: center;
  margin: 12px 0 24px;
  font-weight: 600; }

p.center-small {
  text-align: center;
  margin: 12px 0 24px;
  font-weight: 400;
  font-size: 0.8em; }

.container {
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 24px auto; }

body textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 12px;
  border-radius: 3px;
  margin: 6px 0;
  font-family: "Montserrat";
  outline: 0;
  box-sizing: border-box;
  line-height: 1.3; }
  body textarea[id$="-output"] {
    min-height: 240px; }
  body textarea:focus {
    border: 1px #000 solid; }
body.frontpage .container {
  max-width: 1200px; }
  body.frontpage .container h3 {
    font-size: 24px;
    font-family: "montserrat";
    padding: 6px 0;
    margin: 12px 0;
    color: #111;
    position: relative; }
    body.frontpage .container h3::after {
      content: "";
      display: block;
      height: 2px;
      background-color: #111;
      width: 100%;
      max-width: 150px;
      position: absolute;
      bottom: 0px; }
  body.frontpage .container .links {
    display: flex; }
    body.frontpage .container .links a {
      width: 100%;
      margin-right: 24px; }
      body.frontpage .container .links a:last-child {
        margin-right: 0; }
  @media (max-width: 760px) {
    body.frontpage .container .links {
      display: block; }
      body.frontpage .container .links a {
        margin: 0 0 18px;
        display: block; } }
body.adkey #adkey-options {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center; }
  body.adkey #adkey-options input {
    display: none; }
    body.adkey #adkey-options input:checked + label {
      background-color: #414141;
      color: #fff; }
  body.adkey #adkey-options label {
    background-color: transparent;
    color: #111;
    margin-right: 12px;
    margin-bottom: 12px; }
body.listr input[type="radio"], body.listr .ga-listr input[type="checkbox"] {
  display: none; }
body.listr .options > input + label {
  background-color: rgba(0, 0, 0, 0.16);
  color: #111; }
body.listr .options > input:checked + label {
  background-color: rgba(0, 0, 0, 0.74);
  color: #fafafa; }
body.listr .options > div {
  display: none;
  padding: 6px 0; }
body.listr #csv2list:checked ~ .csvtype {
  display: block; }
  body.listr #csv2list:checked ~ .csvtype input {
    display: none; }
    body.listr #csv2list:checked ~ .csvtype input + label {
      display: inline-block;
      min-width: 40px;
      background-color: rgba(0, 0, 0, 0.16);
      color: #111; }
    body.listr #csv2list:checked ~ .csvtype input:checked + label {
      background-color: rgba(0, 0, 0, 0.74);
      color: #fafafa; }
body.listr #columns:checked ~ .columnselect {
  display: block; }
  body.listr #columns:checked ~ .columnselect label {
    background-color: transparent;
    color: #111; }
body.listr table {
  width: 100%; }
  body.listr table tr {
    display: flex; }
    body.listr table tr td {
      width: 100%; }
body.listr div.output {
  min-height: 200px; }
body.sudoku form {
  display: flex; }
  body.sudoku form input {
    display: none; }
    body.sudoku form input:checked + label {
      background-color: #414141;
      color: #fff; }
  body.sudoku form label {
    background-color: transparent;
    color: #111;
    width: 100%; }
body.sudoku table {
  border-spacing: 0;
  margin: auto; }
  body.sudoku table tr:nth-child(3n+3) td {
    border-bottom: 2px solid #000; }
  body.sudoku table tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  body.sudoku table tr td {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: content-box;
    font-size: 24px; }
    body.sudoku table tr td:nth-child(3n+3) {
      border-right: 2px solid #000; }
    body.sudoku table tr td:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0.5); }
    body.sudoku table tr td input {
      line-height: inherit;
      width: 100%;
      border: 0;
      text-align: center;
      font-size: inherit;
      outline: 0;
      box-sizing: border-box; }
      body.sudoku table tr td input[readonly] {
        font-weight: 600; }
body.sudoku div.buttons {
  text-align: center;
  padding: 24px 0 0; }
  body.sudoku div.buttons a {
    margin: 0 6px; }
body.sudoku.print form {
  display: block;
  text-align: center; }
  body.sudoku.print form > div {
    margin: 12px 0; }
  body.sudoku.print form .difficulty {
    display: flex; }
  body.sudoku.print form .amount label {
    width: auto; }
  body.sudoku.print form .amount input {
    display: inline-block; }
body.sudoku.print #sudoku-container {
  display: flex;
  flex-wrap: wrap; }
  body.sudoku.print #sudoku-container table {
    margin: 24px auto; }
    body.sudoku.print #sudoku-container table td {
      width: 30px;
      height: 30px;
      line-height: 28px;
      font-size: 20px; }
@media print {
  body.sudoku.print .tm-header, body.sudoku.print .cover, body.sudoku.print #footer {
    display: none; }
  body.sudoku.print .container {
    max-width: 100%;
    width: 100%; }
    body.sudoku.print .container > *:not(#sudoku-container) {
      display: none; }
    body.sudoku.print .container #sudoku-container table {
      page-break-inside: avoid;
      page-break-after: auto; }
      body.sudoku.print .container #sudoku-container table tr {
        page-break-after: avoid;
        page-break-inside: avoid; } }
body.splashgen {
  min-width: 480px; }
  body.splashgen form {
    width: 100%;
    border: 1px #ccc solid;
    padding: 40px;
    position: relative;
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 840px) {
      body.splashgen form {
        margin-top: 137px; } }
    body.splashgen form input {
      background-color: transparent;
      color: inherit;
      font-family: "arial", sans-serif; }
      body.splashgen form input::placeholder {
        color: inherit; }
      body.splashgen form input[type="text"] {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
        border-bottom: 1px #666 solid;
        background-color: transparent;
        outline: 0; }
    body.splashgen form label {
      display: block;
      background-color: transparent;
      color: inherit; }
      body.splashgen form label[for="img-upload"] {
        width: 250px;
        margin: 0px auto 20px;
        position: relative;
        cursor: pointer; }
        body.splashgen form label[for="img-upload"] .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4);
          color: #fff;
          text-shadow: 0 0 3px #333;
          font-weight: 600;
          opacity: 0;
          transition: opacity 500ms; }
          body.splashgen form label[for="img-upload"] .overlay:hover {
            opacity: 1; }
          body.splashgen form label[for="img-upload"] .overlay p {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%; }
        body.splashgen form label[for="img-upload"] #img-upload {
          display: none; }
        body.splashgen form label[for="img-upload"] #img-preview {
          height: 250px;
          background-image: url(../images/your-logo-here.png);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
      body.splashgen form label[for="headline"] {
        margin-bottom: 10px; }
        body.splashgen form label[for="headline"] input {
          font-size: 2em;
          line-height: 1.1em; }
      body.splashgen form label[for="footer-content"] {
        margin-top: 50px; }
    body.splashgen form textarea {
      background-color: transparent;
      color: inherit;
      border: 0px;
      height: 2em;
      min-height: 0px;
      text-align: center;
      padding: 5px 0;
      margin: 0px;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      font-family: "arial", sans-serif; }
      body.splashgen form textarea::placeholder {
        color: inherit; }
    body.splashgen form #settings {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      transform: translateY(-100%);
      display: flex;
      flex-flow: row;
      height: 40px;
      align-items: center;
      background-color: #eaeaea; }
      body.splashgen form #settings label {
        display: block;
        width: 100%; }
        body.splashgen form #settings label[for="submit"] {
          width: auto; }
        body.splashgen form #settings label input#submit {
          background-color: #333;
          color: #eee;
          height: 40px; }
          body.splashgen form #settings label input#submit:hover {
            color: #fff; }
          body.splashgen form #settings label input#submit:active {
            background-color: #111;
            color: #fff; }
        body.splashgen form #settings label input#pagetitle {
          line-height: 40px;
          border-bottom: 0; }
      @media (max-width: 840px) {
        body.splashgen form #settings {
          height: 137px;
          flex-flow: column; }
          body.splashgen form #settings label {
            width: 100% !important; }
            body.splashgen form #settings label input#submit {
              width: 100%; } }

body.flashpoint .d6 {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  background-color: red;
  color: white;
  font-weight: bold;
  text-align: center;
}
body.flashpoint .d8 {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
}
body.flashpoint button {
  display: block;
  width: 100%;
  max-width: 400px;
  line-height: 60px;
  margin: 20px auto;
  background-color: #111;
  color: #fff;
  text-align: center;
  border: none;

}
body.flashpoint .reroll {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  background-color: #4a1f06;
  color: #ff5e00;
  font-weight: normal;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

body[class="error"] h1, body[class="error"] h2 {
  text-align: center; }
body[class="error"] h1 {
  font-size: 10em;
  line-height: 1.5em; }

/******************* */
/*  Footer          */
/******************* */
section.footer {
  background-color: #242427;
  color: rgba(255, 255, 255, 0.54);
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 70px 54px; }
  section.footer a {
    color: inherit;
    text-decoration: none;
    line-height: 24px; }
    section.footer a i {
      padding: 5px; }
  section.footer > div:first-child {
    display: flex;
    flex-flow: row; }
    section.footer > div:first-child > div {
      width: 100%; }
      section.footer > div:first-child > div:first-child {
        text-align: left; }
      section.footer > div:first-child > div:last-child {
        text-align: right;
        display: flex;
        flex-flow: column; }
        section.footer > div:first-child > div:last-child > div div {
          display: inline-block; }
  section.footer > div:last-child {
    padding: 40px 0 0; }

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