#nav-user-btn {
    position: relative;
}

#nav-user-btn button {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    width: 150px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    color: #4f697a;
    background-color: #303d50;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#nav-user-btn img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #303d50;
    background-color: #303d50;
    padding: 0;
    margin-right: -10px;
    z-index: 1;
    opacity: .99;
}

#nav-user-btn span {
    float: none;
    position: absolute;
    top: 50%;
    left: 93%;
}


#bontime-section div {
    padding: 0px 0px;
}


#bontime-section .breadcrumb {
    width: 100%;
    height: 30px;
    margin-top: 15px;
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

#bontime-section .breadcrumb span {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#bontime-section .breadcrumb li {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

#bontime-section .breadcrumb li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#bontime-section .breadcrumb li.active {
    color: #00c6ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}