/* Copyright (c) 2018 Divert, Inc. */

.device_detail {
    background-color: lightcyan;
    min-width: 24em;
    /*line-height: 85%;*/
    /*font-size: 90%;*/
}

.device_detail .webix_list_item {
    padding: 2px 4px;
    line-height: inherit;
    background-color: whitesmoke;
}

.device_detail span.cellhead {
    display: block;
    font-size: 75%;
    font-weight: bold;
}

.device_detail table {
    width: 100%;
    padding: 5px;
    border: 2pt solid steelblue;
    border-collapse: collapse;
}
.device_detail tr {
    border-top: 1px solid steelblue;
    border-bottom: 1px solid steelblue;
    background-color: whitesmoke;
}
.device_detail tr + tr.entryheader {
    border-top: 4pt solid steelblue;
}
.device_detail tr.entryheader > th {
    background-color: steelblue;
    color: whitesmoke;
    font-size: 125%;
    font-weight: bolder;
    text-align: center;
}
.device_detail td {
    border-left: 1px dotted steelblue;
    border-right: 1px dotted steelblue;
    padding-left: 1ex;
    padding-right: 1ex;
    padding-bottom: .25ex;
    min-width: 10ex;
}
.device_detail th+td {
    border-left: none;
}
