.measure-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.measure-item {
    margin-left: 0 !important;
    padding: 0 !important;
    margin-bottom: 0.35rem;
}

.measure-option {
    padding: 0.5em;
}

.objects-header {
    font-weight: bold;
}

.properties-header {
    font-weight: bold;
}

.object-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em;
    cursor: pointer;
}

.object-item-left {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 0.08;
}

.measurement_value_table th {
    text-align: center;
}

.measurement_value {
    font-weight: bold;
}

