.ghost-ied-panel-card-body {
    padding: 0.9rem;
    /*max-height: 50vh;*/
    overflow: auto;

}
@media (max-width: 1540px) {
    .ghost-ied-panel-card-body {
        padding: 0;
    }
}
.ghost-ied-panel-table {
    border-collapse: collapse;
    font-size: 0.9rem;
}
.ghost-ied-panel-table .table-cell {
    border: none;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5rem;
}
.ghost-ied-panel-table .table-cell-col-3 {
    width: 20%;
    text-align: center;
}
#set-offline-btn {
    display: inline-block;
    border: none;
    font-size: 1.1rem;
    transition: all 300ms;
    padding: 0.1rem;
    border-radius: 50%;
    transition: all 200ms;
}
#set-offline-btn:hover,
#set-offline-btn:active {
    background-color: white;
    color: #dc3545;
}
#set-offline-btn:focus {
    box-shadow: none;
    outline: none;
    font-weight: bold;
}

.ghost-ied-panel-table .table-header {
   background-color: #f7f7f7;
   font-weight: bolder;
}
.ghost-ied-panel-table .table-row:nth-child(even) {
    background-color: #f7f7f7;
}
.ghost-ied-panel-table span {
    color: #979797;
}
