I am creating a vertical divider, that works fine. But the CSS is cumbersome.
The CSS is:
.headerDivider1 { border-left:1px solid #38546d;height:80px;pos
.headerDivider { border-left:1px solid #38546d; border-right:1px solid #16222c; height:80px; position:absolute; right:249px; top:10px; }