/*body
{
    overflow-x: hidden;
}*/
.logo
{
    width: 70px;
}
.toggled-logo
{
    width: 40px;
}
.navbar-brand-box 
{
    margin-top: 10px;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    color: white;
    line-height: 35px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.handle {
    cursor: move;
}
