
div.scrolling {

}

/* Panel
*--------------------------------------------------------------------*/
.panel {

    border: transparent;
    background: #ECEDF0 none repeat scroll 0 0;
    border-radius: 0px; -moz-border-radius: 0px/*{cornerRadius}*/; -webkit-border-radius: 0px/*{cornerRadius}*/;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    zoom: 1;
    min-height:30px;
    height:auto;
}

.agent_nav .account-number {
    height: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    font-weight: bolder;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: -20px;
}