.element_properties {
    padding: 15px;
}

.element_property {
    padding: 5px 0;
}

.element_property:nth-child(odd) {
    background-color: #e5fbff;
}

.element_property__property {
    font-weight: bold;
}

@media (min-width: 350px) {
    .element_property__property,
    .element_property__value {
        float: left;
        width: 50%;
    }
}