/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .alertbar {
     background-color: #ff0000;
     color: #FFFFFF;
     display: block;
     line-height: 45px;
     height: 50px;
     position: relative;
     text-align: center;
     text-decoration: none;
     top: 0px;
     width: 100%;
     z-index: 100;
 }
 
 .mb-20 {
     margin-bottom: 20px;
 }
  
 .mb-30 {
     margin-bottom: 30px;
 }