macro_rules! caption_side {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (top) => { ... };
    (bottom) => { ... };
}