#ubimenu_badge{
    width:225px;
    height:75px;
    background:url("https://s3.amazonaws.com/ubi_dev/badge/badge75x225.png") no-repeat;
    cursor:pointer;
}

/* Bar should be hidden at the start.*/
#ubimenu_mobile_bar{
    display:none;
    background-color:black;
    background:-webkit-gradient(linear,left top,left bottom,from(#333),to(#111));
    background: -moz-linear-gradient(top,#333,#111);
    color:white;
    font-weight:bold;
    font-size:90px;
    font-family: helvetica,arial,sans-serif;
    text-align:center;
    text-decoration:none;
    margin:0;
    padding:0;
    position:absolute;
    top:-500px;
    line-height:2em;
    left:0;
    right:0;
    z-index:10001;
}
