/* ========================================================================== Property Group (Property Editor Groups) ========================================================================== */
/** Property Group Component This is a grouping of one or more properties in the context of a property editor. This allows us to conveniently group our properties and use psuedo selectors to apply styles to first / last elements within the group. Example HTML: <div class="a-PropertyGroup"> <div class="a-PropertyGroup-item"> [Property  Here] </div> <div class="a-PropertyGroup-item"> [Property  Here] </div> <div class="a-PropertyGroup-item"> [Property  Here] </div> </div> */
.a-PropertyGroup-item { border-top: 1px solid; border-bottom: 1px solid; }

.a-PropertyEditor-propertyGroup-body { padding: 4px 0; }
