super.initialiseState(hrAttrs);
MutablePropertyValues propertyValues =
hrAttrs.getStyles().getPropertyValues();
if (propertyValues.wasExplicitlySpecified(StylePropertyDetails.MARGIN_TOP)) {
marginTop = propertyValues.getComputedValue(
StylePropertyDetails.MARGIN_TOP);
} else {
marginTop = DEFAULT_VERTICAL_SPACING;
}