body #Demo, body.mobile #Demo {
    width:100% !important;
    height:30px !important;
    line-height:30px !important;
    background:#ffffd5 !important;
    border:5px solid #fdfdc3 !important;
    text-align: center !important;
    color:#666 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    position:fixed !important;
    bottom:0 !important;
    border-left:none !important;
    border-right:none !important;
    display:block !important;
    text-indent:0px !important;
    left:0 !important;
    z-index:9999 !important;
}
#Footer {
    margin-bottom:60px !important;
}

.ui-mobile #Demo {
    display: none !important;
}

body.mobile #Demo {
    position: relative !important;
    float: left !important;
}
