body .buorg#buorg{
    background-color: rgba(255,248,238,0.85);
}

body .buorg#buorg a:hover, body .buorg#buorg a:focus {
    text-decoration: none;
    color: #fff;
}

.buorg {
          background-position: 8px 17px; 
          position:absolute;
          position:fixed;
          z-index:111111;    
          width:100%; 
          top:0px; 
          left:0px;    
          border-bottom:1px solid #A29330;    
          text-align:left; 
          cursor:pointer;        
          background-color: #005BAA;    
          font: 17px Calibri,Helvetica,Arial,sans-serif;    
          box-shadow: 0 0 5px rgba(0,0,0,0.2);
          color: #000;
      }

      body #buorgig{
          float: right;
      }

      .buorg-update{
          width: 100px;
          text-align: center;
      }

      body .buorg-ignore{
          background-color: #005BAA;
          width: 100px;
          text-align: center;
      }

      .buorg-button.buorg-update{
          float: right;
      }


      @media only screen and(max-width: 700px){
      .buorg div { 
          padding:5px 12px 5px 9px; 
          text-indent: 22px;
          line-height: 1.3em;
      }
      .buorg {
          background-position: 9px 8px;
        }
      }