div.step-title {
    cursor: default !important;
}

div.log-detail {
    display: block;
    position: relative;
    overflow: auto;
    max-height: 15rem;
}

.device_list_name_text {
    font-size: 1.3em;
    font-weight: bold;
    color: #329de4;
}

.h-divider {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    width: 100%;
    border-top: 1px solid #42424242;
}

.hs-device-name {
    font-size: 1.3em;
    font-weight: bold;
}

.hs-zwave-node-info-table div div:first-child {
    text-align: end;
    font-weight: bold;
}

.hs-h5 {
    color: #329de4;
}

.hs-feature-name {
    font-size: 1.1em;
}

.hs-zwave-dropdown-menu .dropdown-item:hover,
.hs-zwave-dropdown-menu .dropdown-item:focus,
.hs-zwave-dropdown-menu .dropdown-item.active {
    background-color: #329de4 !important;
}

.hs-zwave-device-selection-menu:hover,
.hs-zwave-device-selection-menu:focus,
.hs-zwave-device-selection-menu:active {
    background-color: #329de4 !important;
    color: #ffffff;
}