.crm-container .crm-section a.ToggleInventory {
    float: none;
    display: inline-block;
    margin-left: 25px;
    line-height: 135%;
    overflow: visible;
    vertical-align: middle;
    padding-bottom: 0px;
}

.crm-container .crm-section a.ToggleInventory span,
.crm-container .crm-section a.ToggleInventory span div.icon {
    display: inline-block;
    float: left;
    padding-bottom: 0px;
    margin-top: 1px;
}
.crm-container .crm-section a.ToggleInventory span div.icon {
    margin-right: 0px;
}
.inventoryMoreInfoText {
    width: auto;
    white-space: nowrap;
    padding-left: 5px;
    text-align: left;
    display: inline-block;
}
.inventoryMoreInfo {
    display: inline-block;
    width: 0px;
    overflow: hidden;
    height: 100%;
}
.inventory-section-default {
    border: 1px solid #aaa;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 5px;
    border-radius: 5px;
}
.inventory-section-default h3 {
    border-bottom: 1px solid #aaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.inventory-section-default div.inventory-content {
    padding: 5px;
}

.inventory-section-default div.inventory-content img.inventory-image {
    max-width: 25%;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}