.uk-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html:before{


    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-image: url(../images/base-body-overlay.png);
    opacity: .1;
    pointer-events: none;
}
}