* {
  _noFocusLine: expression(this.hideFocus=true);
}

::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  overflow-wrap: anywhere;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

div {
  border: 0;
  font-size: 20px;
  font-size: 1rem;
  box-sizing: border-box;
}

.prominent {
  color: #ffbd68;
}

div.important {
  color: #fe3638;
  background-color: #fff3f3;
  border: 1px solid #ffdbdb;
  border-radius: 4px;
  border-radius: 0.2rem;
  padding: 24px;
  padding: 1.2rem;
  margin-top: 10px;
  margin-top: 0.5rem;
}

b.important {
  color: red;
}

.small-text {
  font-size: 18px;
  font-size: 0.9rem;
  color: #bb8d81;
}

div.content {
  padding: 20px;
  padding: 1rem;
}
div.content h1, div.content h2 {
  font-weight: 600;
  margin-top: 6px !important;
  margin-top: 0.3rem !important;
  margin-bottom: 34px !important;
  margin-bottom: 1.7rem !important;
  color: #ffbc98;
  position: relative;
}
div.content h1::after, div.content h2::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  bottom: -0.8rem;
  width: 40px;
  width: 2rem;
  height: 10px;
  height: 0.5rem;
  border-radius: 4px;
  border-radius: 0.2rem;
  background-color: #ff416c;
  content: "";
}

ul.inline-buttons li {
  line-height: 50px;
  line-height: 2.5rem;
}

h1 {
  font-size: 33px;
  font-size: 1.66rem;
}

h2 {
  font-size: 30px;
  font-size: 1.5rem;
}

h1 span.tag_num, h2 span.tag_num {
  font-size: 20px !important;
  font-size: 1rem !important;
  color: #ffbc98 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

a {
  color: #ffeee5;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease-in-out;
}
a:link {
  color: #ffeee5;
}
a:visited {
  color: #ffeee5;
}
a:active {
  color: #ff416c;
}
a:hover {
  color: #ff416c;
}
a img {
  transition: all 0.25s ease-in-out;
}
a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: all 0.5s;
}
div.menu > div.right {
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #bb8d81;
}
div.menu > div.right div {
  border-top: 1px solid #bb8d81;
  padding: 10px 40px;
  padding: 0.5rem 2rem;
}

div.menu > div.right, div.content-menu {
  background-color: #553f33;
  text-align: center;
  transition: all 0.5s;
}
div.menu > div.right a, div.content-menu a {
  text-decoration: none;
  color: #ffbc98;
  text-align: left;
}
div.menu > div.right a:hover div, div.content-menu a:hover div {
  background-color: #6f5344;
}

div.content-menu {
  background-color: #553f33;
}

button, a.button, a.anti-button {
  border: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button, a.button, span.paginator a {
  border-radius: 8px;
  border-radius: 0.4rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  background-color: #ff416c;
  background-image: -moz-linear-gradient(top, #ff4b2b 0%, #ff416c 100%);
  background-image: -webkit-linear-gradient(top, #ff4b2b 0%, #ff416c 100%);
  background-image: linear-gradient(to bottom, #ff4b2b 0%, #ff416c 100%);
  color: white;
  transition: background-color 0.5s;
  line-height: 40px;
  line-height: 2rem;
}
button:hover, a.button:hover, span.paginator a:hover {
  background-image: none;
}
button:active, a.button:active, span.paginator a:active {
  background-color: #ff4b2b;
  background-image: -moz-linear-gradient(top, #ff416c 0%, #ff4b2b 100%);
  background-image: -webkit-linear-gradient(top, #ff416c 0%, #ff4b2b 100%);
  background-image: linear-gradient(to bottom, #ff416c 0%, #ff4b2b 100%);
  box-shadow: none;
}

div.menu button, a.button {
  color: white !important;
}

button, a.button, a.anti-button {
  height: 64px;
  height: 3.2rem;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 5px;
  margin: 0.25rem;
  line-height: 64px;
  line-height: 3.2rem;
}

.inline-buttons a.button, .inline-buttons button, a.button.inline, button.inline, a.anti-button.inline {
  box-sizing: content-box;
  height: 26px;
  height: 1.3rem;
  line-height: 26px;
  line-height: 1.3rem;
}

div.content-menu div.info a.button, div.content-menu div.info button {
  height: initial;
  line-height: initial;
}
div.content-menu div.info button {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 10px 0;
  margin: 0.5rem 0;
}

button, a.button {
  padding-left: 40px;
  padding-left: 2rem;
  padding-right: 40px;
  padding-right: 2rem;
}

.inline-buttons a.button, .inline-buttons button, a.button.inline, button.inline, a.tanti-button.inline {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 5px 0;
  margin: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  button, a.button {
    padding-left: 20px;
    padding-left: 1rem;
    padding-right: 20px;
    padding-right: 1rem;
  }
  .inline-buttons button, .inline-buttons a.button {
    padding-left: 10px;
    padding-left: 0.5rem;
    padding-right: 10px;
    padding-right: 0.5rem;
  }
}
table.form {
  width: 100%;
}

td.line {
  border-bottom: 1px solid #bb8d81;
}

td.label.narrow, td.input {
  padding-top: 10px;
  padding-top: 0.5rem;
}

td.input.narrow {
  text-align: left;
  width: 66.6%;
}

td.label.narrow {
  text-align: right;
  padding-right: 20px;
  padding-right: 1rem;
  width: 33.3%;
  min-width: 10%;
}

td.input input, td.input select, td.input textarea {
  box-sizing: border-box;
  width: 90%;
  min-width: 10%;
  margin-right: 8px;
  margin-right: 0.4rem;
  margin-bottom: 2px;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 576px) {
  td.input input, td.input select, td.input textarea {
    width: 47%;
  }
}

label {
  font-size: 18px;
  font-size: 0.9rem;
}

input, select, textarea, div.WYMEditor-holder {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  border: none;
  background: #F4DED8;
  -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.3rem;
  border-radius: 6px;
  border-radius: 0.3rem;
  font-size: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #553f33;
  width: 100%;
}

input, select, textarea {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
}
input.valid, select.valid, textarea.valid {
  border: 1px solid green;
  background-color: #ddffdd;
  color: #006600;
}
input.invalid, select.invalid, textarea.invalid {
  border: 1px solid red;
  background-color: #fb9999;
  color: #660000;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #ccc;
  background-color: #fafafa;
  background-image: none;
}

input, select {
  height: 48px;
  height: 2.4rem;
}

td.input input[type=checkbox], input[type=checkbox] {
  width: 40px;
  width: 2rem;
  min-width: auto;
}

/* hint under input element */
.form .hint {
  font-size: 16px;
  font-size: 0.8rem;
}

td.label > div.error, .error-box {
  border: 1px solid #222;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: #ffb00a;
  background-image: -webkit-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -ms-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -moz-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -o-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb00a), color-stop(1, #ffdc96));
  background-image: -webkit-linear-gradient(top, #ffb00a 0%, #ffdc96 100%);
  background-image: linear-gradient(to bottom, #ffb00a 0%, #ffdc96 100%);
  padding: 6px;
  padding: 0.3rem;
  margin: 0;
  color: #7d0d0d;
  font-weight: bold;
  font-style: underline;
}

@media screen and (min-width: 576px) {
  td.label > div.error {
    padding: 16px;
    padding: 0.8rem;
    margin: 10px;
    margin: 0.5rem;
  }
  td.label > div.error > label {
    display: inline-block;
    border-bottom: 2px dotted #222;
    margin-bottom: 10px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: #222;
  }
  td.label > div.error > div {
    font-size: 18px;
    font-size: 0.9rem;
  }
}
#submit_container label {
  font-size: 16px;
  font-size: 0.8rem;
}

div.breadcrumbs {
  padding: 10px;
  padding: 0.5rem;
  background: none;
}
div.breadcrumbs .long-crumbs {
  display: none;
}
@media screen and (min-width: 576px) {
  div.breadcrumbs .long-crumbs {
    display: inline-block;
  }
}
@media screen and (min-width: 576px) {
  div.breadcrumbs .short-crumbs {
    display: none;
  }
}

.emoji-button {
  cursor: pointer;
  user-select: none;
  padding: 4px;
  margin: 1px;
  border-radius: 2px;
  background-color: #ff416c;
  line-height: 1;
  color: transparent;
  text-shadow: 0 0 0 white;
}

div.type-url {
  display: inline-block;
  border: 8px dashed #222;
  border: 0.4rem dashed #222;
  color: #222;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 6px 0px;
  margin: 0.3rem 0rem;
  padding: 12px;
  padding: 0.6rem;
  font-weight: 600;
  overflow: hidden;
  background-color: #ffb00a;
}

img.platform {
  border: 0px;
  width: 128px;
  height: 128px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  div.type-url {
    font-size: 40px;
    font-size: 2rem;
    margin: 10px 0px;
    margin: 0.5rem 0rem;
    padding: 20px;
    padding: 1rem;
  }
}
div.warning {
  background-color: #fd824d;
  color: #3e1301;
  font-size: 24px;
  font-size: 1.2rem;
  margin: 20px;
  padding: 20px;
  padding: 1rem;
  border-radius: 14px;
  border-radius: 0.7rem;
  border: 12px solid #ff416c;
  border: 0.6rem solid #ff416c;
  font-weight: 600;
}

.countdown {
  font-size: 44px;
  font-size: 2.2rem;
}

div.content-menu > a > div {
  border-top: 1px solid #bb8d81;
  padding: 10px 40px;
  padding: 0.5rem 2rem;
}
div.content-menu div.item {
  border-top: 1px solid #bb8d81;
  padding: 6px 40px;
  padding: 0.3rem 2rem;
  font-size: 30px;
  font-size: 1.5rem;
  text-align: left;
}
div.content-menu div.info {
  padding: 6px 40px;
  padding: 0.3rem 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  text-align: left;
}
div.content-menu div.info a:first-child {
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  margin: 10px 0;
  margin: 0.5rem 0;
  white-space: normal;
}
div.content-menu div.info a:first-child.transaction-uuid {
  padding: 0px;
}
div.content-menu div.info > div {
  text-align: right;
}

div.collapsed {
  text-align: left;
  width: 100%;
  overflow-x: auto;
  min-width: 100%;
}
div.collapsed > ul > li > pre {
  font-family: lucida console, fixedsys, monospace;
  font-size: 16px;
  font-size: 0.8rem;
  background-color: #000070;
  display: table-cell;
  color: #ffe977;
  line-height: normal;
  margin: 0px;
}

pre {
  white-space: pre-wrap;
}
pre > span.log {
  color: #b3b3b3;
}
pre span.warn {
  color: #ff9d77;
  font-weight: bold;
}
pre span.error {
  color: black;
  background-color: #ff6d6d;
}
pre span.string {
  color: #bb7977;
}
pre > span.number, pre > span.log > span.number {
  color: #00C000;
}
pre > span.hr, pre > span.log > span.hr {
  background-color: black;
}
pre > span.date-time, pre > span.log > span.date-time {
  color: #7dac4d;
}
pre > span.link, pre > span.log > span.link {
  color: #00c2ff;
}
pre span.prefix {
  color: #449580;
}

span.paginator a, span.paginator b {
  padding: 5px 15px;
  padding: 0.25rem 0.75rem;
}

span.paginator b.active {
  box-shadow: 0px 0px 0px 1px #ffbc98 inset;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: none;
}

/* notifications list */
div.notifications-list {
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
}
div.notifications-list div.crash_report {
  background-color: #ffe0a8;
  color: #3e3e3e;
}
div.notifications-list div.crash_server {
  background-color: #ff4040;
  color: black;
}
div.notifications-list div.logged_exception, div.notifications-list div.error {
  background-color: #ffd5d5;
  color: #3e3e3e;
}
div.notifications-list div.support_request {
  background-color: #bde9ff;
}
div.notifications-list div.info {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
div.notifications-list span.project {
  font-size: 18px;
  font-size: 0.9rem;
}
div.notifications-list i.right {
  float: right;
  text-align: right;
  line-height: 20px;
  line-height: 1rem;
  margin-top: -10px;
  margin-top: -0.5rem;
}

#notifications_holder {
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 800px;
  max-height: 30%;
  background: #553f33;
  margin: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #222;
}
@media screen and (max-width: 600px) {
  #notifications_holder {
    max-height: 20%;
  }
}

#notifications_close {
  cursor: pointer;
  position: fixed;
  z-index: 101;
  top: 0px;
  right: 10px;
  right: 0.5rem;
  display: block;
  font-size: 30px;
  font-size: 1.5rem;
  width: 40px;
  width: 2rem;
  text-align: right;
}

#notifications_content {
  cursor: pointer;
  width: 100%;
}
#notifications_content i.right {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.5rem;
}
#notifications_content > div {
  padding: 0px 44px 0px 20px;
  padding: 0rem 2.2rem 0rem 1rem;
}

img.country-icon {
  margin: 2px;
}

li.punishment-active {
  font-weight: bold;
}

li.punishment-unapproved {
  color: #f55;
}

span.punishment-creation-time {
  font-size: 14px;
  font-size: 0.7rem;
  margin-right: 10px;
  margin-right: 0.5rem;
  font-style: italic;
}

u.punishment-kind {
  text-decoration: underline dotted 1px;
}

u.punishment-ban {
  color: red;
}

u.punishment-chargeback {
  color: magenta;
  text-decoration: underline solid 3px;
}

u.punishment-pay {
  color: cyan;
}

span.selected-button {
  display: inline-block;
  border: 1px solid #ffbc98;
  border-radius: 8px;
  border-radius: 0.4rem;
  background-color: rgb(50, 37, 30);
  padding: 16px;
  padding: 0.83rem;
  margin: 0 5px;
  margin: 0 0.25rem;
  vertical-align: top;
}

body {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  background: #32251e;
  color: #ffbc98;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0px;
  letter-spacing: 0.01rem;
}
@media screen and (min-width: 600px) {
  body {
    background: linear-gradient(to bottom, rgba(50, 37, 30, 0) 0%, rgb(50, 37, 30) 50%) no-repeat, url("/static/img/bg.jpg");
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 700px) {
  div.title span {
    display: none;
  }
}
div.overlay {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 20px;
  padding: 1rem;
  background-color: #30251e;
  box-shadow: 0 0 15px 0px #000;
  z-index: 100;
}
div.overlay a.button {
  float: right;
}

div.root {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
div.root > div.text {
  color: #eee;
  padding: 10px 10px 4px;
  padding: 0.5rem 0.5rem 0.2rem;
  text-shadow: 3px 3px 8px #000;
  text-shadow: 0.15rem 0.15rem 0.4rem #000;
}
div.root > div.text div.title {
  font-size: 19px;
  font-size: 0.95rem;
  display: inline-block;
  width: calc(100% - 200px);
  width: calc(100% - 10rem);
}
div.root > div.text div.title b {
  color: #ffdbcb;
}
div.root > div.text div.title > div.small {
  text-align: center;
}
div.root > div.text div.profile {
  display: inline-block;
  width: 200px;
  width: 10rem;
  text-align: right;
  vertical-align: center;
}
div.root > div.text div.profile a.menu svg {
  margin-top: -20px;
  margin-bottom: -15px;
}
div.root > div.text.footer {
  text-align: center;
  color: #aaa;
}
@media screen and (min-width: 1240px) {
  div.root {
    width: 1200px;
  }
}

button, a.button, a.anti-button {
  font-weight: 600;
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
  box-sizing: border-box;
}

button, a.button, a.anti-button {
  margin: 0 20px;
  margin: 0 1rem;
}

a.button.play {
  font-size: 40px;
  font-size: 2rem;
  padding-left: 50px;
  padding-left: 2.5rem;
  padding-right: 50px;
  padding-right: 2.5rem;
  position: absolute;
  bottom: 40px;
  bottom: 2rem;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, 0%);
  height: 90px;
  height: 4.5rem;
  line-height: 90px;
  line-height: 4.5rem;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.66);
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.66);
}
a.button.play.compact {
  bottom: 20px;
  bottom: 1rem;
}
@media screen and (max-width: 600px) {
  a.button.play {
    padding: 20px;
    padding: 1rem;
    height: 50px;
    height: 2.5rem;
    line-height: 10px;
    line-height: 0.5rem;
    font-size: 30px;
    font-size: 1.5rem;
  }
}

a#btn-download {
  transform: translate(5%, 0%);
  display: none;
}

a#btn-download2 {
  display: none;
}

a.green {
  background-color: #97cc23;
  background-image: -moz-linear-gradient(130deg, #97cc23 0%, #31c665 100%);
  background-image: -webkit-linear-gradient(130deg, #97cc23 0%, #31c665 100%);
  background-image: linear-gradient(130deg, #97cc23 0%, #31c665 100%);
}

button:hover, a.button:hover {
  background-image: none;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
  color: #ffbc98;
}

div.header > img {
  width: 100%;
  min-height: 70px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.46);
}
@media screen and (min-width: 1240px) {
  div.header > img {
    border-radius: 10px;
    border-radius: 0.5rem;
    margin-top: 10px;
    margin-top: 0.5rem;
  }
}

div.video {
  position: relative;
  width: 100%;
  padding-top: 86.2%;
  margin: 10px 0;
  margin: 0.5rem 0;
  text-align: left;
}
div.video iframe, div.video > div.lazyframe {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.46);
  width: 100%;
  height: 100%;
}
div.video > div.lazyframe {
  background-size: 155%;
  background-position: center;
  background-color: gray;
}

div.columns {
  display: table-cell;
  width: 100%;
  max-width: 100%;
}

div.column {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 600px) {
  div.column {
    width: 48%;
    margin: 1%;
  }
  div.column.third {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  div.column {
    width: 32.33%;
    margin: 0.5%;
  }
  div.column.third {
    display: inline-block;
  }
}
@media screen and (min-width: 1240px) {
  div.column {
    width: 380px;
    margin: 10px;
  }
}

div.card {
  text-align: left;
  background: #553f33;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.46);
  margin: 10px 0;
  margin: 0.5rem 0;
}
@media screen and (min-width: 600px) {
  div.card {
    border-radius: 10px;
    border-radius: 0.5rem;
  }
}
div.card h2 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}
div.card.image a img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  div.card.image a img {
    border-top-left-radius: 10px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 10px;
    border-top-right-radius: 0.5rem;
    border-top: 0;
  }
}
div.card.screenshot {
  line-height: 0;
}
div.card.screenshot div {
  line-height: initial;
}
div.card.screenshot a > img {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
}
div.card.screenshot.bottom-left {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.5rem;
}
div.card.screenshot.bottom-right {
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.5rem;
}
div.card > div {
  padding: 20px;
  padding: 1rem;
}
div.card > div.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bb8d81;
  padding: 0;
  margin: 0;
}

blockquote {
  margin-left: 30px;
  border: 1px dashed #bb8d81;
  border-left: 5px solid #bb8d81;
  padding: 0 0 0 5px;
  background-color: rgb(50, 37, 30);
}
@media screen and (max-width: 500px) {
  blockquote {
    margin: 5px;
  }
}
blockquote p {
  padding: 8px 5px 5px;
  margin: 10px;
  line-height: initial;
}

table.forum-threads {
  overflow-wrap: normal;
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
  border-collapse: collapse;
}

tr.forum-thread td, tr.forum-thread th {
  border-top: 1px solid #bb8d81;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
tr.forum-thread.sticky td {
  background-color: #6f5344;
}

td.column-checkbox {
  padding-left: 10px;
  padding-left: 0.5rem;
}

td.column-wide, td.column-subject, .column-bug, .column-bug-status, table.forum-threads td.ignored {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
}

td.column-news {
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}

.column-bug {
  text-align: center;
  display: none;
}
@media screen and (min-width: 800px) {
  .column-bug {
    display: table-cell;
  }
}

.column-bug-status {
  text-align: center;
  display: none;
}
@media screen and (min-width: 400px) {
  .column-bug-status {
    display: table-cell;
  }
}

.column-created {
  white-space: nowrap;
  display: none;
}
@media screen and (min-width: 700px) {
  .column-created {
    display: table-cell;
  }
}

.column-lastposter {
  display: none;
}
@media screen and (min-width: 500px) {
  .column-lastposter {
    display: table-cell;
  }
}

@media screen and (max-width: 500px) {
  .button.thread-create, .button.thread-reply {
    width: 100px;
  }
}
td.column-lasttime, .time-created {
  font-style: italic;
  font-size: 18px;
  font-size: 0.9rem;
  color: #bb8d81;
}

td.column-lasttime {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
}

table.forum-posts {
  overflow-wrap: normal;
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
  border-spacing: 0px 0px;
}
table.forum-posts td {
  vertical-align: top;
  border-top: 1px solid #bb8d81;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
table.forum-posts td.cell-poster {
  padding-left: 20px;
  padding-left: 1rem;
  width: 20%;
}
table.forum-posts td.cell-extra {
  padding-right: 20px;
  padding-right: 1rem;
  text-align: right;
  vertical-align: top;
  width: 15%;
  display: none;
}
@media screen and (min-width: 500px) {
  table.forum-posts td.cell-extra {
    display: table-cell;
  }
}
table.forum-posts td.ignored, table.forum-posts td.cell-wide, table.forum-posts td.no-results {
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}
table.forum-posts.page-mod td {
  border-top-style: dashed;
}
table.forum-posts.page td {
  border-top-style: none;
}

table.forum-threads input[type=checkbox], table.forum-posts input[type=checkbox] {
  width: auto;
  height: auto;
}

.by-root {
  color: black;
}

td.cell-message, td.cell-wide {
  vertical-align: top;
  word-break: break-word;
}
td.cell-message .reply-to, td.cell-message .edited-by, td.cell-wide .reply-to, td.cell-wide .edited-by {
  font-size: 18px;
  font-size: 0.9rem;
  font-style: italic;
  color: #bb8d81;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

td.cell-bug {
  padding-left: 60px;
  padding-left: 3rem;
  padding-right: 60px;
  padding-right: 3rem;
  padding-top: 30px !important;
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 400px) {
  td.cell-bug {
    padding-left: 20px;
    padding-left: 1rem;
    padding-right: 20px;
    padding-right: 1rem;
  }
}
td.cell-bug .post-text {
  font-size: 22px;
  font-size: 1.1rem;
}
td.cell-bug .post-text p:first-child {
  margin-top: 0px;
}
td.cell-bug input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 500px) {
  div.inline-extra {
    display: none;
  }
}
img.news-cover {
  float: left;
  margin-right: 30px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 500px) {
  img.news-cover {
    float: none;
    display: block;
  }
}

span.forum-thread-subject.unread {
  font-weight: bold;
}

table.search-small {
  width: 250px;
  float: right;
}

button.search-small {
  width: 48px;
  width: 2.4rem;
  height: 48px;
  height: 2.4rem;
  padding: 0;
  margin: 0;
  line-height: initial;
  color: #553f33;
  background-color: #ffbc98;
  background-image: -moz-linear-gradient(top, #b5866c 0%, #ffbc98 100%);
  background-image: -webkit-linear-gradient(top, #b5866c 0%, #ffbc98 100%);
  background-image: linear-gradient(to bottom, #b5866c 0%, #ffbc98 100%);
  box-shadow: 0px 0px 0px 1px #ffbc98 inset;
}
button.search-small:hover {
  background-color: #b5866c;
  background-image: -moz-linear-gradient(top, #ffbc98 0%, #b5866c 100%);
  background-image: -webkit-linear-gradient(top, #ffbc98 0%, #b5866c 100%);
  background-image: linear-gradient(to bottom, #ffbc98 0%, #b5866c 100%);
}

table.search-form {
  width: 100%;
}
table.search-form button {
  margin: 0;
}

table.found-results {
  margin-left: -20px;
  margin-left: -1rem;
  margin-right: -20px;
  margin-right: -1rem;
  width: calc(100% + 40px);
  width: calc(100% + 2rem);
}
table.found-results td.cell-message {
  padding-left: 10px;
  padding-left: 0.5rem;
}

.found-thread {
  padding-left: 10px;
  padding-left: 0.5rem;
}

.found-text {
  line-height: 40px;
  line-height: 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

td.found-quote-left {
  text-align: left;
  padding-left: 20px;
  padding-left: 1rem;
}

td.found-quote-right {
  text-align: right;
}

td.found-quote-left, td.found-quote-right {
  color: #bb8d81;
  font-size: 100px;
  font-size: 5rem;
  font-family: "Times New Roman", "Times", serif;
  width: 80px;
  width: 4rem;
  line-height: 120px;
  line-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
  display: none;
}
@media screen and (min-width: 600px) {
  td.found-quote-left, td.found-quote-right {
    display: table-cell;
  }
}

.forum-icon, .relation-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  margin-bottom: -8px;
  margin-left: 0px;
  margin-right: 0px;
  background: url(/static/img/forum/icons.png);
  background-position: -28px 0px;
}

.forum-icon.default.unread {
  background-position: 0px 0px;
}
.forum-icon.has-own {
  background-position: -84px 0px;
}
.forum-icon.has-own .forum-icon.has-own.unread {
  background-position: -56px 0px;
}
.forum-icon.own {
  background-position: -140px 0px;
}
.forum-icon.own.unread {
  background-position: -112px 0px;
}
.forum-icon.redirect {
  background-position: -169px 0px;
}
.forum-icon.unapproved {
  background-position: -196px 0px;
}
.forum-icon.deleted {
  background-position: -224px 0px;
}
.forum-icon.closed {
  background-position: 0px -28px;
}
.forum-icon.sticky {
  background-position: -28px -28px;
}

.relation-icon.ignore {
  background-position: -114px -28px;
}
.relation-icon.friend-online {
  background-position: -142px -28px;
}
.relation-icon.friend-offline {
  background-position: -170px -28px;
}
.relation-icon.friend {
  background-position: -198px -28px;
}

img.enkord-portrait {
  display: none;
}

div.notifications-list div.logged_exception, div.notifications-list div.error {
  background-color: #ff6464;
}
div.notifications-list div.crash_report {
  background-color: #d7a242;
}
div.notifications-list div.support_request {
  background-color: #4aaedf;
}
div.notifications-list div.logged_exception i.right, div.notifications-list div.error i.right, div.notifications-list div.crash_report i.right, div.notifications-list div.support_request i.right {
  color: #3e3e3e;
}

#notifications_close {
  color: white;
}

div.content {
  background-color: #553f33;
}
div.content i {
  color: #bb8d81;
}

@media screen and (min-width: 1240px) {
  div.content-wrapper {
    border-radius: 10px;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  div.content-wrapper div.breadcrumbs + div.content {
    border-radius: 10px 10px 0px 0px;
    border-radius: 0.5rem 0.5rem 0px 0px;
  }
}

.small-text {
  color: #bb8d81;
}

div.breadcrumbs {
  text-shadow: 3px 3px 8px #000;
  text-shadow: 0.15rem 0.15rem 0.4rem #000;
}

.by-root, p.deleted-status, p.unapproved-status {
  color: #ffbd68;
}

td.label > div.error, .error-box {
  border: none;
}

table.forum-threads.tournament {
  margin-top: 40px;
  margin-top: 2rem;
}
table.forum-threads.tournament td, table.forum-threads.tournament th {
  text-align: center;
}

table.tournament-summary {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table.tournament-summary tr {
  height: 100px;
  height: 5rem;
}
table.tournament-summary tr.odd {
  background-color: #6f5344;
}
table.tournament-summary tr td {
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}

table.tournament-page {
  width: 100%;
}
table.tournament-page td.place {
  text-align: center;
  width: 185px;
}
table.tournament-page tr.place {
  display: none;
}
@media screen and (max-width: 700px) {
  table.tournament-page td.place {
    display: none;
  }
  table.tournament-page tr.place {
    display: table-row;
  }
}

img.portrait {
  width: 175px;
  height: 130px;
}

td.cell-poster {
  position: relative;
}
td.cell-poster img.enkord-portrait {
  position: absolute;
  bottom: 0px;
}
td.cell-poster::after {
  display: block;
  content: "";
  min-height: 130px;
}

div.tournament-players {
  column-count: 5;
  margin-bottom: 40px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  div.tournament-players {
    column-count: 4;
  }
}
@media screen and (max-width: 900px) {
  div.tournament-players {
    column-count: 3;
  }
}
@media screen and (max-width: 700px) {
  div.tournament-players {
    column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  div.tournament-players {
    column-count: 1;
  }
}
div.tournament-players div.tournament-round {
  text-decoration: underline;
}

div.news-cut {
  margin-top: -200px;
  margin-top: -10rem;
  padding-top: 200px;
  padding-top: 10rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(50, 37, 30, 0) 0%, #553f33 100%) no-repeat;
}

div.countdown {
  background-color: #FF6000;
  text-align: center;
  color: black;
  font-weight: bold;
  border-radius: 5px;
}

table.found-results {
  overflow-wrap: break-word;
}
table.found-results td.cell-extra {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
}
table.found-results td.no-results {
  text-align: center;
}

select.locale {
  width: auto;
  vertical-align: middle;
}
