#left-bar a{
    background: #f53cc2;
    border-radius: 5px;
    color: white;
    padding: 0px 5px;
}
.topBar{
position: fixed;
top: 36px;
background-color: #2C2C2C;
font-size: 18px;
font-weight: bold;
padding: 10px 0px;
text-align: center;
border-bottom: solid #F40A0A 2px;
border-top: dashed #CA8348 1px;
width: 100%;
color: #F5F5F5;
z-index:99999;
display:none;
}
.row1{

}
.row2{

}
.row3{

}
.topBar a{
border-bottom: solid 1px;
}