<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.builder-game-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.builder-game-list-blocks a {
  padding: 5px;
  box-sizing: border-box;
}
.builder-game-list-blocks li {
  display: inline-block;
  width: 150px;
  border: 1px solid #eee;
  vertical-align: top;
  border-radius: 3px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.03);
}
.builder-game-list-blocks li img {
  border-radius: 3px 3px 0px 0px;
}
.builder-game-list-blocks li h3 {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  padding: 5px;
}

.builder-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.builder-link-list .builder-link-list-item a {
  border: 1px solid #ccc;
  display: block;
  color: #000;
  padding: 10px;
  margin-bottom: 5px;
}

body {
  font-size: 16px;
  color: #383F4E;
  background: #F8F9FD;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bolder;
  color: #1C2334;
}

a {
  text-decoration: none;
  color: #0091FF;
}
a:visited {
  color: none;
}

.container {
  max-width: 1200px;
}

.page {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1019607843);
}

header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
header img {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  max-height: 150px;
}

.alfas {
  display: block;
}
.alfas a.alfa {
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #fff;
  margin-right: 0px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 5px;
}

.sidebar .data-list .data a {
  border: none;
  display: block;
  border: none;
  border-bottom: none;
  padding: 2px;
  border-radius: 0;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
  background: none;
  list-style: disc;
  color: #383F4E !important;
  text-decoration: underline;
}
.sidebar .data-list .data a:hover {
  background: none;
}

.data-list {
  display: block;
}
.data-list .data a {
  display: block;
  border: 1px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
}
.data-list .data a:hover {
  background: #f7f7f7;
}

.lettered-crossword-answer {
  margin-bottom: 25px;
}

.answer-letters a {
  text-decoration: none;
}
.answer-letters.letter_box.inactive {
  opacity: 0.3;
}
.answer-letters .letter_box {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #212327;
  border-radius: 3px;
  text-align: center;
  color: #606971;
  font-size: 16px;
  line-height: 2.5em;
  position: relative;
  margin-right: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.answer-letters .letter_box span {
  position: absolute;
  font-size: 9px;
  color: #9199A1;
  top: 3px;
  right: 2px;
  line-height: 0.8em;
}

.filter-form {
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 200px;
  position: relative;
}
.filter-form img {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.filter-form input {
  outline: 0;
  background: rgba(255, 255, 255, 0.4392156863);
  border: 1px solid rgba(204, 204, 204, 0.5019607843);
  border-bottom: 2px solid rgba(204, 204, 204, 0.5019607843);
  padding: 5px;
  border-radius: 2px;
  color: #9199A1;
  display: block;
  width: 100%;
  font-size: 15px;
}
.filter-form input::placeholder {
  color: rgba(145, 153, 161, 0.5647058824);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination &gt; li {
  display: inline;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sidebar .games-list ul {
  list-style: disc;
}
.sidebar .games-list ul li a {
  color: #383F4E;
  font-size: 16px;
  padding: 5px;
  display: block;
  border: none;
  margin-bottom: 5px;
  border-radius: 3px;
}

.games-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.games-list ul li a {
  color: #383F4E;
  font-size: 18px;
  padding: 15px;
  display: block;
  border: 2px solid #eee;
  margin-bottom: 5px;
  border-radius: 3px;
}
.games-list ul li a.with-logo {
  padding: 5px;
}
.games-list ul li a img {
  vertical-align: middle;
  margin-right: 7px;
}

footer {
  background: rgba(0, 0, 0, 0.7215686275);
  color: #fff;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  footer {
    margin-top: 15px;
  }
}
footer .footer-disclaimer {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .brand a {
  font-weight: bold;
  font-weight: 18px;
  color: #fff;
}
footer .brand a:hover {
  text-decoration: none;
}
footer .footer-links a {
  color: rgba(255, 255, 255, 0.5647058824);
  padding: 5px;
}

.answers h1, .answers h2, .answers h3, .answers h4, .answers h5, .answers h6 {
  font-size: 20px;
  font-weight: normal;
}

.definition-box {
  background: #eee;
  padding: 15px;
  border-radius: 5px;
}
.definition-box h1, .definition-box h2, .definition-box h3, .definition-box h4, .definition-box h5, .definition-box h6 {
  font-size: 18px;
}

table {
  border-collapse: collapse;
  border: 0px;
}

table tr:nth-child(2n) {
  background-color: #F6F7F8;
  border-radius: 3px;
}

table td {
  padding: 15px;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.breadcrumb img {
  vertical-align: middle;
  height: 19px;
  margin-top: -6px;
}

.multiple-lettered .answer {
  margin-bottom: 5px;
}

.search {
  position: relative;
}

.search input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1019607843);
  border: 0;
}

.search img {
  position: absolute;
  top: 12px;
  right: 0;
  right: 10px;
  width: 22px;
  opacity: 0.5;
}

.search img:hover {
  cursor: pointer;
}

.drop-search {
  position: relative;
  display: block;
}

.drop-search-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
}

.inner-search-content p {
  margin-left: 15px;
}
.inner-search-content .result {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
.inner-search-content .result:last-child {
  border-bottom: 0;
}
.inner-search-content .result:hover {
  background: #eee;
  text-decoration: none;
}
.inner-search-content .result h1 {
  font-size: 20px;
  color: #333333;
}
.inner-search-content .result .nfo .letters span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  background: #F2AD36;
  margin-right: 2px;
  color: #fff;
}

.undersearch-txt {
  font-size: 13px;
}

.sidebar-title {
  text-align: center;
}

.sidebar-facts .fact {
  display: block;
}
.sidebar-facts .fact .stat {
  display: inline-block;
  font-weight: bolder;
  font-size: 22px;
}
.sidebar-facts .fact .info {
  display: inline-block;
}

.sidebar-stats-table {
  width: 100%;
}
.sidebar-stats-table td:nth-of-type(1) {
  font-weight: bolder;
  font-size: 20px;
  text-align: center;
}
.sidebar-stats-table td:nth-of-type(1).info-icon {
  font-size: 15px;
}

.blackbox {
  background: #000;
  border-color: #000;
}
@media screen and (max-width: 600px) {
  .blackbox {
    display: none !important;
  }
}

.letter_box_m_divider {
  display: none;
}
@media screen and (max-width: 600px) {
  .letter_box_m_divider {
    display: block;
  }
}

.sidebar hr {
  opacity: 0.4;
}

@media screen and (max-width: 600px) {
  .container.page-cont {
    padding: 0px !important;
  }
  .container.page-cont .page {
    border-radius: 0px !important;
  }
}

.letters-count {
  float: right;
  font-size: 17px;
  line-height: 23px;
}
@media screen and (max-width: 600px) {
  .letters-count {
    float: none;
    display: block;
    margin-top: 2.5px;
    opacity: 0.8;
  }
}

.subscribe-mailbox form input {
  margin-bottom: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.modal {
  padding: 15px !important;
}

.mailbox-modal {
  box-shadow: none !important;
  max-width: 550px !important;
  border-radius: 0px !important;
  background: url("../img/mailbg_soft.png") !important;
}
.mailbox-modal .innercont {
  background: #fff;
  padding-top: 1px;
}
.mailbox-modal .modaltxt {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.mailbox-modal .modaltxt h1 {
  padding: 0px;
}
.mailbox-modal .modalform {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.mailbox-modal .modalform .subbutton {
  margin: 0 auto;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.mailbox-modal .nospam {
  padding-top: 45px;
  padding-bottom: 10px;
}

.multiple_words .answer {
  margin-bottom: 7px;
  display: block;
  border: 1px solid rgb(73, 73, 73);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}

.crossword-table {
  border: 2px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
.crossword-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.crossword-table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.crossword-table tbody tr td {
  display: table-cell;
  background-color: #f5f5f5;
  border: 1px solid #999;
  vertical-align: top;
  text-align: center;
  font-family: Arial, Sans-Serif;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .crossword-table tbody tr td {
    width: 24px;
    height: 24px;
  }
}
.crossword-table tbody tr td.black {
  border: 1px solid #333;
  background-color: #333;
  color: #b0b0b0;
}
.crossword-table tbody tr td .ct-num {
  height: 12px;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  color: #000;
  padding-left: 2px;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .crossword-table tbody tr td .ct-num {
    font-size: 9px;
    height: 9px;
  }
}
.crossword-table tbody tr td .ct-letter {
  height: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .crossword-table tbody tr td .ct-letter {
    font-size: 12px;
    height: 13px;
  }
}

.ct-col h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ct-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ct-col ul li {
  margin: 0;
  padding: 0;
}
.ct-col ul li a {
  padding: 1px 0;
  display: block;
}
.ct-col .lettered-crossword-answer {
  margin-bottom: 0px;
}
.ct-col .answer-letters .letter_box {
  width: 25px !important;
  height: 25px !important;
  font-family: Arial, Sans-Serif;
  font-size: 14px !important;
  padding: 2px;
  line-height: 1.5em;
}
.ct-col .answer-letters .letter_box span {
  font-size: 8px;
  float: right;
}

.sidebar .inner-search-content p {
  font-size: 13px;
}
.sidebar .inner-search-content .result h1 {
  font-size: 15px;
}
.sidebar .search input {
  font-size: 13px;
  border: 1px solid #eee;
  box-shadow: none;
}
.sidebar .search img {
  position: absolute;
  top: 14px;
  right: 0;
  right: 10px;
  width: 17px;
  opacity: 0.5;
}
.sidebar .undersearch-txt {
  font-size: 12px;
}

.blog-posts .blog-post {
  padding: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 15px;
}
.blog-posts .blog-post:last-child {
  border: 0;
}
.blog-posts .blog-post img {
  width: 100%;
  border-radius: 5px;
}
.blog-posts .blog-post h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.blog-posts .blog-post h2 a {
  color: inherit;
}
.blog-posts .blog-post .blog-post-category {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background: #ccc;
  color: #fff;
}
.blog-posts .blog-post .blog-post-category img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-top: -2px;
  margin-right: 3px;
}
.blog-featured-img {
  width: 100%;
  border-radius: 5px;
}

.list-answers button {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

.search-games-pills {
  padding: 10px;
}
.search-games-pills .game-pill {
  display: inline-block;
  background: #95a5a6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bolder;
  height: 44px;
  vertical-align: bottom;
  line-height: 31px;
}
.search-games-pills .game-pill img {
  position: relative;
  opacity: 1;
  vertical-align: middle;
  top: 0;
  right: 0;
  width: auto;
  border-radius: 3px;
}

.metainfo {
  background: #ccc;
  color: #000;
  padding: 5px;
  border-radius: 20px;
  display: inline-block;
}

.datecalfig {
  display: block;
  width: 80px;
  height: 110px;
  background: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  position: relative;
}

.datecalfig .binds {
  position: absolute;
  height: 15px;
  width: 60px;
  background: transparent;
  border: 2px solid #999;
  border-width: 0 5px;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

.datecalfig .month {
  background: #555;
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  box-shadow: inset 0 -1px 0 0 #666;
}

.datecalfig .day {
  display: block;
  margin: 0;
  padding: 6px 0;
  font-size: 30;
  box-shadow: 0 0 3px #ccc;
  position: relative;
}

.datecalfig .day::after {
  content: "";
  display: block;
  height: 100%;
  width: 96%;
  position: absolute;
  top: 3px;
  left: 2%;
  z-index: -1;
  box-shadow: 0 0 3px #ccc;
}

.datecalfig .day::before {
  content: "";
  display: block;
  height: 100%;
  width: 90%;
  position: absolute;
  top: 6px;
  left: 5%;
  z-index: -1;
  box-shadow: 0 0 3px #ccc;
}

.datecalfig {
  display: block;
  width: 72px;
  height: 110px;
  background: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  position: relative;
  float: left;
  margin: 10px;
}

.datecalfig .day {
  display: block;
  margin: 0;
  padding: 6px 0;
  font-size: 29px;
  box-shadow: 0 0 3px #ccc;
  position: relative;
}

.datecalfig .month {
  background: #e40923;
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  box-shadow: inset 0 -1px 0 0 #666;
}

.dg {
  display: block;
  padding: 3px;
  border-radius: 2px;
  color: #fff;
  font-weight: bolder;
}

.likely {
  background: #27ae60;
}

.solikely {
  background: #2ecc71;
}

.notlikely {
  background: #f39c12;
}

#solverLettersOutput {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
}

form .nr-letters select {
  background: #FFFFFF;
  border: 1px solid #212327;
  border-radius: 3px;
  outline: 0;
  width: 120px;
  height: 40px;
  color: #646C74;
  margin-top: 5.5px;
}

form .known-letters {
  margin-top: 15px;
}

form .known-letters::after {
  content: "";
  display: table;
  clear: both;
}

form .known-letters:nth-child(n) {
  margin-right: 3%;
  clear: none;
}

form .known-letters:nth-child(2n) {
  margin-right: 0%;
}

form .known-letters:nth-child(2n+1) {
  clear: both;
}

form .known-letters .l-box {
  display: inline-block;
  position: relative;
}

form .known-letters .l-box span {
  position: absolute;
  top: 7px;
  right: 3px;
  opacity: 0.8;
  font-size: 11px;
  color: #9199A1;
  text-align: right;
}

form .known-letters .l-box input {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #212327;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #545B63;
  outline: 0;
  margin-top: 5px;
}

form .known-letters .info {
  font-size: 13px;
  color: #9199A1;
  margin-top: 10px;
}

form .btn {
  margin-top: 15px;
}

.letter-search-tool input[type=text] {
  text-transform: uppercase;
  font-weight: bolder;
  color: #000;
}

.string-search-tool input[type=text] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
}
.string-search-tool input[type=text]:focus {
  outline: 0;
}
.string-search-tool input[type=submit] {
  margin-top: 0px;
}

/**
*
*	SPELLING BEE
*
*/
.sb-hive {
  width: 90%;
  margin: 25px auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hive {
  display: block;
  top: 280px;
}

@media screen and (max-width: 600px) {
  .hive {
    top: 250px;
  }
}
.sb-content-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.sb-controls-box {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  position: relative;
}

.sb-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sb-wordlist-box, .sb-progress-box {
  margin: 12px;
}

.sb-progress-box {
  margin-bottom: 0;
}

.sb-wordlist-drawer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 200ms ease;
  -o-transition: max-height 200ms ease;
  transition: max-height 200ms ease;
}

.sb-expanded .sb-wordlist-drawer {
  max-height: 50vh;
}

.sb-wordlist-window {
  position: relative;
  overflow: hidden;
  height: 50vh;
}

.sb-controls {
  opacity: 1;
  -webkit-transition: opacity 150ms 200ms ease;
  -o-transition: opacity 150ms 200ms ease;
  transition: opacity 150ms 200ms ease;
}

.sb-expanded .sb-controls {
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  pointer-events: none;
}

@media (min-width: 768px) {
  .sb-content-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1080px;
    margin: 0 auto;
  }
  .sb-status-box {
    width: 50%;
  }
  .sb-wordlist-window {
    overflow-x: auto;
  }
  .sb-status-box, .sb-wordlist-box, .sb-wordlist-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sb-wordlist-drawer, .sb-wordlist-window {
    max-height: none;
  }
  .sb-wordlist-box, .sb-wordlist-drawer, .sb-wordlist-window {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sb-expanded .sb-controls {
    opacity: 1;
  }
}
.pz-mobile .pz-footer {
  display: none;
}

.sb-progress {
  padding: 6px 12px 6px 0;
}

@media (min-width: 768px) {
  .sb-progress {
    padding: 12px 12px 12px 0;
  }
}
.sb-progress, .sb-progress-dots {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sb-progress-rank {
  width: 90px;
  font-weight: 700;
}

.sb-progress-line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 9px;
  height: 1px;
  background: #dcdcdc;
  margin-top: 8px;
}

.sb-progress-marker {
  width: 0;
  height: 0;
  position: absolute;
  left: 0%;
  -webkit-transition: left 200ms ease;
  -o-transition: left 200ms ease;
  transition: left 200ms ease;
}

.sb-progress-marker .sb-progress-value {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f8cd05;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.sb-progress-marker.final .sb-progress-value {
  border-radius: 0%;
}

.sb-progress-dots {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sb-progress-dot {
  display: block;
  width: 0;
  position: relative;
}

.sb-progress-dot::after {
  content: "";
  display: block;
  position: absolute;
  left: -4.5px;
  top: -4.5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dcdcdc;
  -webkit-transition: background-color 200ms 100ms ease;
  -o-transition: background-color 200ms 100ms ease;
  transition: background-color 200ms 100ms ease;
}

.sb-progress-dot:last-child::after {
  border-radius: 0%;
}

.sb-progress-dot.completed::after {
  background-color: #f8cd05;
}

.sb-wordlist-box {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}

.sb-wordlist {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.sb-wordlist-items {
  width: 95%;
  height: 100%;
  padding: 20px 0 25px 20px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-fill: auto;
  column-fill: auto;
}

.sb-wordlist-items &gt; li {
  margin-right: 20px;
  display: block;
  padding: 4px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid #dcdcdc;
}

.sb-wordlist-heading {
  position: relative;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
}

.sb-placeholder-text {
  color: #ccc;
}

.sb-wordlist-summary, .sb-recent-words-wrap {
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 270ms ease;
  -o-transition: all 270ms ease;
  transition: all 270ms ease;
}

.sb-wordlist-summary {
  top: -45px;
  opacity: 0;
}

.sb-recent-words-wrap {
  top: -45px;
}

.sb-expanded .sb-recent-words-wrap {
  top: 0;
  opacity: 0;
}

.sb-expanded .sb-wordlist-summary {
  top: 0;
  opacity: 1;
}

.sb-toggle-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 5px #fff;
  box-shadow: 0px 0px 20px 5px #fff;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes squishin {
  from {
    opacity: 0;
    max-width: 0px;
  }
  to {
    max-width: 200px;
    opacity: 1;
  }
}
@keyframes squishin {
  from {
    opacity: 0;
    max-width: 0px;
  }
  to {
    max-width: 200px;
    opacity: 1;
  }
}
.sb-recent-words {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sb-recent-words &gt; li {
  max-width: 200px;
  display: inline-block;
  padding-right: 7px;
  -webkit-animation: squishin 700ms ease;
  animation: squishin 700ms ease;
}

.sb-anagram {
  text-transform: capitalize;
  font-size: 16px;
}

@-webkit-keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.sb-hive-input {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
  line-height: 40px;
  height: 40px;
  padding-top: 2px;
  padding-right: 14px;
  text-align: center;
}

.sb-hive-input-content {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.sb-hive-input-content.non-empty {
  padding-left: 14px;
}

.sb-hive-input-content.has-error {
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.sb-hive-input-content::after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  width: 2px;
  height: 40px;
  background: #f8cd05;
  -webkit-animation: 1000ms blink step-end infinite;
  animation: 1000ms blink step-end infinite;
}

.sb-game-locked .sb-hive-input-content::after {
  display: none;
}

.sb-input-bright {
  color: #f8cd05;
}

.sb-input-invalid {
  color: #dcdcdc;
}

@media (max-width: 350px) {
  .sb-hive-input {
    font-size: 8vw;
  }
}
.sb-controls {
  position: relative;
  width: 90vw;
  max-width: 290px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  padding-bottom: 45px;
}

.sb-hive {
  width: 90%;
  margin: 25px auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0px;
}

.hive {
  width: 100%;
  padding-bottom: 80%;
}

.hive .cell-letter {
  font-weight: 700;
  font-size: 30px;
  text-anchor: middle;
  text-transform: uppercase;
  pointer-events: none;
}

.hive.shuffling .outer &gt; .cell-letter {
  opacity: 0;
}

.hive.fade-out .outer &gt; .cell-letter {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hive.fade-in .outer &gt; .cell-letter {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hive-cell {
  position: absolute;
  top: 33.3333333333%;
  left: 30%;
  width: 40%;
  height: 33.3333333333%;
}

.hive-cell .cell-fill {
  cursor: pointer;
  fill: #e6e6e6;
  -webkit-transition: fill 100ms;
  -o-transition: fill 100ms;
  transition: fill 100ms;
}

.hive-cell .cell-fill.push-active {
  fill: #d9d9d9;
}

.hive-cell:first-child .cell-fill {
  cursor: pointer;
  fill: #f8cd05;
  -webkit-transition: fill 100ms;
  -o-transition: fill 100ms;
  transition: fill 100ms;
}

.hive-cell:first-child .cell-fill.push-active {
  fill: #dfb804;
}

.hive-cell:nth-child(1) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hive-cell:nth-child(2) {
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.hive-cell:nth-child(3) {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.hive-cell:nth-child(4) {
  -webkit-transform: translate(75%, -50%);
  -ms-transform: translate(75%, -50%);
  transform: translate(75%, -50%);
}

.hive-cell:nth-child(5) {
  -webkit-transform: translate(75%, 50%);
  -ms-transform: translate(75%, 50%);
  transform: translate(75%, 50%);
}

.hive-cell:nth-child(6) {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.hive-cell:nth-child(7) {
  -webkit-transform: translate(-75%, 50%);
  -ms-transform: translate(-75%, 50%);
  transform: translate(-75%, 50%);
}

.hive-actions {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hive-action {
  padding: 15px 20px;
  min-width: 90px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: white;
  font-size: 18px;
  margin: 0 12px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (max-width: 443.98px) {
  .sb-hive {
    width: 70%;
    margin: 4vh auto;
  }
  .hive .cell-letter {
    font-size: 40px;
  }
}
@media (max-width: 370px) {
  .sb-hive {
    width: 55%;
  }
  .sb-controls {
    padding-bottom: 10px;
  }
}
@-webkit-keyframes pop {
  from {
    opacity: 0;
    bottom: 0px;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: 10px;
  }
}
@keyframes pop {
  from {
    opacity: 0;
    bottom: 0px;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: 10px;
  }
}
@-webkit-keyframes float {
  from {
    opacity: 0;
    bottom: 8px;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: 23px;
  }
}
@keyframes float {
  from {
    opacity: 0;
    bottom: 8px;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: 23px;
  }
}
@-webkit-keyframes fade-show {
  from, to {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
}
@keyframes fade-show {
  from, to {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
}
.sb-message-box {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sb-message {
  display: inline-block;
  position: relative;
  padding: 8px 14px;
  border-radius: 3px;
  bottom: 10px;
  font-size: 14px;
  background: #fff;
  border: solid 1px #dcdcdc;
  min-width: 65px;
}

.sb-answers-container .title {
  font-size: 14px;
  text-transform: uppercase;
}

.sb-answer-group .btn-primary {
  text-transform: uppercase;
  transition: 0.5s;
}

.sb-answer-group .btn-primary:hover {
  border: 1px solid #F2CD46 !important;
  background: #F2CD46 !important;
}

.sb.title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sb-answer-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #EEEEEE;
  background: #fff;
  padding: 10px 15px;
  color: #000;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sb-answer-group .btn .aanswer {
  display: inline-block;
  transform: translateX(10px);
  transition: 0.2s ease-in-out;
}

.sb-answer-group span {
  display: inline-block;
  opacity: 0;
  transition: 0.2s ease-in-out;
  margin-left: 3px;
}

.sb-answer-group .btn:hover .aanswer {
  transform: translateX(0);
}

.sb-answer-group .btn:hover span {
  opacity: 1;
  transform: translate(0, -8px);
}

/**
*
*	END SPELLING BEE
*
*/
.red-herring-clue {
  padding: 10px;
  background: rgba(242, 140, 140, 0.5647058824);
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid rgba(236, 80, 80, 0.5647058824);
}
.red-herring-clue h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #d30000;
}
.red-herring-clue ul {
  margin: 0;
  padding: 0;
}
.red-herring-clue ul li {
  list-style: none;
}
.red-herring-clue ul li .answer {
  background: #fff;
}
</pre></body></html>