html body{
    font-size:14px;
}
.content-header{
    padding:0 0;
}
.scroll-info{
    height:2em;

    line-height: 2em;
    background-color: rgba(255, 255, 255, 0.5);
    color:rgba(0,255, 0, 0.7) ;
    text-align: center;
    cursor: pointer;
}
.content{
    padding:0 0;
}
table{
    background-color: #fff;
}
.main-header .sidebar-toggle:before {
    content: "";
}
.pull-right-container .glyphicon{
    font-size:10px;
}

.sidebar-toggle{
    position: relative;
    height:50px;
    padding:15px 15px;
}
.sidebar-toggle .glyphicon-menu-hamburger,.sidebar-toggle .glyphicon-menu-hamburger:before{
    position: absolute;
    top:8px;
    height:20px;
    width:14px;
}
