.comm {
    background: rgba(51, 204, 255, 0.3);
}

.temp {
    background: rgba(255, 255, 102, 0.3);
}

.can {
    background: rgba(255, 51, 102, 0.3);
}

.settle {
    background: rgba(102, 51, 153, 0.3);
}

.cash {
    background: rgba(51, 255, 102, 0.3);
}

.canw {
    background: rgba(255, 153, 00, 0.3);
}

.over {
    background: rgba(255, 00, 00, 0.3);
}

.fin {
    background: rgba(215, 215, 215, 0.3);
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.red {
    color: red;
}

.sm {
    font-size: 10px;
}

.courtbtn {
    font-size: 13px;
}

.tooltip4{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip4 p{
    margin:0;
    padding:0;
}
.description4 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.description4:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 130px;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(270deg);
}
.tooltip4:hover .description4{
    display: inline-block;
    top: 0px;
    left: -130px;
}