/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

*, html {
  margin: 0 auto; }

body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  background: #2a2a2a; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

/* grids */
.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-right: 15px;
  padding-left: 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: 45.8%; }

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

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

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

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

@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: 45.8%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@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: 45.8%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

/* page styles beggin here */
.yellow_button_black_text {
  background-image: -ms-linear-gradient(top, #ffc752 0%, #df9c20 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc752', EndColorStr='#df9c20');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc752', endColorstr='#df9c20');
  background: -moz-linear-gradient(center top, #FFC752, #DF9C20) repeat scroll 0 0 transparent;
  border: 1px solid rgba(246, 226, 183, 0.3);
  color: #040404;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc752), to(#df9c20)); }
  .yellow_button_black_text:hover {
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }

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

.tournaments_page_inner {
  padding: 14px;
  width: 100%;
  display: block;
  position: relative;
  float: left;
  background: #1b1a1a; }

.row {
  width: 100%;
  display: block;
  float: left; }
  .row h2 {
    color: #ffffff;
    font-size: 13px;
    border-bottom: 1px solid #c29434;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin: 10px auto; }
  .row .text {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px; }

.t_game {
  padding: 0;
  overflow: hidden;
  margin: 10px auto;
  width: 45.8%; }
  @media (max-width: 900px) {
    .t_game {
      margin-left: 1%;
      margin-right: 1%;
      width: 48%; } }
  @media (max-width: 767px) {
    .t_game {
      width: 98%;
      height: 100%;
      max-height: 317px; } }
  @media (max-width: 690px) {
    .t_game {
      width: 98%;
      height: 100%;
      max-height: 280px; } }

.t_game_bg {
  width: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.t_game_frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #464646;
  color: #ffffff;
  background: rgba(31, 30, 30, 0.7); }
  .t_game_frame img {
    width: 100%; }
  .t_game_frame .game_header, .t_game_frame .game_footer {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 10px; }
  .t_game_frame .status {
    display: inline-block; }
    .t_game_frame .status .b__green, .t_game_frame .status .b__orange, .t_game_frame .status .b__red {
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 5px;
      border-radius: 100px;
      vertical-align: middle; }
    .t_game_frame .status .b__green {
      background: #23ea5b; }
    .t_game_frame .status .b__orange {
      background: #e97b24; }
    .t_game_frame .status .b__red {
      background: #ea2425; }
  .t_game_frame .info {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  .t_game_frame .time {
    float: right; }
    .t_game_frame .time .text {
      font-weight: normal;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .t_game_frame .time .time_value {
      color: #ffb92c;
      font-weight: bold;
      font-size: 18px;
      vertical-align: middle; }
  @media (min-width: 767px) and (max-width: 900px), (max-width: 480px) {
    .t_game_frame .hide_m {
      display: none; } }
  .t_game_frame .game_main {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px; }
    .t_game_frame .game_main .g_desc, .t_game_frame .game_main .preview {
      padding: 15px; }
      @media (min-width: 767px) and (max-width: 900px), (max-width: 420px) {
        .t_game_frame .game_main .g_desc, .t_game_frame .game_main .preview {
          padding: 0 10px; } }
    .t_game_frame .game_main .g_prize, .t_game_frame .game_main .g_time, .t_game_frame .game_main .g_title {
      margin: 15px auto;
      font-size: 12px;
      text-transform: uppercase; }
      @media (min-width: 767px) and (max-width: 900px), (max-width: 480px) {
        .t_game_frame .game_main .g_prize, .t_game_frame .game_main .g_time, .t_game_frame .game_main .g_title {
          margin: 5px auto; } }
      @media (min-width: 500px) and (max-width: 767px) {
        .t_game_frame .game_main .g_prize, .t_game_frame .game_main .g_time, .t_game_frame .game_main .g_title {
          font-size: 16px; } }
      @media (max-width: 374px) {
        .t_game_frame .game_main .g_prize, .t_game_frame .game_main .g_time, .t_game_frame .game_main .g_title {
          font-size: 11px;
          margin: 0; } }
    .t_game_frame .game_main .g_prize, .t_game_frame .game_main .g_title {
      font-weight: bold; }
    .t_game_frame .game_main .g_title {
      font-size: 14px; }
      @media (min-width: 500px) and (max-width: 767px) {
        .t_game_frame .game_main .g_title {
          font-size: 18px; } }
      @media (max-width: 374px) {
        .t_game_frame .game_main .g_title {
          font-size: 12px;
          margin-top: 10px; } }
    @media (max-width: 374px) {
      .t_game_frame .game_main .preview {
        width: 40%; } }
  .t_game_frame .game_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 5px; }
    .t_game_frame .game_footer .btn {
      font-size: 16px;
      text-transform: uppercase;
      padding: 10px;
      font-weight: bold;
      border: none;
      float: left;
      margin: 0 1%; }
      .t_game_frame .game_footer .btn:focus {
        outline: none; }
      .t_game_frame .game_footer .btn:first-of-type {
        margin-left: 0; }
      .t_game_frame .game_footer .btn:last-of-type {
        margin-right: 0; }
      @media (max-width: 420px) {
        .t_game_frame .game_footer .btn {
          font-size: 14px; } }
      @media (max-width: 355px) {
        .t_game_frame .game_footer .btn {
          font-size: 12px; } }
    .t_game_frame .game_footer .join_btn {
      width: 64%; }
    .t_game_frame .game_footer .info_btn {
      width: 34%;
      color: #ffffff;
      background: #464646; }

.spin {
  text-align: center;
  margin-top: 14%; }
  .spin .spin_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .spin .bar {
    width: 100%;
    height: 2px;
    background: #464646; }
  .spin .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #464646;
    padding: 3px;
    border-radius: 100px; }
    .spin .spinner img {
      width: 15px;
      height: 15px;
      vertical-align: middle; }
  @media (max-width: 900px) {
    .spin {
      display: none; } }

.brackets_row {
  position: relative;
  display: block;
  margin-top: 25px; }
  .brackets_row .t_game {
    width: 91.66666667%; }
  .brackets_row .timeLine_holder {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin: 10px auto; }
  .brackets_row .timeline:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 140px;
    top: 140px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background: #464646; }
  @media (max-width: 900px) {
    .brackets_row .timeline {
      display: none; } }
  .brackets_row .brackets_t_game {
    padding: 0; }
    .brackets_row .brackets_t_game .spin {
      margin-top: 28%; }
  .brackets_row .brackets_t_game_left .spinner {
    left: 100%; }
  .brackets_row .brackets_t_game_right .spinner {
    left: 0; }
  .brackets_row .m_top {
    margin-top: 14%; }
  .brackets_row .n_top {
    margin-top: -14%; }
  @media (max-width: 900px) {
    .brackets_row .brackets_t_game {
      padding-left: 1%;
      padding-right: 1%;
      width: 50%; }
    .brackets_row .m_top, .brackets_row .n_top {
      margin-top: 0; }
    .brackets_row .t_game {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .brackets_row .brackets_t_game {
      width: 100%; } }

.tournament_popup {
  z-index:2;
  position: absolute;
  max-width: 750px;
  width: 100%;
  height:100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .tournament_popup .container {
    width: 100%; }
  .tournament_popup .popup {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 10px; }
  .tournament_popup .t_game {
    max-height: 260px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (max-width: 560px) {
      .tournament_popup .t_game {
        max-height: 210px; } }
    .tournament_popup .t_game .g_title {
      margin: 10px auto; }
    .tournament_popup .t_game .game_desc {
      font-size: 12px; }
      @media (max-width: 560px) {
        .tournament_popup .t_game .game_desc {
          display: none; } }
  .tournament_popup .game_main {
    margin-top: 0;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%); }
    .tournament_popup .game_main .g_prize, .tournament_popup .game_main .g_time {
      display: none; }
      @media (max-width: 560px) {
        .tournament_popup .game_main .g_prize, .tournament_popup .game_main .g_time {
          display: block; } }
    .tournament_popup .game_main .g_prize, .tournament_popup .game_main .g_time {
      margin-top: 0;
      margin-bottom: 5px; }
  .tournament_popup .game_footer .prize_info {
    float: left;
    margin-top: 10px;
    text-transform: uppercase; }
    @media (max-width: 620px) {
      .tournament_popup .game_footer .prize_info {
        display: none; } }
  .tournament_popup .game_footer .join_btn {
    width: auto;
    float: right; }
  .tournament_popup .popup_main {
    background: #1b1a1a;
    width: 100%;
    display: block;
    float: left;
    padding: 25px 20px; }
  .tournament_popup .main_inner {
    width: 100%;
    display: block;
    position: relative; }
  .tournament_popup .pop_row {
    padding-bottom: 10px;
    border-bottom: 1px solid #c29434; }
    .tournament_popup .pop_row .title {
      font-weight: bold;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px; }
    .tournament_popup .pop_row .sub {
      font-size: 31px;
      text-transform: uppercase;
      font-weight: bold;
      color: #858384; }
    .tournament_popup .pop_row .close {
      position: absolute;
      top: 5px;
      right: 0;
      width: 33px;
      height: 33px;
      border: none;
      background: none;
      background-image: url(/casino/images/new_popups/close-btn.png);
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer; }
      .tournament_popup .pop_row .close:focus {
        outline: none; }
    @media (max-width: 380px) {
      .tournament_popup .pop_row .title {
        font-size: 10px; }
      .tournament_popup .pop_row .sub {
        font-size: 22px; }
      .tournament_popup .pop_row .close {
        width: 25px;
        height: 25px; } }

.table_row {
  border: 4px solid #464646;
  padding: 0 1px;
  background: #161616;
  margin: 15px auto; }
  .table_row .table_holder {
    margin: 10px auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 10px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch; }
    .table_row .table_holder::-webkit-scrollbar {
      width: 8px;
      border-radius: 5px;
      background-color: black; }
    .table_row .table_holder::-webkit-scrollbar-thumb {
      background-color: #4e4e4e;
      border-radius: 5px;
      outline: 1px solid slategrey; }
    @media (max-width: 380px) {
      .table_row .table_holder {
        padding: 0 10px 0 0px; } }

.table_row_you {
  border: 4px solid rgba(255, 0, 0, 0);
  padding: 0 12px;
  margin: -14px auto; 
  height:36px;}
  .table_row_you .table_holder {
    margin: 10px auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 10px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch; }
    .table_row_you .table_holder::-webkit-scrollbar {
      width: 8px;
      border-radius: 5px;
      background-color: black; }
    .table_row_you.table_holder::-webkit-scrollbar-thumb {
      background-color: #4e4e4e;
      border-radius: 5px;
      outline: 1px solid slategrey; }
    @media (max-width: 380px) {
      .table_row_you .table_holder {
        padding: 0 10px 0 0px; } }
		
.popup_table {
  width: 100%;
  border-collapse: collapse;  }
  .popup_table .cell {
    padding: 5px;
    border-bottom: 1px solid #464646;
    text-align: center;
    color: #ffffff; }
  .popup_table .place, .popup_table .prize {
    color: #e8af00;
    font-weight: bold; }
  .popup_table .place {
    font-size: 25px; }
  @media (max-width: 500px) {
    .popup_table .cell {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media (max-width: 360px) {
    .popup_table .cell {
      font-size: 10px; } }
	  
.popup_table_you {
  width: 100%;
  border-collapse: collapse; 
  font-size: bold;}
  .popup_table_you .cell {
    padding: 5px;
    text-align: center;
    color: #ffffff; }
  .popup_table_you .place {
    font-size: 25px; }
  .popup_table_you .player {
    width: 60px; }
  @media (max-width: 500px) {
    .popup_table_you .cell {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media (max-width: 360px) {
    .popup_table_you .cell {
      font-size: 10px; } }

#leaderboard_overlay{
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: fixed;
	width: 100%;
	z-index: 1;	
}
#text_end, #text_start, #text_upcoming{
	display:none;
}