﻿* {
  margin: 0;
  padding: 0;
}

.big-pharma {
  width: 940px;
  margin: 30px auto 0 auto;
  padding: 22px 30px;
  background: #f4f0e6;
  border: 2px solid #b8a878;
  border-radius: 6px;
  font-family: "Garamond", "Book Antiqua", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 22px;
  color: #1f1f1f;
  text-align: justify;
}
.big-pharma p { margin: 10px 0; }
.big-pharma .bp-title {
  font-family: "Garamond", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #8a0a0a;
  text-align: center;
  margin-bottom: 14px;
  border-bottom: 1px solid #b8a878;
  padding-bottom: 8px;
}
.big-pharma a { color: #143dad; text-decoration: underline; }
.big-pharma p:last-of-type { font-size: 12px; line-height: 16px; }

ul.folder-tabs {
  list-style: none;
  margin: 0;
  padding: 6px 0 0 0;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 3px solid #1e6fa8;
  background: transparent;
}
ul.folder-tabs li { display: inline-block; }
ul.folder-tabs a {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  background: #87ceeb;
  color: #062b4d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #1e6fa8;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 90px;
  min-height: 36px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
ul.folder-tabs a:hover {
  background: #aee0f5;
  color: #001a33;
  text-decoration: none !important;
}

input#voucher {width: 260px;}

body {
  text-align: center;
  background-color: #ded895;
  background-image: url('images/bg_top.png');
  background-repeat: repeat-x;  
  background-position:center top;
  -o-background-size: 512px 623px, auto;
  -moz-background-size: 512px 623px, auto;
  -webkit-background-size: 512px 623px, auto;
  background-size: 513px 623px, auto;
  font-family:'Arial Black', Impact, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  -webkit-animation: animatedSky 40s linear infinite;
  -moz-animation: animatedSky 40s linear infinite;
  -o-animation: animatedSky 40s linear infinite;
  animation: animatedSky 40s linear infinite;
}



@-webkit-keyframes animatedSky {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}

@-moz-keyframes animatedSky {
  from { background-position: 100% 0; }
  to { background-position: 0 0; }
}

@-o-keyframes animatedSky {
  from { background-position: 100% 0; }
to { background-position: 0 0; }
}

@keyframes animatedSky {
 from { background-position: 100% 0; }
to { background-position: 0 0; }
}


#ground { 
  width: 100%; 
  height: 40px; 
  background-image: url('images/ground.png');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation:  animatedBackground 20s linear infinite;
  -moz-animation: animatedBackground 20s linear infinite;
  -o-animation: animatedBackground 20s linear infinite;
  animation: animatedBackground 20s linear infinite;
  position: absolute;
  margin-top: 600px;
}

@-webkit-keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}

@-moz-keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}

@-o-keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}

@keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}



.bird {
  height: 28px;
  width: 40px;
  background: url('images/bird.png');
  margin-left: 65px;
  position: relative;
  left: 130px;
  z-index: 3;
  -webkit-animation: birdFlap 0.2s steps(3, end) infinite alternate;
  -moz-animation: birdFlap 0.2s steps(3, end) infinite alternate;
  -o-animation: birdFlap 0.2s steps(3, end) infinite alternate;
  animation: birdFlap 0.2s steps(3, end) infinite alternate;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}



@-webkit-keyframes birdFlap {  
  0% {background-position: 0 84px;}
  100% {background-position: 0 0;}

}

@-moz-keyframes birdFlap {  
  0% {background-position: 0 84px;}
  100% {background-position: 0 0;}
}

@-o-keyframes birdFlap {  
  0% {background-position: 0 84px;}
  100% {background-position: 0 0;}
}

@keyframes birdFlap {  
  0% {background-position: 0 84px;}
  100% {background-position: 0 0;}
}

#allbody {
  width: 998px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: transparent;
}
#allbody #ab-content {
  width: 998px;   /* 998 celkovÄ› */
  background-color: transparent;
  font-size: 12px;
  color: grey;
}
.nahore {
  width: 986px;
  height: 563px;
  padding: 40px 6px;
  border-radius: 10px;
}
.dole {
  
}

#allbody #end {
  width: 1000px;
  height: 10px;
}
#allbody #end #end-left {
  position: absolute;
  width: 4px;
  height: 10px;
  background-image: url('images/bottom-left.png');
}
#allbody #end #end-center {
  position: absolute;
  width: 992px;
  height: 9px;
  margin-left: 4px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
#allbody #end #end-right {
  position: absolute;
  width: 4px;
  height: 10px;
  margin-left: 994px;
  background-image: url('images/bottom-right.png');
}
#logo {
  position: absolute;
  font-size: 25px;
  padding: 9px 20px;
  color: white;
  text-decoration: none;
  text-shadow: -2px 0 darkred, 0 2px darkred, 2px 0 darkred, 0 -2px darkred;
}
#logo:hover {
  
}
#wof {
  position: absolute;
  margin-left: 410px;
  margin-top: 0;
  z-index: 100;
}
#middler {
  position: absolute;
  width: 500px;
  text-align: center;
  margin-top: 232px;
  z-index: 500;
  color: white;
  text-shadow:2px 3px 4px black;
  font-style: italic;
  font-size: 24px;  
}
#middler .afterDot {
  font-size: 22px;
 
}
#middler .nob {
  font-weight: normal;
  font-size: 16px;
  color: white;
}

#wof-image {
  position: absolute;
  width: 495px;
  z-index: 100;
}
#wof-image.wfcenter {
  position: absolute;
  z-index: 110;
}

#left-content {
  position: relative;
  width: 434px;
  text-align: center;
  z-index: 200;
  color: white;
  margin-top: 20px;
  font-family:'Arial';
}

input.l {
  width: 410px;
  background: #fefefe;
  border: 1px solid #bbb;
  font-size: 12px;
  color: #333;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  vertical-align: middle;
  width: 250px;
}

input.unique {
  width: 390px;
  font-size: 10px;
  padding: 4px 7px;
  border: 2px solid white;
  cursor: pointer;
  cursor: hand;
}

input.downseked {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; 
}
#balance {
  width: 420px;
  height: 35px;
  padding: 6px;
  line-height: 33px;
  border: 2px solid white;
  background-color:#7a7a7a;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 23px;
  color: white;
  font-family:'Arial Black', Impact, 'Helvetica Neue', Arial, sans-serif;
  text-shadow: 1px 1px 0 #2d2d2d;
  font-size: 18px;
}
#balance b, #balance big { text-shadow: 1px 1px 0 #2d2d2d; }
#sucksbro {
    width: 420px;
  height: 35px;
  padding: 6px;
  line-height: 33px;
  background-image: url('images/balance_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 23px;
  color: white;

}
#alt-menu {
  position: absolute;
  margin-left: 154px;
  margin-top: -28px;
  z-index: 200;
}
#alt-menu a {
	background-color:#7a7a7a;
	text-indent:-1.31px;
	display:inline-block;
	box-sizing:border-box;
	height:42px;
	line-height:18px;
	color:#fff;
	font-family:'Arial Black', Impact, 'Helvetica Neue', Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	padding: 10px 16px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	text-shadow:1px 1px 0 #333;
	border: 2px solid white;
}
#alt-menu a#mute_btn {
	font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
	font-size:18px;
	line-height:18px;
	padding:10px 12px;
}
#alt-menu a:hover {
	background-color:#8e8e8e;
}
#alt-menu a:active {
	position:relative;
	top:1px;
}
#alt-menu a.deposit {
	
  padding-left: 20px;
}
#alt-menu a.withdraw {
	
  padding-right: 20px;
}
#contact-a {
  color: black;
  text-decoration: underline;
}
#contact-a:hover {
  text-decoration: none;
}
a.microbuttons {
  text-decoration: underline;
  color: darkgreen;  
}
a.microbuttons:hover {
  text-decoration: none;  
}


#bet_table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing:0;
  margin-top: 20px;
  color: white;
}

.spinButton {
  background: #39ff14;
  border: 3px solid #000;
  box-sizing: border-box;
  -webkit-border-top-left-radius:0px;
  -moz-border-radius-topleft:0px;
  border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -moz-border-radius-topright:0px;
  border-top-right-radius:0px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:-1.31px;
  display:inline-block;
  color:#fff;
  font-family: 'Arial Black', Impact, 'Helvetica Neue', Arial, sans-serif;
  font-size:28px;
  font-style:normal;
  height:51px;
  line-height:51px;
  width:200px;
  text-decoration:none;
  text-align:center;
  text-shadow:3px 3px 3px #000;
}

.spinButton:hover {
    background: #5dff3d;
}

.spinButton:active {
	position:relative;
	top:1px;
}
#fillPercents a {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  width: 35px;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#fillPercents a.longer {
  width: 37px;
}
#fillPercents a:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}
#fillPercents a:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}
#options {
  margin-left: auto;
  margin-right: auto;
}
#options td {
  text-align: left;
}
#placer_ {
  /* Aligned with the wheel image (#wof at margin-left:410, arrow cell ~64px,
     wheel image 495px wide → wheel image spans .nahore-x 474..969).
     Keep #placer_ in normal flow below #left-content; constrain its box to
     the wheel image's horizontal band and let the inner table center within. */
  margin-left: 474px;
  width: 495px;
  min-height: 120px;
  padding-top: 12px;
}
#centerer {
  width: 100%;
  text-align: center;
}

#stats-menu {
  width: 958px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style: none;
}

#stats-menu li {
  display: inline;
  float: left;
}

#stats-menu li a {
  padding: 16px;
  text-decoration: none;
  color: #143dad;
  font-size: 18px;
  font-family: "Arial";
  background: #fbeed1;
  border: 1px solid #d6b85a;
  border-bottom: none;
  margin-right: 2px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#stats-menu li a:hover {
  background: #f7e1a9;
  color: #143dad;
}

#stats-menu li a.active {
  background: #f7e1a9;
  color: #143dad;
  border: 1px solid #c79f3d;
  border-bottom: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#stats-menu li a.active:hover {
  border-bottom: none;
}

#stats-content {
  width: 958px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 7px;
  font-family: arial;
}

#stats-table {
  font-family: "Arial";
  font-size: 12px;
  width: 958px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

#stats-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#stats-table th {
  font-size: 16px;
  font-weight: normal;
  color: #143dad;  
  padding: 10px 8px;
  text-align: center;
  background: #f7e1a9;
}

#stats-table .odd td{
  font-size: 16px;
  text-align: center;
  background: #fff;
  padding:10px;
  color: black;
}

#stats-table td {
  padding:10px;
  color: black;
  font-size: 16px;
  text-align: center;
  background: #ebf1f1;
}

.news_single {
  padding: 14px;
  color: #3a87ad;
  border-color: #bce8f1;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);  
  border: 1px solid #bce8f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #F7E1A9;
}

#fair_nice {
  background: #f7e1a9;
  margin-top: 0px;
  color: #143dad; 
  font-size: 14px;
  padding:20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}

.news_single .news_single_time {
  font-style: italic;
}

a.randomize {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-family: "Arial";
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
  padding: 3px 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
a.randomize:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}
a.randomize:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}
a.randomize.options {
  background: #ffffff;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
  filter: none;
  color: #222222;
  text-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

  position: relative;
  margin: 0 2px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;

  bottom: 1px;
}

a.randomize.options:hover {
  background: #f1f1f1;
  background-color: #f1f1f1;
  filter: none;
  color: #000000;
}

a.randomize.options:active {
  position:relative;
  bottom: 0;
}

td.spins_s {
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  text-shadow: none;
  font-size: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  font-family:'Arial Black', Impact, 'Helvetica Neue', Arial, sans-serif;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

#topbody {
  height: 60px;
  margin: 0, auto;
  background-color: none;
}

.banner {
  padding: 5px;
  margin: -5px 0 0 365px;
}

.banner img {
  padding: 2px;
}

.soundbox {
  margin-left: -100px;
}

input[type=checkbox].css-mutebutton {
  display:none;
}

input[type=checkbox].css-mutebutton + label.css-label {
  padding-left:27px;
  height:22px; 
  display:inline-block;
  line-height:22px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:22px;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-mutebutton:checked + label.css-label {
  background-position: 0 -22px;
}

label.css-label {
  background-image:url(images/sound_switch.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footer {
  color: /* Yo, mister */ white;
  text-shadow:1px 2px 2px black;
  
}


#stats-table td#ldb_0{
        background-image: url(medals.png); 
	background-position: 20px -75px; 
	background-repeat: no-repeat;
	width: 55px; 
	height: 55px; 
	padding: 0;
}

#stats-table .odd td#ldb_1{
    background-image: url(medals.png);
	background-position: 20px -160px; 
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	padding: 0;
}

#stats-table td#ldb_2{
        background-image: url(medals.png);
        background-position: 20px 10px;
	background-repeat: no-repeat;
        width: 55px;
        height: 55px;
	padding: 0;
}

/* Socials drop-in (subgenius.finance/socials.js) overrides for this site.
   Two issues fixed below:
   - The page's typography rule (`body *:not(...) { font-family:Inter !important }`
     in index.php's inline <style>) overrides socials.js's Cinzel. Re-assert it
     here at higher specificity (#id beats body *:not(...)).
   - The widget's white quote text with a 14px soft-black blur washes out on the
     tan/sky background. Replace with a tight 1px black halo on top of the blur. */
#bottomstack,
#bottomstack * {
  font-family: 'Cinzel', serif !important;
}
#bottomstack .dobbs-quote {
  color: #111 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35) !important;
  text-shadow: none !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
