/**
* Plugin Name: UCF Header Bar Plugin
* Plugin URI: https://universityheader.ucf.edu/
* Description: Enqueue the UCF Header Bar into any WordPress website. Options page for sites with a max-width of 1200px or greater.
* Version: 1.05
* Author: Jonathan Hendrcker
* Author URI: https://github.com/strmtrpr83
* License: GPL12
*/
#ucfhb-inner {
    width: 100% !important;
    max-width: 1200px !important;
}