﻿.form-inline label {
    justify-content: flex-start;
    font-weight: bold;
}

.form-inline {
    display: block;
}

    .form-inline .form-control {
        width: inherit;
    }

    .form-inline .form-group {
        align-items: flex-end;
    }

.radioButtonList label {
    display: inline;
    padding: 0px 10px;
}

.table-responsive {
    border: .1em solid #33b35a;
}

.table thead {
    background: #d4edda;
}

    .table thead th {
        color: black;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background: #d4edda;
    border: #33b35a;
}

.tbTitle {
    background: #f3f3f3;
}

