body {
    overflow-x: hidden;
}

body > div:nth-child(2) {
    margin-top:-80px;
}
.attributeRow {
    display: block;
    float: left;
    width: 100%;
}
.attributeRow .attribute {
    width: auto;
    margin-right: 3em;
    display: table;
}
.attributeRow .attribute > div {
    display: table-cell;
}
.attributeRow .attribute .icon {
    float: none;
    vertical-align: top;
    padding-top: 2px;
}
.attributeRow .attribute .icon img {
    width: 20px;
    margin-right: 10px;
}
.attributeRow .attribute .description.address {
    white-space: pre-wrap;
}
.attributeRow .attribute {
    margin-bottom: 10px;
    float: left;
    /* width: 50%; */
}
.attributeRow .attribute .description {
    float: left;
}