.r-table { display: table; width: 100%; height: 100%; padding: 0px; border: 2px;}
.r-table-row { display: table-row;  border: 1px;}
.r-table-value { display: table-cell; padding: 0px 0px 0px 4px; border: 1px solid #448;  color:#222; }
.scoreboard {text-align: center; height: 80px; width: 100%; line-height: 1rem;
    background-color: #228; color: rgb(255, 255, 255);
}
th.red-back {
    background-color: #ff6060;
}
.thr { text-align: center; }
.trd { color: red; font-weight: bold; }
.tgr { color: green; font-weight: bold; }
.tbl { color: blue; font-weight: bold; }
.tbk { color: black; font-weight: bold; }
.tbd { font-weight: bold; }

.lost { background-color: #f09090; }
.won { background-color: #b0f0b0; }
.tie { background-color: #e0e000; }

.score { font-size: 24px; font-weight: bold; }
.full-height { height: 100px; margin: 0px; padding: 0px;}
.no-bo { border: 0px; margin: 0px; height: 100%; }
.no-mp { margin: 0px; padding: 0px; }
.tal { text-align: left; }

.asteriskField { display: none; }

.i-table { display: table; height: 100%; padding-top: 10px; border: 1px;}
.i-table-row { display: table-row; }
.i-table-value {
    display: table-cell;
    padding: 5px;
    border: 1px solid #22f;
    color:#222;
    font-weight: bold;
    text-align: center;
}
