body {
    font-family: Verdana;
}

.tr_label,
.tr_wide_label {
    font-weight: bold;
    padding-right: .5em;
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 3px;
    color: #5c6670;
}

.tr_wide_label {
    width: 250px;
}

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

.GrouperTable > tbody > tr:nth-child(even) {
    background: #E1F3FC;
}

.beta {
    background-color: hsl(348, 100%, 61%);
    color: white;
}

    .beta > option {
        background-color: hsl(347, 90%, 96%);
        color: black;
    }

    .live {
        background-color: hsl(141, 71%, 48%);
        color: white;
    }
        .live > option {
            background-color: hsl(142, 52%, 96%);
            color: black;
        }


.btnSwitcher {
    background-image: url(/images/switcher.png);
}

a.aButton {
    border: 1px solid #92978b;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #5c6670;
    padding: 4px;
    margin-left: 5px;
    width: 75px;
    background: url(https://cdn.tracker.us.com/img/tracker/cancel_gradient.png);
    text-decoration: none;
}