.dimensions-table {
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.attribute-row {
    display: flex;
    justify-content: stretch;
    align-items: center;
    /* background-color: #f5f5f5; */
    padding: 0px 0px 10px 5px;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.attribute-label {
    font-weight: normal;
	width:30%
}

.attribute-value {
    font-weight: bold;
	width:70%
}