body {
    font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 750px;
    color: white;
}

@media (max-width: 950px) {
    .remember-device {
        display: none;
    }
}

.write-value {
    padding: 10px;
    margin: 10px;
}

.write-value .type {
    margin-bottom: 5px;
}

.write-value .value {
    margin-bottom: 5px;
}

.read-value {
    padding: 10px;
    margin: 10px;
}

.read-value > button {
    margin-bottom: 5px;
}

.notification {
    padding: 10px;
    margin: 10px;
}

.notification > button {
    margin-bottom: 5px;
}

.notification > .value {
    margin-bottom: 5px;
}

.value-display {

}

.value-display .type {
    margin-bottom: 5px;
}

.service {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #1976d2;
}

.service .service-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    background-color: #1976d2;
    padding: 5px;
}

.service .content {
    padding: 5px;
}

.service .content.hidden {
    padding: 0px;
    display: none;
}

.characteristic {
    border: 1px solid #512da8;
    margin-bottom: 5px;
    font-size: 14px;
}

.characteristic:last-child {
    margin-bottom: 0px;
}

.characteristic .properties {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    max-width: 1000px;
    text-align: center;
    column-gap: 5px;
}

.characteristic .properties .header {
    font-size: 13px;
    margin-bottom: 10px;
}

.characteristic .properties .value {
    padding: 0px;
    width: 30px;
    align-self: center;
    justify-self: center;
}

.characteristic .characteristic-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    background-color: #512da8;
    padding: 5px;
}

.characteristic .content {
    padding: 5px;
}

.characteristic .content.hidden {
    display: none;
}

.characteristic.hidden {
    display: none;
}



/*# sourceMappingURL=https://vm-7.internal.egzotech.com/ble/public.11b410e6.css.map */