/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2022 | 20:22:01 */
.uej-container {
    font-size: 90%;
}

.uej-main {
    padding: 10px;
    box-shadow: 0 0 1px #5a5a5a;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.uej-label {
    font-weight: 800;
    margin-right: 10px;
}

.uej-auth {
    font-size: 80%;
    padding: 3px;
    border: 1px solid grey;
    border-radius: 5px;
    margin-right: 10px;
}

.load-more-div {
    text-align: center;
    margin-top: 30px;
	cursor: pointer;
}

.uej-search-div {
    display: inline-flex;
}

.uej-search-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	height: 56px !important;
}

