CSS: nested calc() for Custom Properties
(margin-top for vertical aligning)
  1. CSS variable is defined using calc();
  2. Another variable/property is defined using calc(); which reuses the first variable
  3. Hidden nested calc(); appears
Works in Chrome 51+, FF 48+ ( issue link )