/* CSS Style für Gewichtstabelle */
/* (c) 12/2020 by ELCOMO */

body {
  background-color: #222222;
  color: #c0c0c0;
}

img {
  border: none;
}

.container {
	 color: #c0c0c0;
	 width: 800px;
	 height: 400px;"
}

#chart {
	 color: #000000;
	 width: 100%;
	 height: 100%;
	 background: #222;
	 border: 1px solid #555652;
	 margin-top: 10px;"
}

.tblGewichtKopfzeile {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  vertical-align: middle;
  color: #c0c0c0;
  border: solid 3px #627769;
}

.tblGewichtDatenzeileNormal {
  font-family: arial;
  font-weight: thin;
  font-size: 12pt;
  text-align: center;
  vertical-align: middle;
  color: #c0c0c0;
  border: solid 2px #627769;
  padding: 2px;
}

.tblGewichtDatenzeileZiel {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  vertical-align: middle;
  color: #c0c0c0;
  border: solid 2px gold;
  padding: 2px;
}

.tblGewichtOptisch {
  background: rgb(26,177,13);
  background: linear-gradient(90deg, rgba(26,177,13,1) 25%, rgba(244,229,6,1) 38%, rgba(255,12,0,1) 75%);
  color: #000000;
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: left;
  vertical-align: middle;
  border: solid 2px #627769;
  padding: 2px;
}

.txtGewichtFusszeile {
  font-family: arial;
  font-weight: thin;
  font-size: 9pt;
  text-align: left;
  vertical-align: middle;
}
