#twitcker-bar {
    height: 30px;
    width: 100%;
    background-color: rgb(146,56,136);
    background: -moz-linear-gradient(top,rgb(146,56,136) 0%,rgb(146,56,136) 100%);
    background: -webkit-linear-gradient(left,rgb(146,56,136) 0%,rgb(146,56,136) 100%);
    background: -ms-linear-gradient(left,rgb(146,56,136) 0%,rgb(146,56,136) 100%);
    background: linear-gradient(left,rgb(146,56,136) 0%,rgb(146,56,136) 100%);
    border-top: 1px solid rgba(50,50,50,0.5);
    border-bottom: 1px solid rgba(50,50,50,0.7);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    -moz-box-shadow: -4px 2px 4px rgba(255,255,255,0.25);
    -webkit-box-shadow: -4px 2px 4px rgba(255,255,255,0.25);
    box-shadow: -4px 2px 4px rgba(255,255,255,0.25);
}
#twitcker-bar div.box {
    background-color: transparent;
    display: inline-block;
    background: none;
    margin: 3px 11px 0 0;
    width: auto;
    float: none;
    position: relative;
    z-index: 2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#twitcker-bar div.box a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}