@charset "utf-8"; /* -*- coding: utf-8 -*- */

@import "body.css";
@import "navbar.css";

table.competitionList
{
  font-size: 12px;
  text-align: center;
}

td.blue
{
  color: #0000c4;
  background-color: #cfe7ff;
  border: 1px rgb(36,36,178) solid;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  width: 80px; /* minimale Breite -- für bessere Optik des Generators */
}

td.white
{
  color: #0000c4;
  background-color: #ffffff;
  border: 1px rgb(36,36,178) solid;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  width: 80px; /* minimale Breite -- für bessere Optik des Generators */
}

span.nowrap
{
  white-space: nowrap;
}

/*===============================*/

td.blueDetails
{
  color: #0000c4;
}

td.whiteDetails
{
  color: #0000c4;
}

td.blueDetailsA
{
  background: #fff8bf;
  color: #0000c4;
}

td.whiteDetailsA
{
  background: #fff8bf;
  color: #0000c4;
}

td.blueDetailsB
{
  background: #bfd1ff;
  color: #0000c4;
}

td.whiteDetailsB
{
  background: #bfd1ff;
  color: #0000c4;
}

td.blueDetailsC
{
  background: #fff8bf;
  color: #0000c4;
}

td.whiteDetailsC
{
  background: #fff8bf;
  color: #0000c4;
}

td.blueDetailsD
{
  background: #bfd1ff;
  color: #0000c4;
}

td.whiteDetailsD
{
  background: #bfd1ff;
  color: #0000c4;
}

/*===============================*/

td.losnummer
{
  color: #0000c4;
  text-align: right;
  padding-right: 3px;
  padding-left: 3px;
  border-top: 1px rgb(36,36,178) solid;
  border-bottom: 1px rgb(36,36,178) solid;
  border-left: 1px rgb(36,36,178) solid;  
}


td.poolA
{
  background: #fff8bf;
}

td.poolB
{
  background: #bfd1ff;
}

td.poolC
{
  background: #fff8bf;
}

td.poolD
{
  background: #bfd1ff;
}

span.indicator
{
  font-size: 14px;
  font-weight: bold;
}

span.detailsTime
{
  border: 1px rgb(36,36,178) solid;
  padding-left: 1px;
  padding-right: 1px;
}

span.detailsScore
{
  border: 1px rgb(36,36,178) solid;
  padding-left: 1px;
  padding-right: 1px;
}

span.detailsTechnique
{
  border: 1px rgb(36,36,178) solid;
  padding-left: 1px;
  padding-right: 1px;
}

span.detailsComment
{
  border: 1px rgb(36,36,178) solid;
  padding-left: 1px;
  padding-right: 1px;
}

/* Description */

table.description
{ 
  margin-left: 10%;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  background-color: white;
  border: 2px rgb(36,36,178) solid;
}

th.headline
{
  background-color: rgb(36,36,178);
  color: rgb(239, 247, 255);
  
  font-weight: bold;
  padding: 5px;
}

