body .buorg {
    background-position: 8px 17px; 
    position:absolute;
    position:fixed;
    z-index:111111;    
    width:100%; 
    top:0px; 
    left:0px;    
    border-bottom:none;
    text-align:left; 
    cursor:pointer;        
    background-color: #1f8dd6;    
    font: 13px sans-serif;    
	color:white;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
body .buorg div { 
    padding: 11px 12px 11px 30px;  
    line-height: 1.7em; 
}
body .buorg div a,
body .buorg div a:visited { 
    text-indent: 0; 
    color: #fff;    
    text-decoration: none;    
    box-shadow: 0 0 2px rgba(0,0,0,0.4);    
    padding: 1px 10px;    
    border-radius: 4px;    
    font-weight: normal;    
    background: #5ab400;    
    white-space: nowrap;   
    margin: 0 2px; display: inline-block;
}
body .buorg-button{
	background:#00db71;
	box-shadow:none;
	border:1px solid #ffffff;
}
body #buorgig{ 
    background-color: #1f8dd6;
}

@media only screen and (max-width: 700px){
body .buorg p { 
    padding:5px 12px 5px 9px; 
    text-indent: 22px;
    line-height: 1.7em;
}
body .buorg {
    background-position: 9px 8px;}
}