/* ___SCORE___ */
ul.score {
  list-style: none;
}
ul.score li{
  border: 1px solid gray;
  display:inline-block;
}
ul.score table {
  /*border: 1px solid gray;*/
}
ul.score caption{
  font-weight:bold;
  padding: 2px 5px;
}

ul.score caption span{
  display:inline-block;
  width:80px;
}

th {
  text-decoration: underline;
}

tfoot td {
  border-top:1px solid;
  font-size:small;
  padding:2px;
}


legend {
  border:1px solid;
  font-size:18px;
  margin-left:10px;
  margin-top:10px;
  padding:0 8px;
}

fieldset {
  padding: 5px;
  margin-bottom:5px;
}

div.radio {
  padding-left: 65px;
}

div.textarea {
  display: inline-block;
  width:370px;
  margin-top:5px;
}
div.textarea textarea {
  width: 300px;
  height: 60px;
}

.red, .green {
  font-weight: bold;
  width: 30px;
}

.red {
  background: red;
}

.green {
  background: green;
}

th.souper{width:120px}
th.skore{width:60px}
th.strelci{width:280px}