
.playerMatrixRectBG {
    /*fill: #eee;*/
    /*fill: #FAFAFA;*/
    font-size: 11px;
}

.player-matrix-png-div {
    margin-bottom: 20px;
}
.spacer20 {
    display: block;
    height: 20px;
}
.spacer50 {
    display: block;
    height: 50px;
}

.playerMatrixLine {
    stroke: #fff;
}

text.active {
    fill: darkorange;
    font-size: 13px;
    /*font-weight: bold;*/
}

rect.cell {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    stroke: #fff;
    stroke-width: 1px;
}
rect.cell-hover {
    stroke: darkorange;
    /*stroke-width:0.3px;*/
}

#matrixButtons {
    position: absolute;
    top: 185px;    /* was 41px */
    width: 200px;
}

.matrixTitle {

}

.matrix-tip1 {
    font-size: 10pt;
    text-align: center;
    margin-bottom:1px;
    margin-top:1px;
}