macro_rules! margin_horizontal {
    ($($tt:tt)+) => { ... };
}