.propertyAttributes {
    width: 100%;
    height: auto;
}

.propertyAttributes__header {
    width: 100%;
    height: 50px;
    display: block;
}

.propertyAttributes__headerItem {
    display: inline-block;
    position: relative;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.propertyAttributes__attributeWrapper {
    width: 100%;
    height: 50px;
    background-color: white;
    display: block;
}

.category-header {
    background: purple;
    padding: 1.2rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    border: solid 4px white;
}

.propertyAttributes__attributeWrapper:nth-child(2n-1) {
    background-color: #DDD;
}
