
.gce-no-elements-display {
    width: 80%;
    max-width: 300px;
    margin: 50px auto;
    background-color: lightgray !important;
    text-align: center;
    user-select: none;
}

.gce-no-heading {
    position: relative;
    width: 100%;
    height: 50px;
}

    .gce-no-heading span {
        font-size: 22px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.gce-no-body {
    position: relative;
    height: 200px;
}

    .gce-no-body span {
        position: absolute;
        left: 50%;
        top: 25%;
        width: 100%;
        max-width: 90%;
        transform: translate(-50%, -50%);
    }

    .gce-no-body a {
        width: 100%;
        max-width: 80%;
        position: absolute;
        padding: 8px 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .gce-no-body a {
        font-size: 16px;
    }

    .gce-no-body span {
        color: black !important;
        font-size: 16px;
    }

    .gce-add-new-button a:hover,
    .gce-edit-controls a:hover,
    .gce-no-body a:hover {
        text-decoration: none;
    }

