
input[type='text'].deviceInfoInput
{
    border: 1px solid rgb(195,195,195);
}

input[type='text'].deviceInfoInput:disabled
{
    border: 1px solid rgb(195,195,195);
}

.deviceSharedDataRow:nth-child(2n)
{
    background-color: rgb(255, 255, 255);
}

.deviceSharedDataRow:nth-child(2n + 1)
{
    background-color: rgb(232, 232, 232);
}

.inlinePanel
{
    display: inline-block;
    width: 100%;
}

.patientInput
{
    max-width: none;
}

.tableTitle
{
    max-width: 14em;
    color: rgb(0, 0, 0);
}

.infoTable label {
    min-width: 13em;
}

.infoTable label input
{
    float: left;
    margin-right: 0.5em;
}
.infoTable input
{
    width: 260px;
}
.tableContainer
{
    height: 500px;
    overflow-y:scroll;
}

.dynamicCheckboxTable li
{
    float:left;
    width:250px;
    margin: 5px;
}

.patientInfoTableButton
{
    float: right;
}