.field--name-field-hozzavalok .field-label {
    background: #3b6d11;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}
.field--name-field-elkeszites .field-label {
    background: #c87c3a;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}   
li strong {
    background: #e9f2dd;
    color: #3b6d11;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
    }
.node-content ul li {
    padding: 9px 0;
    list-style: none;
    border-bottom: 1px solid lightgrey;
}