
/* Notification bar: its contents sit in a <table> pinned to the left edge of a
   full-width bar. Centre the table rather than restyling the cells. */
.wpfront-notification-bar > table { margin-left: auto !important; margin-right: auto !important; float: none !important; }
.wpfront-notification-bar { text-align: center !important; }
