.form-no-margin {
    margin: 0 !important;
}

.break-word {
    word-break: break-word;
}

.thead-sticky {
    position: sticky;
    top: 0;
    z-index: 22;
    background: #fff;
    box-shadow: 0px -1px inset #ddd;
}

.pixelated {
    image-rendering: pixelated;
}

@media (min-width: 979px) {
    .thead-sticky {
        top: 40px;
    }
}