.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;
}

.propertyAttributes__attributeWrapper:nth-child(2n-1) {
    background-color: #DDD;
}

.propertyAttributes__delete {
    color: red;
    padding-right:10px;
    padding-top:10px;
    float:right;
    cursor:pointer;

}