
.listToBeFiltered{
        list-style:none;
        list-style-type:none;
        display:block;
        margin:0;
        padding:0;
        background-color:#ffffff ! important;
    }
    .listbox{
        position: absolute;
        top: 1.5em;
        left: 0px;
        height:83px;
        display:none;
        width: 100%;
        overflow: auto;
        z-index:2000;
        background-color:#ffffff ! important;
        border: 2px inset;
    }
    .listItem{
        white-space:nowrap;
        width:100%;
        display:block;
    }
    .listbox li.selected a{
        background-color:black ! important;
        color:white ! important;
    }
    .listItem a{
        color:black ! important;
        width:100%;
        display:block;
        text-decoration:none;
        background-color:#ffffff ! important;
    }
    .comboinput{
        border:none;
    }
    .comboinput .searchfield{
        width:210px;
        border:0;
        background-color:#ffffff ! important;
        border: 0px solid red;
    }
    .comboinput .searchimage{
        text-decoration:none;
        background-color:#ffffff ! important;
    }
    .comboinput .searchimage img{
        margin-left:4px;
        padding-bottom:2px;
        border: 0;
        vertical-align: middle;
        height:12px;
        width:12px;
        background-color:#ffffff ! important;
    }
    .combobox{
        display:inline-block;
        /*z-index:3000;*/
        position:relative;
        border:inset 2px; 
        width:100%;
        background-color:#ffffff ! important;
    }
    .inpage{
        z-index:100 ! important;
    }
    #typeresultcombo {
        margin-top: 11px;
        margin-left: -2px;
    }

    table.balancePieCard {
        overflow: hidden;
        border: none !important;
        display: block;
        height: 200px;
        overflow: scroll;
        overflow-x: auto;
        border: none;
        text-overflow: ellipsis;
    }

    table td.balancePieCard {
        white-space: nowrap;
    }
    table th.balancePieCard {
        white-space: inherit;
        word-break: normal;
    }

    .no-border {
    border: none !important;
}

.balancePieCard table td, .balancePieCard table th, .balancePieCard table td:first-child, .balancePieCard table td:last-child {
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
}

.no-padding {
    padding: 0 !important;
    border: none !important;
}

.balancePieCard table td, .balancePieCard table th, .balancePieCard table td:first-child, .balancePieCard table td:last-child {
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.balfund {
    max-width: 140px;
    padding-right: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zip {
    display: none;
}