/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dzenaze-wrapper {
    background-color: #639421;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.dzenaze-wrapper ul {
    list-style: none;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
}

.dzenaze-wrapper ul li {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
    height: 60px;
}


.dzenaze-single-wrapper {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dzenaze-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.dzenaze-name {
    font-size: 22px;
    color: #fff;
    margin-left: 25px;
    white-space: nowrap;
}

.dzenaze-description {
    font-size: 22px;
    color: #fff;
    margin-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}