#info-bar {    display:none;    float:left;    position:fixed;    bottom:0;    width:100%;    max-height:50px;    padding:20px 0;    margin:0;    background:InfoBackground;    border:1px solid ActiveBorder;    font-size:12px;    z-index: 10000;}#info-bar p {    float:left;    width:80%;    padding: 0.1em 1em;    margin:0;    color:ButtonText;    font-size:12px;}#info-bar button#acceptC {    float:right;    display: inline-block;    line-height: normal;    text-align:center;    background:AppWorkspace;    cursor: pointer;    margin: 0 10px 0 0;    border: 1px solid ActiveBorder;    color: ButtonText;    border-radius: 4px;    vertical-align: middle;    font-size: 10px;    font-weight:bold;}#info-bar button#acceptC span {    display: block;    line-height: normal;    padding: 0.4em 1em;}#info-bar a:hover {    color:Highlight;}