.ResultUL{
    margin-bottom:10px;
}

.ResultUL > li{
    background-color: #333;
    color:white;
    padding:0px;
}

.ResultUL > li > div {
    padding:0px;
    margin:0px;
    text-align:center;
}

.ResultUL > li > div > div{
    border:1px solid #262626;
    padding:6px 2px;
    text-align:center;
}

.ResultUL > li > div > div.selectedTd{
    color: #c53232;
    font-weight:bold;
}

.battingListTable td.selectedTd{
    color: #c53232;
    font-weight:bold;
}

.topMember table.miniBatList{
    width:100%;
}
.topMember table.miniBatList td{
    font-size:0.85rem;
    padding:0.2rem 0.2rem;
    /* color:rgb(46, 14, 189);
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; */
    color:white;
}