body {
  font-family: Arial, "Poppins", sans-serif;
  font-size: 16px;
  min-height: 100vh;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  color: #212112;
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #e9e9f1;
  overflow-x: hidden;
  transition: all 200ms linear;
  text-align: justify;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body nav#sidebar {
  text-align: left;
}

body .h1,
body .h2,
body .h3,
body div#menubar,
body h1,
body h2,
body h3 {
  font-family: "Poppins", sans-serif, Arial;
}

body .h4,
body .h5,
body h4,
body h5 {
  font-family: Arial, "Poppins", sans-serif;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body h1,
body h2,
body h3,
body h4,
body h5 {
  line-height: 1.5;
  font-weight: 400;
  color: #3c4963;
}

td,
th {
  color: #595959;
}

a,
table a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #4c67ac;
}

a:focus,
a:hover,
td a:focus,
td a:hover,
th a:focus,
th a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: red;
}

button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

button:focus,
button:hover {
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=button].checked {
  background-color: #cfcfcf;
}

hr {
  background-color: silver;
}

#sidebar,
.bg-main {
  background-color: #4c67ac;
}

.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.heading-section small {
  font-size: 18px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#content form table.form.large,
#content table .form_panel input,
.main-form-large,
.wrapper,
svg.renjusvg {
  width: 100%;
}

svg.renjusvg {
  max-width: 469px;
}

#sidebar {
  min-width: 270px;
  max-width: 270px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 0;
  border-left: 1px solid rgba(255, 255, 255, .5);
}

#sidebar,
#sidebar .h6,
#sidebar a,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar li,
#sidebar ul li a span,
body.dark h1 {
  color: #fff;
}

#content form table.form .ck.ck-editor table thead th a:hover,
#content table thead th a:hover,
#sidebar a:hover,
form span#errordiv,
form span#errordiv p {
  color: red;
}

form span#infodiv,
form span#infodiv p,
li {
  color: #595959;
}

#sidebar p {
  color: #d3d3e3;
}

#e9e9f1 #sidebar.active {
  margin-left: -270px;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 16px;
  margin-bottom: .5rem;
}

#sidebar ul li>ul {
  margin-left: 10px;
}

#sidebar ul li>ul li {
  font-size: 14px;
}

#sidebar ul li>ul li a {
  border-bottom: 1px solid transparent;
}

#sidebar ul li>ul li a span {
  color: #000;
}

#sidebar ul li a {
  padding: 0;
  display: block;
}

#sidebar ul li.active>a {
  background: 0 0;
  color: #fc7fb2;
}

@media (max-width:767.98px) {
  #sidebar {
    min-width: 100%;
    max-width: 180px;
    border-left: none;
  }
}

#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (prefers-reduced-motion:reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#sidebar .custom-menu .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}

#sidebar .custom-menu .btn i {
  margin-right: -40px;
  font-size: 14px;
}

#sidebar .custom-menu .btn.btn-primary {
  background: 0 0;
  border-color: transparent;
}

#sidebar .custom-menu .btn.btn-primary:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fc7fb2;
  border-radius: 10px;
}

#sidebar .custom-menu .btn.btn-primary:focus,
#sidebar .custom-menu .btn.btn-primary:hover {
  background: 0 0 !important;
  border-color: transparent !important;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#content {
  width: 100%;
  padding: 0;
  min-height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-color: silver !important;
  overflow: auto;
}

.btn.btn-primary {
  background: #fc7fb2;
  border-color: #fc7fb2;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #fc7fb2 !important;
  border-color: #fc7fb2 !important;
}

.footer p {
  color: #595959;
  text-align: center;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a:hover {
  border-color: #fc7fb2;
  background: #fc7fb2;
  color: #fff;
}

#content .form-control {
  height: 44px !important;
  background: #fff;
  color: #000 !important;
  font-size: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent;
}

#content [type=checkbox].form-control,
#content [type=radio].form-control {
  cursor: pointer;
  width: 20px !important;
  display: inline;
  margin-top: 0;
  vertical-align: middle;
}

#content .main-form label.form-control,
#content .main-form-large label.form-control {
  cursor: pointer;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
  width: auto;
  border-width: 0 !important;
}

#content textarea.form-control {
  overflow-y: scroll;
  height: 20rem !important;
  resize: none;
}

#content .form-control:active,
#content .form-control:focus {
  border-color: #000;
}

#content .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

#content .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, .7);
}

#content .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

#content .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .7);
}

#content .subscribe-form .form-control {
  border: 1px solid rgba(0, 0, 0, .05);
}

#content .main-form#admin_login {
  max-width: 200px;
}

#content .main-form .form-control,
#content .main-form-large .form-control {
  border: 1px solid rgba(127, 127, 127, .5) !important;
}

#content .main-form .file-upload,
#content .main-form-large .file-upload {
  background: initial !important;
  border: 0 !important;
  border-width: 0 !important;
}

::selection {
  color: #fff;
  background-color: #8167a9;
}

::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, .15);
}

.navbar-brand img,
.navigation-wrap,
.start-header,
.start-header.scroll-on,
.start-header.scroll-on .navbar-brand img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
  padding: 10px 0;
}

.start-header.scroll-on .navbar-brand img {
  height: 2.25rem;
}

.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  display: block;
}

.navbar-brand img {
  height: 2.5rem;
  width: auto;
  display: block;
}

.navbar-toggler {
  float: right;
  border: 0;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
  border-color: #fff;
  border-width: 2px;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
  background-color: #fff;
}

.navbar-light .navbar-toggler-icon:before {
  top: 0;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:hover .nav-link {
  color: #8167a9 !important;
}

.nav-item.active .nav-link {
  color: #777 !important;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.bg-light,
.nav-item,
.nav-item:after {
  transition: all 200ms linear;
}

.nav-item {
  position: relative;
}

.bg-light {
  background-color: #fff !important;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.tenth-height {
  height: 10vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 span,
p {
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

body.hero-anime p,
p {
  transition-delay: 1700ms;
}

p {
  margin: 0 0 .5em;
  color: #595959;
  display: block;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
}

#content span.people_list,
h1 span {
  display: inline-block;
}

body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}

h1 span:nth-child(1) {
  transition-delay: 1000ms;
}

h1 span:nth-child(2) {
  transition-delay: 700ms;
}

h1 span:nth-child(3) {
  transition-delay: 900ms;
}

h1 span:nth-child(4) {
  transition-delay: 800ms;
}

h1 span:nth-child(5) {
  transition-delay: 1000ms;
}

h1 span:nth-child(6) {
  transition-delay: 700ms;
}

h1 span:nth-child(7) {
  transition-delay: 900ms;
}

h1 span:nth-child(8) {
  transition-delay: 800ms;
}

h1 span:nth-child(9) {
  transition-delay: 600ms;
}

h1 span:nth-child(10) {
  transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}

h1 span:nth-child(11) {
  transition-delay: 1300ms;
}

h1 span:nth-child(12) {
  transition-delay: 1500ms;
}

h1 span:nth-child(13) {
  transition-delay: 1400ms;
}

h1 span:nth-child(14) {
  transition-delay: 1200ms;
}

h1 span:nth-child(15) {
  transition-delay: 1450ms;
}

#switch {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
}

#circle,
#switch {
  transition: all 300ms linear;
}

#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0);
}

.dropdown-item,
.dropdown-menu {
  color: #212121;
  transition: all 200ms linear;
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #fcfaff;
  border: 0;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
  border-radius: 3px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  border-radius: 2px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: rgba(129, 103, 169, .6);
}

body.dark {
  background-color: #1f2029;
}

body.dark .logo img,
body.dark .navbar-brand img {
  filter: brightness(100%);
}

body.dark h1 span,
body.dark p {
  transition-delay: 0ms !important;
}

body.dark,
body.dark p {
  color: #fff;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

#menubar .nav-link,
#menubar a,
body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

#content form table.form tr,
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

@media (max-width:767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  .dropdown-toggle::after,
  .nav-item::before {
    position: absolute;
    display: block;
    content: "";
    border: 0;
    background-color: #000;
    vertical-align: 0;
  }

  .nav-item::before {
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
  }

  .dropdown-toggle::after {
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .dropdown-toggle::after,
  body.dark .nav-item::before {
    background-color: #fff;
  }

  .dropdown-menu,
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (max-width:991.98px) {
  body {
    text-align: left;
  }

  div.gamediv {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  div#content.gamediv h2,
  div#content.gamediv p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width:767.98px) {
  body {
    text-align: justify;
  }

  body h1,
  body h2,
  body h3,
  body h4,
  body h5 {
    text-align: left;
  }

  div.gamediv {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  div#content.gamediv h2,
  div#content.gamediv p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:575.98px) {
  body {
    text-align: left;
  }

  div.gamediv {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  div#content.gamediv h2,
  div#content.gamediv p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.logo,
.logo img {
  display: block;
  transition: all 250ms linear;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.logo img {
  height: 26px;
  width: auto;
  filter: brightness(10%);
}

#menubar {
  background-color: #334166;
}

#menubar .dropdown-menu {
  background-color: #26304c !important;
}

#menubar .navbar-brand {
  font-size: 2rem;
  font-weight: 500;
}

span.flag {
  width: 1.6125em;
  height: 1.075em;
  vertical-align: middle;
  display: inline-block;
}

img.flag {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
  border: 1px solid #e5e5e5;
}

img.portrait {
  width: 100% !important;
  max-width: 240px;
  border: 2px solid #e5e5e5;
  margin-left: 1rem;
  float: right;
  z-index: 99;
  position: relative;
}

img.portrait_small {
  height: 4em;
  width: 3.2em;
  border: 1px solid #e5e5e5;
  margin: 0;
  object-fit: cover;
}

img.photo {
  max-width: 100% !important;
  border: 2px solid #e5e5e5;
}

img.photo_small {
  height: 6em;
  width: 8em;
  max-height: 75%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  margin: .5rem;
  object-fit: cover;
}

#content figure {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: table;
}

#content figure.table[style="float:right;"] {
  width: auto;
  max-width: 100%;
  z-index: 99;
  position: relative;
  margin-left: 1rem;
}

#content figure.image-style-side {
  float: right;
  z-index: 99;
  position: relative;
  margin-left: 1rem;
}

#content figure.image.image_resized img {
  width: 100%;
  max-width: 100%;
}

#content table:not(.form) {
  border-collapse: collapse;
  border: 2px solid #000;
  margin-bottom: .5rem;
  font-size: 1rem;
}

#content table:not(.form) td.portrait {
  padding: 0;
}

#content form table.form .ck.ck-editor table {
  border-collapse: collapse;
  border: 2px solid #000;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1rem;
}

#content form table.form .ck.ck-editor table td,
#content table:not(.form) td,
#content table:not(.form) th {
  border: 1px solid #fff;
  border-collapse: collapse;
}

#content form table.form .ck.ck-editor table th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 1rem;
  text-align: center;
  background-color: #4c67ac;
  color: #fff;
  font-weight: 400;
  padding: .2rem .5rem;
  vertical-align: middle;
}

#content table:not(.form) th {
  text-align: center;
  background-color: #4c67ac;
  color: #fff;
  font-weight: 400;
  padding: .2rem .5rem;
  vertical-align: middle;
}

#content form table.form .ck.ck-editor table td,
#content table:not(.form) td {
  padding: .2rem .5rem;
}

#content form table.form .ck.ck-editor table tr,
#content table:not(.form) tr {
  background-color: #fdfdfd;
}

#content form table.form .ck.ck-editor table tr:nth-child(even),
#content table:not(.form) tr:nth-child(even) {
  background: #f8f8f8;
}

#content form table.form .ck.ck-editor table thead th,
#content form table.form .ck.ck-editor table thead th a,
#content table:not(.form) thead th,
#content table:not(.form) thead th a {
  background-color: #334166;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

#content table:not(.form) tfoot td a:hover,
#content table:not(.form) thead th a:hover {
  color: red;
}

#content table:not(.form) td.num {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

#content table:not(.form) td.rank,
#content table:not(.form) td.rating {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #fff;
  word-break: normal;
}

#content table:not(.form) td.rank {
  font-weight: 700;
  font-size: 1.25rem;
  background-color: #4c67ac;
}

#content table:not(.form) td.rank.gold {
  background-color: gold;
  color: #000;
}

#content table:not(.form) td.rank.silver {
  background-color: silver;
  color: #000;
}

#content table:not(.form) td.rank.bronze {
  background-color: #c96;
  color: #000;
}

#content table:not(.form) td.rating {
  font-size: 1rem;
  background-color: gray;
}

#content table:not(.form) td.code {
  font-family: Consolas, monaco, monospace;
}

#content table:not(.form) td.text {
  font-size: 16px !important;
}

#content table:not(.form) tfoot tr {
  background-color: #4c67ac;
}

#content table:not(.form) tfoot td,
#content table:not(.form) tfoot td a {
  color: #fff;
}

.highlight {
  color: #ff7f00;
}

#content table:not(.form) td.no-bl {
  border-left: 0;
}

#content table:not(.form) td.no-br {
  border-right: 0;
}

#content table.nostyle,
#content table.nostyle tbody,
#content table.nostyle td,
#content table.nostyle th,
#content table.nostyle thead,
#content table.nostyle tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  background-color: #fff;
}

#content table.renjutable {
  width: 100%;
  max-width: 489px;
  word-break: break-word;
}

#content table.gamelist,
#content table.renjutable {
  margin-left: auto;
  margin-right: auto;
}

#content table.float {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 600px;
  margin-left: 1rem;
  float: right;
}

#content table.chat {
  width: 100%;
}

#content table.chat,
.break-word {
  word-break: break-word;
}

#content table.chat tbody td.num {
  word-break: normal;
}

#content table.chat tbody td.small_row {
  height: 2rem;
}

#content table.chat tbody td.small_col {
  width: 20%;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#content table.chat tbody td.noleft {
  border-left: 0;
}

#content table.chat tbody td.noright {
  border-right: 0;
}

#content table.chat tbody td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #000;
  border-right: 1px solid #bfbfbf;
}

#content table.chat tbody td table {
  border: 0 !important;
}

#content table .form_panel {
  border: 0;
  width: 100%;
}

#content table:not(.form) td.win {
  color: green;
  text-align: center;
}

#content table:not(.form) td.draw {
  color: #00f;
  text-align: center;
}

#content table:not(.form) td.loss {
  color: red;
  text-align: center;
}

#content table:not(.form) td a sub.first {
  color: #248;
}

#content table:not(.form) td a sub.second {
  color: #f53;
}

.gray {
  color: gray;
}

#content table:not(.form) .left {
  text-align: left !important;
}

#content table:not(.form) .center {
  text-align: center !important;
}

#content table:not(.form) .right {
  text-align: right !important;
}

#content table:not(.form) .vcenter {
  vertical-align: middle !important;
}

div .clear {
  clear: both;
}

div.userbar-container {
  background-color: #4c67ac;
}

div.userbar {
  padding: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
  text-align: right;
  font-weight: 400;
  color: #ffffcf;
}

.closebtn {
  color: #fff;
  margin-left: 15px;
  font-weight: 700;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: .3s;
}

div.userbar a {
  font-weight: 500;
  color: #fff;
}

div.userbar a:hover {
  font-weight: 500;
  color: red;
}

div.alert {
  padding: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #c08000;
  color: #fff;
}

.closebtn:hover {
  color: #000;
}

#content form table.form {
  border: 0;
  background-color: #fff;
}

#content form table.form th {
  font-weight: 500;
  color: #3c4963;
  font-size: 1.25rem;
  text-align: left;
}

#content form table.form td.placeholder {
  margin: 0;
  border: 0;
  padding: 0;
}

#content form table.form .ck.ck-editor .table {
  width: auto;
}

.width-100 {
  max-width: 100px !important;
}

.hidden {
  display: none !important;
}

#content div.table_container {
  overflow: auto;
}

div.inline {
  display: inline-block;
}