


table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}

.personabar-visible .sc-cb-pane-glow {
    -webkit-box-shadow: 0 0 2px 2px rgba(255, 153, 0, 0.5);
    box-shadow: 0 0 2px 2px rgba(255, 153, 0, 0.5);
    min-height: 30px;
}
body:not(.dnnEditState) .DNNEmptyPane {
    width: 100%;
}
.sc-content-block-menu {
    z-index: 9999 !important;
}

.lity-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #0079bc;
    border-radius: 50%;
    transition: background 500ms ease-in-out;
}
.lity-close:hover {
    background: #052264;
}


