:root {
  --reddish: #e94f64;
  --bg1: #000000;
  --bg2: #212121;
  --bg3: #444444;
  --bg4: #888888;
  --t1: #FFFFFF;
  --t2: #FFFFFFDE;
  --t3: #FFFFFF99;
  --t4: #FFFFFF61;
}

.cbh { 
  padding-left:10px;
  padding-right:10px;
  height:32px;
  line-height:32px;
}

.cbg1 { background-color: var(--bg1) }
.cbg2 { background-color: var(--bg2) }
.cbg3 { background-color: var(--bg3) }
.cbg4 { background-color: var(--bg4) }
.tc1 { color: var(--t1) }
.tc2 { color: var(--t2) }
.tc3 { color: var(--t3) }
.tc4 { color: var(--t4) }

.p8 { padding: 8px }
.m8 { margin: 8px }
.ml8 { margin-left: 8px }
.mr8 { margin-right: 8px }
.mt4 { margin-top: 4px }
.pt8 { padding-top: 8px }
.fr { float: right }
.fl { float: left }
.fss { font-size: 0.9rem; }

.w100 { width: 100% }

.negative, .reddish { color: var(--reddish) }

html, button, body, table {
  font-family: 'Roboto', sans-serif;
}

body { margin: 0; padding: 0; font-size: 9pt;background-color: var(--bg1);color: var(--t2) }
.mm-listitem { font-size:12pt }
.mfa { color: blue;font-size:16pt;margin-right:6px;margin-left:6px;width:30px;text-align:center }

.header {
  position: sticky;
  top:0;
  left:0;
  z-index:100;
  background-color: var(--bg1);
  color: var(--t2);
}

#content {
  padding-bottom: 20px;
  padding-left:8px;
  padding-right:8px;
}

#myGames { font-size: 10pt }
#myGames tbody tr { cursor: pointer }
#mygames th { 
  background-color: var(--bg1); 
  color: var(--t2); 
  text-align: center;
  font-weight:bold
}

#myinfo { 
  font-size:8pt; 
  color: var(--t3); 
  text-align: left 
}

.container {
  display: inline-block;
}

.container2 {
  position: relative;
  display: inline-block;
}

.table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: var(--t2);
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.notpremium {
  padding: 10px
}

table.dataTable tbody tr:hover {
  background-color:var(--bg3) !important;
}

.net { background-color: #F3FFFF;color:var(--bg1) }
.fold { background-color: #FFFFED;color:var(--bg1) }
.win { background-color: #E0FFE0;color:var(--bg1) }
.loss { background-color: #FFE0E0;color:var(--bg1) }
.black { background-color: black }
.dollar { text-align: right }
.count { text-align: center }
.total { font-weight: bold }
th, td { padding-left:10px;padding-right:10px;padding-top:2px;padding-bottom:2px }

.loader,
.loader:before,
.loader:after {
  background: var(--t2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: var(--t2);
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.overlay {
/*  margin-top:100px; */
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
/*  background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat; */
  background: rgba(25,25,25,0.8);
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;   
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

#menu:not( .mm-menu ) {
  display: none;
}

.season {
  font-size: 12pt
}

.thelp tr {
  border-bottom: solid 1px lightgray
}

.thelp th {
  border-bottom: solid 1px lightgray
}

.season th {
  vertical-align: bottom; 
}

.season td {
  border: 1px solid #ccc;
  padding:10px;
}

.al { text-align: left }
.ac { text-align: center }
.ar { text-align: right }

.frame {
  border-radius: 4px;
  margin-left: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px;
  background-color:var(--bg2);
  height:124px;
}

.test {
  background-color: red
}

.dnp { background-color: #E6E6FA }

.season-table-headers, .season-table-totals {
  background-color: var(--bg3);
  text-align: center
}


.crumb {

}

.crumb a, .crumb a:hover, .crumb a:visited, .crumb a:link, .crumb a:active {
  color: white;
  text-decoration: underline;
}

.r-label {
  text-align: right;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}

#game-summary {
  background-color: rgb(239, 239, 182);
  border: solid 1px black;
  overflow: hidden;
}

#game-summary .table {
  width: 100%
}

.btn-choices {
  margin-top:8px
}

.thin-border-headers {
  background-color: var(--bg1);
  color: var(--t2);
}

.thin-border-headers2 {
  background-color: var(--bg3);
  color: var(--t3);
}

.thin-border-table {
  /* width: 100%; */
}

.thin-border-table tr, .thin-border-table td, .thin-border-table th {
  border:1px solid var(--bg3);
  border-collapse:collapse
}

.footnotes {
  margin-top: 15px;
  margin-left:10px;
  margin-right:10px;
  color: #888888;
  font-size: 8pt;
}

.league-list {
  border: solid 1px black;
  background-color: #bfe3b4;
  border-radius: 10px;
  margin: 8px
}

#league-list-title {
  font-weight: bold;
  font-size: 12pt;
}

.pad {   
  display:inline-block; position:relative; z-index:1; margin:20px; padding:25px;
  border-radius:20px;
  background:linear-gradient(0.06deg, rgba(191, 227, 180, 1) 0%, 
                                      rgba(187, 223, 176, 1) 29.62%, 
                                      rgba(175, 211, 164, 1) 58.47%, 
                                      rgba(156, 192, 145, 1) 86.92%, 
                                      rgba(145, 181, 134, 1) 99.22%);
  box-shadow:-4px 8px 8px rgba(0,0,0,0.1), -8px 16px 16px rgba(0,0,0,0.1), -16px 32px 32px rgba(0,0,0,0.15), -32px 64px 64px rgba(0,0,0,0.25);  
}
.pad:before {
  content:''; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; margin:0;
}

.pad.p {
  box-shadow:0 1px 0 #444, 0 2px 0 #373737, 0 3px 0 #555, 0 4px 0 #474747, 0 5px 0 #666, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.headshot-small {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cccccc;
}

.league-indent {
  margin-left: 12px;
}

.nobordertable {
  width: 100%;
  border-collapse: collapse;
  border:none !important;
}
.nobordertable table,
.nobordertable thead,
.nobordertable tbody,
.nobordertable tfoot,
.nobordertable tr,
.nobordertable th,
.nobordertable td {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border:none !important;
}

.mobiletable { font-size:10pt;width:100% }
.mobiletable tr { color:var(--t2) }
.matchup-header { 
  background-color: var(--bg3); 
  color: var(--t2);
  border: solid 1px var(--bg3);
  height: 45px 
}

.bw { background-color: black; color: white }

.striped tr:nth-child(odd) {
  background-color: #ddfada;
}          
.striped tr:nth-child(even) {
  background-color: #eeeeee;
}
.odd { 
  background-color: var(--bg3);
  color: var(--t2);
}
.even { 
  background-color: var(--bg4);
  color: var(--t2);
}

.result-label { font-size: 16pt;color:var(--t3) }
.result-total { font-size: 16pt;color:var(--t2) }

.result-data { font-size: 12pt }
.instructions { font-size: 10pt; color: #888888; font-style: italic; }
/*.hideTr tr { background-color:#f2f2f2 }*/

#pagetitle {
  text-align: center;
  padding-bottom:12px
}

.sh-header {
  font-size: 16pt; 
  font-weight:bold;
  text-align:center;
  background-color: var(--bg3);
  color: var(--t2);
  height: 45px;
}

.sh-data {
  font-size: 16pt;
  text-align:center;
  color: var(--t2);
}

.sh-cards {
  width: 40%;
}

.sh-count {
  width: 30%;
}

.sh-net {
  width: 30%;
}

.sh-group-label {
  background-color:var(--bg2);
  text-align:left;
}

#phrase {
  font-size: 16pt;
  text-align: center;
  margin: 20px;
  color:var(--t2);
}

.unlockplus {
  background-color: #666666;
  color: white;
  font-size: 12pt;
  font-weight: bold
}

.unlockplus a:link, .unlockplus a:visited, .unlockplus a:hover, .unlockplus a:active {
  text-decoration: none;
  color: white;
}

.helptext {
  font-size:8pt;
  color: var(--t3);
}

.helper {
  font-size: 14pt;
  padding: 10px;
}

.f-lg { font-size:18pt }
.f-md { font-size:14pt }
.f-sm { font-size:10pt }
.f-xs { font-size:8pt }

.group-chips {
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 10px;
  background-color: #eeeeee;
  min-height: 100px;
}

.helper {
  cursor: pointer;
  color:gray;
  font-size:18pt;
}

.xcpointer {
  cursor: pointer;
}

.expandcollapse {
  color: gray;
  float: left;
}
.pinitials {
  width:40px;
  height:40px;
  border-radius: 50%;
  font-size:12pt;
  font-weight:bold;
  border: solid 1px black;
  text-align:center;
  display: grid;
	align-items: center;
  background-color:black;
  color:white;
  border:solid 1px #444444;
}

.plogo {
  width:40px;
  height:40px;
  border:solid 1px #444444;
  border-radius: 50%;
}
.prole {
  color: #999999
}

.pcard {
  padding:5px;
  width: 180px;
  margin:5px;
  background-color:black;
  color:white;
  font-size:10pt;
}

.pcard table {
  background-color:black;
  color:white;
  font-size:10pt;
  width:100%;
  padding:0;
  margin:0;
  border-radius:10px;
}

.pcard td {
  padding:0;
  margin:0;
  padding-right:8px;
}

.pcard-waiting {
  width:240px;
}

.ccard {
  width: 240px!important;
  margin: 5px;
  background-color:black;
  border-radius: 10px;
}

.ccard table {
  background-color:black;
  color:white;
  font-size:10pt;
  width:100%;
  padding:0;
  margin:0;
  border-radius: 10px;
}

.ccard td {
  padding:0;
  margin:0;
  padding-right:8px;
}

.pcard a { text-decoration: none; }

.gcard {
  background-color: green;
  padding:10px;
  color:white;
  width: 200px;
  text-align: center;
  border-radius: 30%;
  border: solid 6px black;
}

.nomarkupblack { text-decoration: none; color: black }
.nomarkupwhite { text-decoration: none; color: white }

.gcard a { text-decoration: none; color: white }

.hcenter {
  justify-content: center;
}

.initials {
  font-size:24pt;
  font-weight:bold;
}

#me-balance {
  font-size: 24pt;
}

.me-image { 
  width:80px;
  height:80px;
  border-radius: 50%;
  border: solid 1px black;
}
.me-initials {
  width:80px;
  height:80px;
  border-radius: 50%;
  font-size:24pt;
  font-weight:bold;
  border: solid 1px black;
  text-align:center;
  display: grid;
	align-items: center;
  background-color:black;
  color:white;
}
.me-playerid {
  font-size: 12pt;
  color: gray;
}
.club-image-banner {
  width:100%;
  max-width:728px;
  max-width:90px;
}

.club-image-large { 
  width:80px;
  height:80px;
  border-radius: 10px;
}

.me-name {
  font-size: 18pt;
  font-weight: bold;
}

.pnbadge {
  font-size: 10pt;
  margin: 5px;
  border-radius: 50%;
  border: solid 1px black;
  background-color: #cccccc;
  width:50px;
  height:50px;
}

.club-image-placeholder {
  border: solid 1px black;
  height:80px;
  width:80px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  color:black;
  background-color:#dddddd;
  font-size:36pt;
  padding-top:12px;
}

.club-list-image {
  border: solid 1px black;
  border-radius: 10px;
  height:80px;
  width:80px;
}

#club-title {
  position: sticky;
  background-color:blue;
  color:white;
  top:100px;
}

.hidden { display: none }
.pill-club-title {
  background-color:yellow!important;
  color:black!important;
  font-size:12pt!important;
}

#wallet-transactions-div {
  overflow:scroll;
  height: 200px;
}

#wallet-transactions-div table {
  font-size:9pt;
}

.topheader {
  border-spacing: 10px;
}
.topheader td { padding: 12px; }

.cp-headshot {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: solid 1px #cccccc;
}

.cp-displayname {
  font-size: 16pt;
  font-weight: bold;
}

.cp-currentbalance {
  font-size:16pt;
}

#current-balance { font-weight: bold }
#cardMe {
}
.profile-section {
  padding: 10px;
}

#club-players {
}

#club-players-list {
  background-color:#444444;
  color: #BBBBBB;
  font-size:12pt;
}
#club-list {
  background-color:#444444;
  color:#BBBBBB;
  font-size:12pt;
}
#club-list table { color: white; }
.club-list-item {
  width: 200px;
  background-color:black;
}

#club-header {
  padding: 10px;
}

.card-plus {
  border:solid 1px var(--bg3);
  border-radius: 10px;
  overflow: hidden;
}

.card-header {
  background-color: black;
}
.card-header table { color: white }


#game-list {
}

#game-list th {
  background-color:black;
}

#game-list tr {
  height:3rem;
  background-color:#444444
}

#game-list tr:nth-child(2) td:first-child { border-top-left-radius: 10px; }
#game-list tr:nth-child(2) td:last-child { border-top-right-radius: 10px; }
#game-list tr:last-child td:first-child { border-bottom-left-radius: 10px; }
#game-list tr:last-child td:last-child { border-bottom-right-radius: 10px; }


.game-row {
  background-color:#444444;
} 

.club-description {
  font-size:10pt;
  font-weight:normal;
  color: #888888;
}

.fa-outlined {
  text-shadow: 0 0 3px #000;
}

.waiting-duration {
  color: #BBBBBB;
}

.btn-confirm-reject {
  width:50px;
  margin:5px;
}

.bb-narrow {
  width: 200px;
}

.btn-popup {
  width: 180px;
  margin: 5px;
}
.btn-popup-icon {
  width: 24px;
  text-align:center;
  text-shadow: 0 0 3px #000;
}
.link-login {
  text-decoration: underline;
  padding-right: 10px;
  font-size:0.75rem;
  text-transform:uppercase;
}
.sam-says {
  margin:10px;
  padding:12px;
  font-size:12pt;
  background-color:var(--bg3);
  border-radius: 20px;
}
.sam-img {
  overflow:hidden;
  border:solid 1px white;
  background-color:white;
  border-radius:50%;
}

.game-nav { font-size: 12pt; }
.game-nav-back { 
  font-size:22pt;
  padding-left:10px;
  padding-right:10px;
  width:50px; 
  cursor:hand;
  margin-top:12px;
}
.dark-popup .modal-header {
  border:solid 1px var(--t4);
  background-color: #110018;
  padding:5px;
  display:block;
}

.dark-popup .modal-body {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.dark-popup .modal-footer {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.dark-popup .close { display: none; }

.delete-message { font-size:12pt;color:red }









@font-face {
	font-family: "Utils";
	src: url("/css/Utils.woff") format("woff");
}

.u {
	line-height: 1;
}

.u:before {
	font-family: Utils !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.u-config:before {
	content: "\0xF040";
}
.u-trophy:before {
	content: "\0xF091";
}
.u-signin:before {
	content: "\0xF090";
}
.u-signout:before {
	content: "\0xF08B";
}
.u-medal:before {
	content: "\0xF2BA";
}
.u-times:before {
	content: "\0xF043";
}

.u-cog:before {
	content: "\0xF013";
}
.u-info-circle:before {
	content: "\0xf05a";
}
.u-window-close:before {
	content: "\0xf2d3";
}
.u-poker-now-plus-signal:before {
	content: "\0xf1ee";
}

.main-nav-toggle-nav{display:none}
.main-nav-container {
	background: #272727;
	height: 7.4vh;
	width: 100%;
	border-bottom: .5vh solid #2c2c2c;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	display: block;
}
.main-logo-container {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%
}
.main-logo-container .premium-warning {
	display: none;
	position: absolute;
	text-align: center;
	width: 200px;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	background: #ff0;
	left: 10vw;
	top: 2.8vw;
}
.main-logo-container a {
	margin-left: 2.4vh;
	display: flex;
	align-items: center;
	height: 100%}
.main-logo-container a.with-diamond {
	position: relative;
	text-decoration: none;
}
.main-logo-container a.with-diamond:after {
	margin-left: .5vw;
	font-size: 2.1vh;
	font-family: "Utils";
	content: "";
	color: #ff0;
}
.main-logo-container a.with-diamond:hover .premium-warning {
	display: inline-block;
}
.main-logo-container img {
	height: 2.5vh;
}
.main-nav {
	position: absolute;
	height: 100%;
	width: calc(100% - 220px);
	right: 0;
	display: flex;
  flex-direction: row;
	gap: 1.5vw;
  text-align: right;
  padding-left:20px;
  padding-right:20px;
}
.main-nav a {
	display: flex;
	color: #fff;
	text-decoration: none;
	height: 100%;
	font-size: .95vw;
	align-items: center;
	font-weight: normal;
  text-align:center;
}
.rest-container {
	overflow: hidden;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, .41);
	padding-top: 50px;
	position: relative;
	z-index: 3;
	margin-top: 100vh;
	background: #fff;
}
.footer {
	background-color: #313131;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 40px 0;
}
.footer-logo-container {
	margin-right: 20px;
}
.footer-logo-container img {
	height: 30px;
}
.footer-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.footer-links .logo-links {
	display: flex;
	align-items: center;
}
.footer-links .links a {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.social-networks a {
	height: 50px;
	width: 50px;
	display: inline-block;
	background-size: cover;
	text-indent: -999999px;
}
.social-networks .twitter {
	background-image: url(https://cdn.pokernow.com/twitter-593f269603eafc5dafeb.png);
}
.social-networks .discord {
	background-image: url(https://cdn.pokernow.com/discord-d39bb9425b801b2c35dc.png);
}
.social-networks .facebook {
	background-image: url(https://cdn.pokernow.com/facebook-1f1e0b20b802f50fd132.png);
}
.social-networks .instagram {
	background-image: url(https://cdn.pokernow.com/instagram-d93be5a8af94f73c0eec.png);
}
.social-networks .email {
	background-image: url(https://cdn.pokernow.com/email-80e5fa7e5dcd0d171fd4.png);
}
.copyright-message {
	margin: 0;
	color: #888080;
	font-size: 15px;
	text-align: center;
}



@media(orientation: portrait) {
	.rest-container {
		margin-top: initial;
	}
	.main-nav-container {
		height: inherit;
	}
	.main-nav-toggle-nav {
		display: block;
		position: absolute;
		z-index: 2;
		top: 1.9vh;
		right: 2vh;
		height: 2vh;
		width: 5vh;
		background: transparent;
		border: none;
		color: transparent;
	}
	.main-nav-toggle-nav:before {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 5vh;
		color: #797979;
		content: ' \f040';
		font-family: "Utils"}
	.main-nav {
		position: relative;
		flex-direction: column;
		left: 0;
		display: none;
		width: 100%
	}
	.main-nav a {
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin: 0;
		padding: 2.2vh;
		text-align: center;
		font-size: 2.2vh;
	}
	.main-logo-container {
		z-index: 1;
		width: 100%;
		height: 9vh;
		position: relative;
	}
	.main-logo-container a {
		justify-content: center;
		margin: 0;
	}
	.main-logo-container img {
		height: 3vh;
	}
	.footer-logo-container {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer-links {
		flex-direction: column;
	}
	.footer-links .logo-links {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.social-networks {
		text-align: center;
	}
	.links {
		text-align: center;
	}
}

@media (orientation: portrait) {
  .main-nav { 
    height: inherit;
    padding-bottom:40px; 
    padding-right:0px;
  }
  .main-nav a {
      box-sizing: border-box;
      width: 100%;
      display: block;
      margin: 0;
      padding: 2.2vh;
      text-align: center;
      font-size: 2.2vh;
      height: 10px;
  }
}

.dialog-dark .modal-header {
  border:solid 1px var(--t4);
  background-color: #110018;
  color: var(--t2);
  padding:5px;
  display:block;
}

.dialog-dark .modal-body {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
  color: var(--t2);
}

.dialog-dark .modal-footer {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.selector-dark {
  background-color: var(--bg2);
  color: var(--t4);
  cursor: pointer;
  border-radius:10px;
  margin:5px;
  border-collapse: separate;
  border-spacing: 0px;
}

.selector-dark td {
  padding:10px;
  text-align:center;
}

.leftselector {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px var(--t2);
}

.midselector {
  border-top: solid 1px var(--t2);
  border-left: solid 1px var(--t2);
  border-right: solid 1px var(--t2);
  border-bottom: solid 1px var(--t2);
}

.rightselector {
  border: solid 1px var(--t2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.p-add-on {
  color: var(--t1);
  background-color: #458245;
}

.p-remove-on {
  background-color: #b11211;
  color: var(--t1);
}

.club-choice {
  font-size:10pt;
  background-color: var(--bg2);
  color: var(--t4);
  border-radius: 10px;
  padding: 8px;
  border:solid 1px var(--t4);
}

.club-choice img {
  border-radius: 10px;
  width: 32px;
  height: 32px;
}

.tight th, td { 
  padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px 
}

.filter-wizard-height {
  max-height:280px;
  overflow:auto;
}

.club-choice-placeholder {
  background-color: var(--bg1);
  height:32px;
  width:32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  color:var(--t2);
  font-size:12pt;
  padding-top:5px;
}

.left-button {
  position: absolute;
  left: 10px;
}

#filter-date-range-2 {
  margin-left: 30px;
  margin-bottom: 18px;
}

.report-table {
  font-size:10pt;
  width: 100%;
}

.report-table tr th { padding: 8px; font-size: 12pt; background-color: var(--bg3); }
.report-table tr td { padding: 4px; }

.filter-report-button { margin: 4px }

.nw { white-space: nowrap; }

.badbeatnote {
  font-size:10pt;
  background-color: var(--bg3);
  color: var(--t2);
  margin:10px;
  padding:10px;
  border-radius: 10px;
}

.faq-question {
  margin-top:8px;
  margin-left:8px;
  margin-right:8px;
  font-size: 12pt;
  font-weight: bold;
  color: var(--t2);
}

.faq-answer {
  margin-left:18px;
  margin-right:18px;
  font-size: 12pt;
  color: var(--t3);
}
