body {
  font-family: 'Noto Sans', sans-serif;
  color: #222222;
  margin: 0px;
  padding: 0px;
  background-color:#f2f8fa;
}
#gamebody {
    font-family: 'Arial';
    background-color: #f6f6f6;
}

.topsurround{
  background-image: url(images/home/banner-small.png);
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*padding:5px;*/
}
.topsurroundinternal{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:5px;
}
.nav-table{
  display: table;
  table-layout: fixed;
  width:100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.nav-cell{
  display: table-cell;
}
.loginbutton{
  display: inline-block;
  text-align: center;
  padding:5px;
  background-color: #72bedd;
  color: #ffffff;
  margin-right:5px;
  border-radius: 3px;
  border: 1px solid #26397a;
  height: 100%;
}
.topbarinner {
  margin:auto 0px;
  padding:10px;
}
.bigredplaybutton{
  position: absolute;
  bottom: 5px;
  width:100%;
  text-align: center;
}
.bigredplaybutton a.button{
  display:inline-block;
  border: 2px solid white;
  border-radius: 5px;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  background-color: red;
  color:#ffffff;
  width:160px;
  font-size: 1.8em;
  text-align:center;
  margin-bottom: 10px;
}
.bigredplaybutton a.button:hover{
  background-color: #ff3232;
}
.littleredplaybutton a.button{
  display:inline-block;
  border: 1px solid white;
  border-radius: 10px;
  padding-top:7px;
  padding-bottom:7px;
  text-decoration:none;
  background-color: red;
  color:#ffffff;
  width:160px;
  font-size: 1.8em;
  text-align:center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.littleredplaybutton a.button:hover{
  background-color: #ff3232;
}
.homeinfo{
  margin-bottom: 20px;
  /*background-color: #add3f7;*/
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #ccc;
}
.homeinfocell-l img, .homeinfocell-r img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
  width:100%;
}
.homeinfocell-text {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeinfocell-text h2{
  margin-top:0px;
  margin-bottom:0px;
}
.home-info-tagline{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-info-tagline h1{
  margin-bottom: 5px;
}
.displaypanel{
  border-radius: 10px;
  box-shadow: 1px 1px 1px #ccc;
}
.homepagefuntitle{
  display: block;
  font-size: 1.2em;
  color: #26397a;
}
@media screen and (min-width: 600px) {
  .homepagefun{
    margin:50px;
  }
  .home-info-tagline div{
    display: inline-block;
  }
  .homeinfo{
    background-color: #ffffff;
  }
  .homeinfocell-l{
    float: left;
    /*width:49%;*/
    padding-bottom: 0px;
    width:50%;
  }
  .homeinfocell-r{
    float: right;
    width:50%;
    padding-bottom: 0px;
  }
  .homeinfocell-l img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    width:100%;
  }
  .homeinfocell-r img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    width:100%;
  }
  .homeinfocell-text-home {
    padding: 20px;
  }
}

/* from home */
.double-border-1 {
 background-color: #ffffff;
 border: 4px solid #a9d1f2;
 border-radius: 5px;
 position: relative;
}

.largescreen{
  display: none;
}
.smallscreen{
  display: none;
}
.largescreen{
  display: block;
}
.away {
  display: none;
}
.learn-section {
  display:none;
  position: relative;
}
#livestreamcountdown{
  text-align: left;
}
a.icon-play-livestream{
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .homeinfocell-l-main{
    width:30%;
  }
  .homeinfocell-r-main{
    width:70%;
  }
}

@media screen and (min-width: 1050px) {
  .smallscreen{
    display: none;
  }
  .largescreen{
    display: block;
  }
}

.buttonholder {
   width:100%;
}

.lessoncontenttdpromo {
    position:relative;
    border-radius: 10px;
    margin-bottom: 10px;
}
.lessoncontentdiv {
  height:80px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.buttonholder a.buttonwhite{
  display:block;
  border: 1px #a6d1f1 solid;
  border-radius: 5px;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  background-color: #ffffff;
  color:#26397a;
  width:100%;
  font-size: 1em;
  text-align:center;
  margin:auto;
}
.buttonholder a.buttonwhite:hover{
  border: 1px #ff0000 solid;
  color:#ff0000;
}
.lessoncontenttablepromo {
    background-color: inherit;
    width:calc(100% + 20px);
    margin-left:-10px;
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
    border-collapse: separate;
}
.lessoncontenttdpromo {
    display: table-cell;
    position:relative;
    border-radius: 10px;
}

#content{
  margin: auto 10px;
  margin-top: 0px;
	margin-bottom:20px;
}

.cookietrail{
  text-align: center;
}
.tagline{
  margin-top:15px;
  margin-bottom:20px;
  padding:0px;
  overflow:hidden;
}
.double-border {
 background-color: #ffffff;
 border: 4px solid #a9d1f2;
 border-radius: 5px;
 position: relative;
 padding:20px;
 text-align: center;
}

/* membership */
.membership{
  background: #ffffff;
  margin-bottom: 10px;
}
/* userprefs */
.userprefs{
  width:100%;
  background: #ffffff;
}
input[type="submit"] {
  background-color:#3854b4;
  color:#ffffff;
  cursor: pointer;
  border:none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  color:#3854b4;
  display: inline-block;
}
.inputfile:focus + label,
.inputfile + label:hover {
  text-decoration:underline;
}
.inputfile + label {
  cursor: pointer;
}

/* footer */
.footer {
	padding:10px;
	text-align:center;
}
.footer-links{
  margin: auto 10px;
  padding-top: 8px;
  padding-bottom:20px;
}
/* text */
h1 {
	margin-top:0px;
  text-align: center;
}

ul {
	margin-top:0px;
}
ul.lessoncontent{
  list-style-position: inside;
  padding-left: 0;
}
.important {
  font-size:1.1em;
  font-weight:bold;
}
.system{
  color:#387453;
  font-weight:bold;
  font-size:1.1em;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote span.author {
  font-style: italic;
}
#playthehands a {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 3px;
  width:22px;
}
/* links */
a {
	text-decoration:none;
  color:#3854b4;
}
a:hover {
	color:#26397a;
}
span.followerlink {
  color:#3854b4;
  cursor: pointer;
}
span.followerlink:hover {
  color:#26397a;
}

.playername {
  text-decoration: none;
  cursor: pointer;
  color:#3854b4;
}
.playername:hover {
  color:#26397a;
}
.playernameresults {
  text-decoration: none;
  cursor: pointer;
  color:#3854b4;
}
.playernameresults:hover {
  color:#26397a;
}

.following {
  color:blue;
  text-decoration: underline;
}
/* homepage play button */
#content a.button{
  /*display:inline-block;*/
  display:none;
  border-radius: 5px;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  background-color: red;
  color:#ffffff;
  width:160px;
  font-size: 1.8em;
  text-align:center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content a.button:hover{
  background-color: #ff3232;
}
a.buttonwhite{
  display:block;
  border: 1px #26397a solid;
  border-radius: 5px;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  background-color: #ffffff;
  color:#26397a;
  width:160px;
  font-size: 1em;
  text-align:center;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.buttonwhite:hover{
  border: 1px #ff0000 solid;
  color:#ff0000;
}
/* internalpages play button */
#content a.icon-play{
	display:block;
	width:35px;
	text-align:center;
	margin:auto;
	margin-top:10px;
  background-color:red;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* results */
.profile-ladder{
	width:100%;
	border-collapse: collapse;
}
.profile-ladder th {
  background-color:#72bedd;
  color:#26397a;
}

.profile-ladder tr { border-bottom: 1px solid #eeeeee; }
.profile-ladder tr.profile-ladder-date-header { border-bottom: none; }

.profile-ladder tr.profile-ladder-date-header td { background: #ffffff; }
.profile-ladder tr.profile-ladder-date-header td { border-top-left-radius: 10px; }
.profile-ladder tr.profile-ladder-date-header td { border-top-right-radius: 10px; }

.profile-ladder tr.profile-ladder-info {color:grey}

.profile-ladder tr.profile-ladder-info {background: #ffffff}
.profile-ladder tr.total {background: #ffffff}
.profile-ladder tr.odd {background: #ffffff}
.profile-ladder tr.even {background: #ffffff}

.profile-ladder tr.theend { border-bottom: none; }
.profile-ladder tr.theend td { background: #ffffff; }
.profile-ladder tr.theend td { border-bottom-left-radius: 10px; }
.profile-ladder tr.theend td { border-bottom-right-radius: 10px; }

.profile-ladder tr.theveryend { border-bottom: none; }

/* img */
img.logo {
  width:100px;
}
img.fullwidth {
  width:100%;
}
img.user-imgs {
 width:100%;
 max-width:500px;
 display:block;
 margin:auto;
}
img.user-imgs-short {
 width:100%;
 max-width:400px;
 display:block;
 margin:auto;
}
img.hand-imgs {
 display:block;
 width:100%;
 max-width:500px;
 margin:auto;
}
img.play-img{
  cursor: pointer;
  border:1px solid red;
}
/* video */
.video-container {
	margin:auto;
	max-width:500px;
}
.video-container-replay {
  max-width:2000px;
}
.video {
	margin:auto;
	width: 100%;
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}
.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.videoChatArea{
  margin:0 auto;
  max-width:500px;
}
p.shorthand{
  width:70%;
  margin-left:auto;
  margin-right:auto;
  margin-top:2px;
  text-align:center;
}
@media screen and (min-width: 600px) {
  .topsurround {
    background-image: url(images/home/banner-middle.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 250px;
  }
  div.home-page-not-logged-in {
    display:inline-block;
  }
  h1.pasthand {
    font-size: 2em;
  }
}
@media screen and (min-width: 800px) {
  #stage, #content{
   margin: auto 100px;
  }
  .hand-today {
    width:70%;
  }
  .topbarinner {
    padding:15px;
  }
  .statement {
    text-align: center;
  }
  .footer-links{
    margin: auto 100px;
  }
   img.user-imgs {
    width:50%;
    display:block;
    margin:auto;
   }
   img.hand-imgs {
    width:50%;
    margin:auto;
   }
  p.longhand{
  	 width:90%;
  	 margin-left:auto;
  	 margin-right:auto;
  	 margin-top:2px;
  }
}
@media screen and (min-width: 1000px) {
  .video-container {
  	max-width:800px;
  }
  .video-container-replay {
    max-width:2000px;
  }
  .videoChatArea{
    max-width:800px;
  }
  .topsurround {
    background-image: url(images/home/banner-large.jpg);
    height: 300px;
  }
  .hand-today {
    width:50%;
  }
  div.lessoncontenttable{
    width:100%;
    display: table;
    table-layout: fixed;
  }
  div.lessoncontenttd{
    display: table-cell;
  }
  .table-footer{
    display:table;
    width:100%;
    table-layout: fixed;
  }
  .tcell-footer{
    display:table-cell;
  }
  .tcell-footer-right{
    text-align: right;
  }
}
@media screen and (min-width: 1050px) {
  .tagline{
    background: #ffffff;
  }
  .membership{
    float:left;
    margin-bottom: 0px;
  }
}


/* game screen */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

#rightdiv{
  height:100%;
}

#videobox {
  margin-bottom:0px;
  background-size: 100% 100%;
}

#livegamechat_input {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#localbox {
  background-color: #72bedd;
}
#writebox{
  margin:5px;
  margin-bottom: 0px;
}
#writebox:focus {outline: none; }

#admincontrolsouter > #admincontrols {
  visibility: hidden;
}
#admincontrolsouter:hover > #admincontrols {
  visibility: visible;
}

.admincontrol{
  cursor:pointer;
}

#overallinner-bottom img{
  display:block;
  width:100%;
  max-width:500px;
  margin-left: auto;
  margin-right: auto;
}

.popupbtn {
    cursor:pointer;
}

/*results button is always popupbtn*/
.resultsbtn {
    color:#26397a;
}

.resultsbtn:hover {
    text-decoration:underline;
}

.popupbtn-red {
    padding:10px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 6px;
	  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
    cursor:pointer;
}

.popupbtn-red:hover {
    background-color: #ff3232;
}

.popupbtn-blue {
    padding:10px;
    background-color: #26397a;
    color: #ffffff;
    border-radius: 6px;
	  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
    cursor:pointer;
}

.popupbtn-blue:hover {
    background-color: #516094;
}

.profiletest {
  color:#26397a;
  cursor:pointer;
  text-decoration: none;
}

.following {
  color:blue;
  text-decoration: underline;
}

/*textarea*/
.popup_new_comment{
    font-family: 'Arial';
	  margin-bottom: 10px;
	  height:169px;
	  border-color: #c4c4c4;
	  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    padding:5px;
    width: 100%;
}

/*button*/
.add_comment{
    border-color: #058BD3 !important;
    background-color: #058BD3 !important;
    color: #FFFFFF !important;
    border: 0px none;
    padding: 12px 32px;
    display: inline-block;
    padding: 11px 30px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin-right: 7px;
    background: none repeat scroll 0% 0% transparent;
    transition: all 0.5s ease 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.add_comment:hover {
    background-color: #26397a !important;
}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: inherit;
    font-variant: normal;
    font-style: normal;
}

#gamebody {
    position: relative;
}

.gametext {
  font-size: 12px;
}

.outline {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 1em;
}

#overall {
    top: 0px;
    left: 0px;
    position: absolute;
    width:100%;
    height:100%;
    z-index: 200000;
}

#overallouter {
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    text-align: right;
    cursor: pointer;
    height:100%;
}

#overallinner {
   font-family: 'Noto Sans', sans-serif;
   background-color: white;
   color: #000000;
   text-align: left;
   cursor: auto;
}

.overallouteradministrator #overallinner {
  min-height: 100%;
}

#overallinner-top{
  height:100px;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#overallinner-bottom{
	padding: 5%;
}

#ladder {
    margin: auto;
    border-collapse: collapse;
    font-size:12px;
}

.popupladder {
    margin: auto;
    width:100%;
    border-collapse: collapse;
}

.popupladder th {
    background-color:#adf;
    color:#26397a;
    cursor:pointer;
}

.popupladder div {
  display:none;
}

.ladder {
    margin: auto;
    width:100%;
    border-collapse: collapse;
    font-size:12px;
}

.ladder th {
    color:#26397a;
    cursor:pointer;
}

.pastresults{
  width:100%;
  border-collapse: collapse;
}

.pastresults thead tr {
  background-color:#72bedd;
}

.pastresults thead tr th:first-child {
  text-align:left;
}

.toosmall {
    display:none;
}

.hintlink {
    font-weight: bold;
    color:#26397a;
    cursor: pointer;
}

.gamelink {
    cursor: pointer;
}

.pieplayhand {
  color:#26397a;
  cursor: pointer;
}

.lessonlink {
    text-decoration: underline;
    color : #26397a;
    cursor: pointer;
}

#biggerdiv {
    font-size: 12px;
}

#bigdiv {
    font-size: 12px;
    background-color: #ffffe8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;/* for live players */
}

#closeall {
    cursor:pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .3;
    z-index: 100000;
}

/* menu */

#playscreen_gamemenu {
    table-layout: fixed;
	  width:100%;
    height: 52px;
    border-spacing: 5px;
    border-collapse: separate;
    z-index: 20000;
}

#playscreen_gamemenu td {
    text-align: center;
    background-clip: padding-box;
}

#playscreen_gamemenu td.gamemenu {
    font-weight: bold;
    color: #26397a;
    text-align: center;
    cursor:pointer;
}

#playscreen_gamemenu td.gamemenu#playscreen_handinfo_home {
    text-align: left;
	  background: url('images/game/logo-sbc.png') no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 1;
}

#gamebody.playbridgeonline #playscreen_gamemenu td.gamemenu#playscreen_handinfo_home {
    background: url('https://playbridgeonline.com/assets/logo.png') no-repeat;
    background-position: left center;
    background-size: contain;
}

#playscreen_gamemenu td.gamemenu#playscreen_handinfo_deal {
    text-align: right;
    background: url('images/game/home-button.png') no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 1;
    color: red;
}
#playscreen_gamemenu td.gamemenu#playscreen_handinfo_home:hover {
    opacity: .8;
}
#playscreen_gamemenu td.gamemenu#playscreen_handinfo_deal:hover {
    opacity: .8;
}

#playscreen_gamemenu td#menu_contract {
    text-align: right;
    padding-right:15px;
    border-right: 1px solid #a3a3a3;
    color: #26397a;
    font-weight:bold;
}

#playscreen_gamemenu td#menu_contract:hover
    .menu_contract_info {
    color:#757d97;
}

#playscreen_gamemenu td#menu_tricks {
    text-align: left;
    padding-left:15px;
    color: #26397a;
    font-weight:bold;
}

#playscreen_gamemenu td#menu_tricks:hover
.menu_contract_info {
    color:#757d97;
}

#playscreen_gamemenu td.hashover:hover {
    color: #516094;
}

/* table */

#playscreen_table_new {
    position: relative;
    margin: 0 auto;
    width: 98%;
}

#allcards {
    position:absolute;
    width:100%;
    height:100%;
}

#playscreen_auction {
    display:none;
    z-index: 70000;
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 20%;
    min-height: 32%;
	  background-color:#e9e9e9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#playscreen_auction.review {
    z-index: 120000;
}

table.auctiontable {
    margin: 4px auto 0;
    width: 96%;
	  table-layout:fixed;
}

table.auctiontable td {
    text-align: center;
    color: #244f4f;
}

.auctiontable .thisplayersbid {
    opacity: 1;
    font-weight:bold;
}

.auctiontable .canmoveseat{
  background-color:#ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.auctiontable .canmoveseat:hover{
  background-color:#f7f7f7;
}

.hintThisBid {
	background-color:#ffffff;
}

.hintThisBid:hover {
	background-color:#f7f7f7;
}

table.auctiontable td.gamebid {
    color: #000000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	  background-color:#ffffff;
    cursor:pointer;
}

table.auctiontable td.gamebid:hover {
	background-color:#f7f7f7;
}

table.auctiontable td.alertThisBidLoudly {
	background-color:#72bedd;
}
/*
#playscreen_userinfo {
	padding:10px;
	position: static;
	background-color: #ffffff;
	text-align:center;
	margin:5px auto 0;
	min-height:28px;
}
*/
#playscreen_controls {
  width:100%;
}
/*
@media screen and (min-width: 600px) {
  #playscreen_controls {
    width:98%;
    margin:auto;
  }
}
*/
#playscreen_controls td{
  /*padding:5px;*/
  vertical-align:middle;
}
#newhintbtn{
  width:30px;
  height:30px;
  text-align: center;
  line-height: 30px;
  color: #26397a;
  border:1px solid #72bedd;
  background-color: #ffffff;
  border-radius: 3px;
}
#newdealbtn{
  width:30px;
  height:30px;
  text-align: center;
  line-height: 30px;
  color: #26397a;
  border:1px solid #72bedd;
  background-color: #ffffff;
  border-radius: 3px;
}

#playscreen_userinfo {
	text-align:center;
}
/* bidding */

.bidwheel {
    margin:5px auto 0;
    padding-bottom:1px;
    max-width:800px;
}

#playscreen_bidbox {
    margin: 5px;
    visibility:hidden;
}

#playscreen_bidbox_top {
   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	table-layout:fixed;
	vertical-align: middle;
    width:100%;
	background-color:#e9e9e9;
    border-spacing: 5px;
    border-collapse: separate;
}

#playscreen_bidbox_bids {
	  vertical-align: middle;
}

.bidbtn {
	  vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #000000;
    cursor: pointer;
}

.bidbtnarrow {
	  vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #000000;
    cursor: pointer;
}

.bidbtnMid {
	  vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #ffffff;
}

.BBhovertable-PlusMinus {
    color:red;
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.BBhovertable-PlusMinus:hover{
    color: #e50000;
}

.BBBigBlackContact {
	padding: 4px;
  background-color: #ff0000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

}

.BBBigBlackContact:hover {
    background-color: #e50000;
}

.selectBid {
    background-color:rgba(255, 255, 255, 0.6);
    color: #000000;
}

.selectBid:hover{
    background-color:rgba(255, 255, 255, 1);
    color: #ff0000;
}

.FullBidImages {
    display:none;
}

.selectBid .FullBidImages {
    display:inline;
}

.bidsurroundmid {
    margin:5px auto 0;
    margin-top:0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bidsurround {
    background-color:rgba(255, 255, 255, 0.6);
    margin:5px auto 0;
    margin-top:0px;
    max-width: 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bidsurround:hover{
    background-color:rgba(255, 255, 255, 1);
}

playscreen_bidbox_bids.eoh .BBBigBlackContact{
  background-color: #ffffff;
  color:#ff0000;
}

.newcard {
    position: absolute;
    height:16%;
    width:7.5%;
    cursor:pointer;
    opacity: 0;
}

.newcardm {
    opacity: 1;
}

.cardactive {
    -moz-box-shadow: 0 0 1px 1px #ffff00;
    -webkit-box-shadow: 0 0 1px 1px #ffff00;
    box-shadow: 0 0 1px 1px #ffff00;
}

#playscreen_table_new.hashover .cardactive:hover {
    transform: scale(1.2);
}

.cardselected {
    transform: scale(1.2);
}

.SCardSet { background: url('images/game/sbc-cards-s.png') no-repeat; }
.HCardSet { background: url('images/game/sbc-cards-h.png') no-repeat; }
.DCardSet { background: url('images/game/sbc-cards-d.png') no-repeat; }
.CCardSet { background: url('images/game/sbc-cards-c.png') no-repeat; }

.SCardSet { background-size: 1300% 100%;}
.HCardSet { background-size: 1300% 100%;}
.DCardSet { background-size: 1300% 100%;}
.CCardSet { background-size: 1300% 100%;}

.front {
    position: absolute;
    height:100%;
    width:100%;
}

.frontm {
    position: absolute;
    height:100%;
    width:100%;
	  width:100%;
	  height:100%;
	  opacity: 1;
}

.back {
	width:100%;
	height:100%;
	opacity: 0;
	background: url('images/game/sbc-cards-back.png') no-repeat;
	background-size: 100% 100%;
}

.backm {
    position: absolute;
	  display: none;
}

.newc14 {
    background-position: 0% 0%;
}
.newc02 {
    background-position: 8.33% 8.33%;
}
.newc03 {
    background-position: 16.66% 16.66%;
}
.newc04 {
    background-position: 25% 25%;
}
.newc05 {
    background-position: 33.33% 33.33%;
}
.newc06 {
    background-position: 41.66% 41.66%;
}
.newc07 {
    background-position: 50% 50%;
}
.newc08 {
    background-position: 58.33% 58.33%;
}
.newc09 {
    background-position: 66.66% 66.66%;
}
.newc10 {
    background-position: 75% 75%;
}
.newc11 {
    background-position: 83.33% 83.33%;
}
.newc12 {
    background-position: 91.66% 91.66%;
}
.newc13 {
    background-position: 100% 100%;
}

.newd14 {
    background-position: 0% 0%;
}
.newd02 {
    background-position: 8.33% 8.33%;
}
.newd03 {
    background-position: 16.66% 16.66%;
}
.newd04 {
    background-position: 25% 25%;
}
.newd05 {
    background-position: 33.33% 33.33%;
}
.newd06 {
    background-position: 41.66% 41.66%;
}
.newd07 {
    background-position: 50% 50%;
}
.newd08 {
    background-position: 58.33% 58.33%;
}
.newd09 {
    background-position: 66.66% 66.66%;
}
.newd10 {
    background-position: 75% 75%;
}
.newd11 {
    background-position: 83.33% 83.33%;
}
.newd12 {
    background-position: 91.66% 91.66%;
}
.newd13 {
    background-position: 100% 100%;
}
.newh14 {
    background-position: 0% 0%;
}
.newh02 {
    background-position: 8.33% 8.33%;
}
.newh03 {
    background-position: 16.66% 16.66%;
}
.newh04 {
    background-position: 25% 25%;
}
.newh05 {
    background-position: 33.33% 33.33%;
}
.newh06 {
    background-position: 41.66% 41.66%;
}
.newh07 {
    background-position: 50% 50%;
}
.newh08 {
    background-position: 58.33% 58.33%;
}
.newh09 {
    background-position: 66.66% 66.66%;
}
.newh10 {
    background-position: 75% 75%;
}
.newh11 {
    background-position: 83.33% 83.33%;
}
.newh12 {
    background-position: 91.66% 91.66%;
}
.newh13 {
    background-position: 100% 100%;
}
.news14 {
    background-position: 0% 0%;
}
.news02 {
    background-position: 8.33% 8.33%;
}
.news03 {
    background-position: 16.66% 16.66%;
}
.news04 {
    background-position: 25% 25%;
}
.news05 {
    background-position: 33.33% 33.33%;
}
.news06 {
    background-position: 41.66% 41.66%;
}
.news07 {
    background-position: 50% 50%;
}
.news08 {
    background-position: 58.33% 58.33%;
}
.news09 {
    background-position: 66.66% 66.66%;
}
.news10 {
    background-position: 75% 75%;
}
.news11 {
    background-position: 83.33% 83.33%;
}
.news12 {
    background-position: 91.66% 91.66%;
}
.news13 {
    background-position: 100% 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
    -webkit-touch-callout: none !important;
}

@media screen and (min-width: 480px) {

    #biggerdiv {
      font-size: 16px;
    }

    #bigdiv {
      font-size: 16px;
    }

    .gametext {
      font-size: 16px;
    }

    #playscreen_gamemenu {
	    height: 52px;
	  }
    .largescreen {
        display:table-cell;
    }
	 .trailingspace {
        display: inline;
    }
    #playscreen_auction {
	    left: 15%;
	    width: 70%;
	  }
}
@media screen and (min-width: 770px) {

    #biggerdiv {
        font-size: 18px;
    }

    #bigdiv {
      font-size: 18px;
    }

    .gametext {
      font-size: 18px;
    }

    #playscreen_auction {
	    left: 27%;
	    width: 46%;
	  }
    #overallouter {
      padding: 15%;
      padding-top:20px;
    }
    #overallouter.overallouteradministrator {
      padding: 0%;
      padding-top:0px;
    }
    #ladder {
      font-size:16px;
    }
    .ladder {
      font-size:16px;
    }
    #Results {
      max-width: 150px;
    }
}

@media screen and (min-width: 1100px) {
  .bstr{
    display:inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 980px) {

  .toosmall {
    display:inline;
  }
    #biggerdiv {
        font-size: 20px;
    }

    #bigdiv {
      font-size: 20px;
    }

    .gametext {
      font-size: 20px;
    }

    #playscreen_auction {
	    left: 35%;
	    width: 30%;
	  }
}

#gamecomments {
    clear:both;
    margin: 20px auto 0;
    width: 86%;
	  font-family:Arial;
}



/* comments.css */

.panel-default {
	margin-bottom:10px;
}

.panel-avatar{
	width:60px;
}

.panel-avatar img{
	width:60px;
	height:60px;
	margin:0;
	border-radius: 60px;
	filter: brightness(0.95);
}

.panel-avatar img:hover{
	filter: brightness(1);
}

.panel-main {
	background-color:#ffffff;
	padding:10px;
}

.panel-heading {
	background-color:#ffffff;
}

.panel-heading a:hover {
	text-decoration:underline;
}

.says {
	color:#gray;
}

.panel-body {
	background-color:#ffffff;
}

.panel-reply {
	width:100%;
	border-spacing: 0;
    border-collapse: collapse;
}

.panel-footer {
	margin-top:5px;
	margin-right:0px;
}
.panel-footer-1 {
	margin-left:10px;
}
.panel-footer-2 {
	margin-left:20px;
}
.panel-footer-3 {
	margin-left:30px;
}
.panel-footer-4 {
	margin-left:40px;
}
.panel-footer-5 {
	margin-left:50px;
}

@media screen and (min-width: 800px) {
	.panel-footer {
		margin-top:5px;
	}
	.panel-footer-1 {
		margin-left:60px;
	}
	.panel-footer-2 {
		margin-left:120px;
	}
	.panel-footer-3 {
		margin-left:180px;
	}
	.panel-footer-4 {
		margin-left:240px;
	}
	.panel-footer-5 {
		margin-left:300px;
	}
}


.singlereply{
	float:right;
	display:block;
	width:40px;
	font-size:.9em;
	text-align:center;
	margin:auto;
	padding:3px;
  background-color:#ffffff;
	color:#3854b4;
	text-decoration:none;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.singlereply:hover{
  	background-color:#3854b4;
	color:#ffffff;

}


#comment_content, #comment_content_home  {
  font-family: inherit;
  font-size: inherit;
  height:60px;
  width:100%;
  padding: 5px;
  border: 2px solid #3854b4;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.replytext{
  font-family: inherit;
  font-size: inherit;
  height:60px;
  width:100%;
  padding: 5px;
  border: 2px solid #3854b4;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="submit"] {
    width:12em;
  	background-color:#3854b4;
	color:#ffffff;
	padding:10px;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
}

input[type="submit"]:hover, input[type="submit"]:active {
  background: #344ea7;
  color: #ffffff;
}

input[type="submit"]:active {
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

button.reply, button.comment{
	width:10.5em;
  	background-color:#3854b4;
	color:#ffffff;
	padding:10px;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
}

button.reply:hover, button.comment:hover{
  background: #344ea7;
  color: #ffffff;
}
#groovyslideshow{
  position: relative;
}
.groovyslideshow{
  position: relative;
}
.groovyslidebig{
  min-height: 1000px;
}
.groovyslide img {
  width:100%;
  max-width:500px;
  display:block;
  margin:auto;
}
#slide-1{
  display: block;
}

/* comments */

.panel-default {
	margin-bottom:10px;
}

.panel-avatar{
	width:60px;
}

.panel-avatar img{
	width:60px;
	height:60px;
	margin:0;
	border-radius: 60px;
	filter: brightness(0.95);
}

.panel-avatar img:hover{
	filter: brightness(1);
}

.panel-main {
	background-color:#ffffff;
	padding:10px;
}

.panel-heading {
	background-color:#ffffff;
}

.panel-heading a:hover {
	text-decoration:underline;
}

.says {
	color:#gray;
}

.panel-body {
	background-color:#ffffff;
}

.panel-reply {
	width:100%;
	border-spacing: 0;
    border-collapse: collapse;
}

.panel-footer {
	margin-top:5px;
	margin-right:0px;
}

@media screen and (min-width: 800px) {
	.panel-footer {
		margin-top:5px;
	}

	.panel-footer-1 {
		margin-left:60px;
	}
	.panel-footer-2 {
		margin-left:120px;
	}
	.panel-footer-3 {
		margin-left:180px;
	}
	.panel-footer-4 {
		margin-left:240px;
	}
	.panel-footer-5 {
		margin-left:300px;
	}
}


.singlereply{
	float:right;
	display:block;
	width:40px;
	font-size:.9em;
	text-align:center;
	margin:auto;
	padding:3px;
  background-color:#ffffff;
	color:#3854b4;
	text-decoration:none;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.singlereply:hover{
  	background-color:#3854b4;
	color:#ffffff;

}


#comment_content, #comment_content_home  {
  font-family: inherit;
  font-size: inherit;
  height:60px;
  width:100%;
  padding: 5px;
  border: 2px solid #3854b4;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.replytext{
  font-family: inherit;
  font-size: inherit;
  height:60px;
  width:100%;
  padding: 5px;
  border: 2px solid #3854b4;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="submit"] {
    width:12em;
  	background-color:#3854b4;
	color:#ffffff;
	padding:10px;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
}

input[type="submit"]:hover, input[type="submit"]:active {
  background: #344ea7;
  color: #ffffff;
}

input[type="submit"]:active {
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

button.reply, button.comment{
	width:10.5em;
  	background-color:#3854b4;
	color:#ffffff;
	padding:10px;
	cursor: pointer;
	border:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
}

button.reply:hover, button.comment:hover{
  background: #344ea7;
  color: #ffffff;
}

.InputSelect{
  width:95%;
}

.div-version{
	display: inline-block;
	margin-left:10px;
}
.div-info{
  display: inline-block;
	margin-left:10px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  color: #26397a;
	height:21px;
	width:100%;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #72bedd;
}
.table-full-width {
  table-layout: fixed;
  border-collapse: separate;
  width: calc(100% + 10px);
  border-spacing: 5px 0px;
  margin: 0px -5px;
}
#CreatorMain {
	background:#72bedd;
}
#CreatorMain ul, #CreatorMain ol, #CreatorMain li {
	list-style:none;
}
#CreatorMain ul{
	margin:0;
}
#CreatorMain ul{
	padding:0;
}
#newhand {
	  padding:10px;
	  text-decoration:underline;
}
.collapse_list {
    margin: 0px;
    padding: 5px;
}
.collapse_head {
    padding: 5px;
    cursor: pointer;
    position: relative;
    margin: 1px;
}
.collapse_body {
    padding: 0px;
}
.collapse_body.closed {
    display: none;
}
.folderlink {
   cursor:pointer;
}
.handlink {
	cursor:pointer;
}
.menulink {
	color:#26397a;
	cursor:pointer;
}
.menulink.active {
	color:red;
}
.rotate {
	cursor:pointer;
	color:#ffffff;
}
.container_1, .container_2, .container_3{
	width:100%;
}
.container_1, .container_2, .container_3 {
	float:left;
}
.nshand{
	width:100%;
	margin-bottom:2%;
}
.westhand{
	width:100%;
	margin-bottom:2%;
}
.easthand{
	width:100%;
	margin-bottom:2%;
}
.clear {
  display:inline-block;
  background-color: #26397a;
  border-radius: 5px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 16.21px;
  height: auto;
  margin: 0;
  padding:3px 0 !important;
  text-align: center !important;
  visibility: visible;
  width: 48%;
}
.clear:hover {
	cursor:pointer;
	opacity:0.8;
}
.fill {
  display:inline-block;
  background-color: #26397a;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-family: "Open Sans",sans-serif;
  font-size: 16.21px;
  padding:3px 0 !important;
  width: 48%;
  text-align:center;
  height:auto;
}
.fill:hover {
	cursor:pointer;
	opacity:0.8;
}
@media only screen and (min-width: 480px) {
  .maintable {
    display:table;
  	width:100%;
    background-color: #ffffff;
    border-spacing: 10px;
    border-collapse: separate;
  }
  .maincell{
    display:table-cell;
  	vertical-align:top;
  	text-align:left;
    background-color: #ffffff;
  }
  .maincellpbn{
  	width:30%;
  }
	.nshand{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	.westhand{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	.easthand{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and (min-width: 720px) {
	.nshand{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	.westhand{
		width:200px;
		float:left;
		margin-left:10px;
	}
	.easthand{
		width:200px;
		float:right;
		margin-right:10px;
	}
}
/*
.HCtextClass.HCcardInput {
	border:none !important;
	box-shadow:0;
	background:#fff;
	color:#000;
  width: 65%;
	margin-bottom: 0;
	font-size:17px;
	box-shadow: none !important;
	padding:1px 13px;
}
.container_1 ul li, .container_3 ul li, .container_2 ul li {
  background-color: #fff;
  border-top:5px solid #fff !important;
  list-style: outside none none;
  margin-bottom: 2%;
  padding: 1% 3%;
}
.vulnerable li:first-child{
	border-top:4px solid #F00 !important;
}
.left_list li:first-child{
	border-top:4px solid #007437 !important;
}
.contractselect{
	display:inline-block;
	width:40px;
}
.declarerselect{
	display:inline-block;
	width:60px;
}
.notes {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.quiteafewnotes {
	height: 100px;
}
.manynotes {
	height: 200px;
}
.manymanynotes {
	height: 400px;
}
#metanotes {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

.suitcombocard{
 width:30px;
 height:50px;
 border:1px solid black;
 border-radius: 5px;
 text-align:center;
 cursor:pointer;
 display:inline-block;
 background-color:white;
 opacity:0.1;
}
*/
