.login_text {
  padding: 3px 25px 2px 0;
}

table a:visited {
  color: blue;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #FF0000;
}

.nodecoration {
  text-decoration: none !important;
}

.gt, .gtborder, .bordertable {
  border-collapse: collapse;
}

.gtborder, .gtborder td, .bordertable, .bordertable td {
  border: #ddd 0.5px solid;
  padding: 0.5em 0.2em;
}

@media screen and (min-width: 800px) {
  .gt td, .gtborder td {
    padding: 0.2em 1em;
  }
}

th {
  font-weight: normal;
  color: #444;
}

.gt td.nopaddedl {
  padding: 0;
  text-align: left;
  width: 50%;
}
.gt td.nopaddedc {
  padding: 0;
  text-align: center;
}
.gt td.nopaddedr {
  padding: 0;
  text-align: right;
  width: 50%;
}

.sf {
  font-size: 0.9em;
}

.tourtable {
  font-family: "MS sans serif", sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 400px) {
  .tourtable {
    font-size: 0.75rem;
  }
  .tourtable .participant, .tourtable .teamname {
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tourtable td, .tourtable th {
  padding: 0.3em 0.3em;
}
.tourtable td.place {
  text-align: center;
  color: #555;
  font-size: 75%;
}
.tourtable td.place .emoji {
  font-size: 150%;
}

td.fio {
  max-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tdn {
  color: #000000;
  font-family: Arial, Helvetica, serif;
  font-size: 0.75em;
}

.login {
  color: #000000;
}

/*
.enter {
    border: double black 1px;
    color: #ffffff;
    background: #000055;
    font-family: Arial, Helvetica, serif;
    font-size: 0.75em;
    font-weight: bold;
    margin-top: 2px;
}

*/
.drag {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.figs {
  position: absolute;
  z-index: 2;
}

.boards {
  position: relative;
}
.boards .fig {
  position: absolute;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
  color: inherit;
}

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

a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

a.white:visited {
  color: #a0a0a0;
  text-decoration: none;
}

fieldset {
  padding: 2ex 0;
}

H1.common {
  font-size: 180%;
}

H2.common {
  font-size: 120%;
}

.text {
  padding: 2ex 2em;
  /*	text-align: justify;*/
}

.scroller {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.emph {
  font-weight: bold;
  color: #000055;
}

.danger {
  color: #B30000;
  font-weight: bold;
}

.required {
  color: green;
  font-weight: bold;
}

.fine {
  font-size: 0.75em;
  margin: 1em 0;
}

/* Block Quote */
.exposed {
  margin: 3ex 7%;
  border: thin solid silver;
  font-size: 90%;
  color: black;
  background: #F0F0F0;
  font-family: Arial, serif;
  text-align: justify;
}

.enclosing {
  margin: 2ex 0 2ex 0;
  background: #fafafa;
  border: thin solid silver;
  padding: 0;
  font-family: "Times", "Times New Roman", serif;
}

/*
.centered {
    padding: 0 1em 0 1em;
    text-align: center;
    vertical-align: middle;
}
*/
td.date {
  text-align: right;
  width: 6em;
  padding: 0 1em 0 1em;
}

td.money {
  text-align: right;
  width: 10ex;
  padding: 0 1em 0 1em;
}

.info {
  color: #595959;
}

.whitehead {
  color: white;
  font-weight: bold;
}

.chat {
  color: darkblue;
}

.label {
  padding: 0 1em 0 1em;
  text-align: right;
  cursor: pointer;
}

.padded {
  padding: 0 1em 0 1em;
  text-align: justify;
}

tr.subheader {
  color: black;
}
tr.delimiter {
  color: white;
  background: gray;
}
tr.even {
  background: #f0f0f0;
}

td.delimiter {
  color: white;
  background: gray;
  padding: 0.15em 0 0.15em 0;
}

th.subheader {
  color: white;
  background: darkblue;
  padding: 0 1em 0 1em;
}

.messagebox {
  position: absolute;
  width: auto;
  margin-left: 30px;
  padding: 3px;
  font-weight: bold;
}

.indent {
  margin: 0 0 0 2em;
}

body > nav {
  margin: 0 5px;
  overflow: hidden;
}
body > nav hr {
  color: white;
  height: 1px;
  border-bottom: dotted 1px white;
  border-top: solid 1px white;
}

.th_right th {
  font-weight: normal;
  text-align: right;
}

.comment {
  color: #666;
  margin-right: 0.1em;
}

.small {
  font-size: smaller;
}

.large {
  font-size: larger;
}

.x-large {
  font-size: x-large;
}

.disabled {
  background-color: #E8F0F0;
}

.dot {
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px dashed #000080;
  cursor: pointer;
}

.dot:hover {
  color: #f00000;
}

.logos {
  display: table;
  margin: 0 auto;
}

.hiddenrefs a {
  display: none;
}

.hiddenrefs:hover a {
  display: block;
}

.shownrefs a {
  display: block;
}

.substrate {
  font-size: 0.8em;
  background-color: #CCDDEE;
}

.substrate td {
  border: 1px solid white;
}

.actions {
  padding: 5px 0;
}

.actions button, .action input {
  margin-right: 5px;
}

.titlecolor {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #048;
}

.results td, .results th {
  font-size: 80%;
  padding: 0.15em 0.5em;
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden_text, .spoiler {
  margin-left: 20px;
}

.hidden_text.exposed, .spoiler.exposed {
  display: none;
}

.hidden_text:not(.exposed) + *, .spoiler:not(.exposed) + * {
  display: none;
}

.hidden_text.exposed + *, .spoiler.exposed + * {
  display: initial;
}

details summary::marker {
  display: none;
}

summary::marker {
  content: "";
}

details.hidesummary[open] > summary,
details[open] > summary.hidesummary {
  display: none;
}

.pagetitle {
  font-size: 130%;
  padding: 0.2em 0;
}

.prototable td {
  padding: 0.3em;
}

.bigtable {
  border-collapse: collapse;
}
.bigtable td, .bigtable th {
  border: #ddd 0.5px solid;
  font-size: 0.8rem;
  padding: 0.1em;
}

.personalinfo {
  font-style: italic;
}

input {
  max-width: 90vw;
  padding: 0.2em 0.5em;
}
input .big {
  font-size: min(2rem, 5vmin);
  text-align: center;
  margin: 0.5em 0;
}

.big button {
  font-size: 2rem;
  margin-top: 1em;
}

.inputblock input {
  border: 2px solid lightgray;
  border-radius: 8px;
  padding: 0 4px;
  width: 15em;
  height: 2em;
  transition: border 0.2s;
}
.inputblock input:focus {
  outline: none;
  border: 2px solid blue;
}
.inputblock button {
  margin-left: -2em;
  padding: 3px 5px;
  background: 0;
  border: 0;
}

.bridge_double {
  color: red;
  font-weight: bold;
}

.bridge_redouble {
  color: darkblue;
  font-weight: bold;
}

td a.player {
  color: #555;
}

a.emoji {
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 0 0.2em;
}

/*# sourceMappingURL=main.css.map */
