﻿#tblcommmembers, #tblcommgroups {
    cursor: pointer;
}

.activeuser * {
}

.inactiveuser * {
    color: gray;
    font-style: italic;
}

.readonlybox {
    border-radius: 5px;
    border: 1px solid silver;
    display: block;
    padding: 8px;
    background-color: ghostwhite;
}

.commcosttable td {
    padding: 5px;
    padding-right: 8px;
}

    .commcosttable td:first-child {
        width: 50%;
        text-align: right;
    }

.commcosttable tr:last-child td {
    border-top: 1px solid silver;
}

.notingroup td {
    color: lightslategray;
}

.card-header {
    font-weight: bold;
}

.daytable tr td {
    color: silver !important;
}

.rbsize{
    position:relative;
    top:2px;
    margin-right:6px !important;
}
.rbsizeHolder{
    border:1px solid white;
    cursor:pointer;
    background-color:#EEEEEE;
    color:darkslategray;
}
.rbsizeHolder.selected {
    border:1px solid black;
    background-color: #89fbff;
    color:black;
}