.visible-on-tr-hover {
    visibility: hidden;
}
tr:hover .visible-on-tr-hover {
    visibility: visible;
}

.hidden-row {
    padding: 0 !important;
    border-top: none !important;
}

.clickable{
    cursor: pointer;
}

.section-row {
    background-color: #fafafa;
    font-weight: bold;
}

.clickable:hover {
    background-color: #F0F0F0;
}

.selected {
    background-color: #E6E6E6;
}

.asp-log {
    word-break: break-all;
    min-width: 320px;
}

.alp-json {
    margin-left: 16px;
}