
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.Listbtn {
    font-size: 11px !important;
    line-height: 12px;
    font-weight: bold;
    width: 51px !important;
    color: #0c569a !important;
    padding: 5px 5px;
    background: white;
    border: solid;
    border-width: thin;
    text-align: center;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
    text-transform: inherit;
    cursor: pointer;
}
.Mapbtn {
    font-size: 11px !important;
    line-height: 12px;
    font-weight: bold;
    width: 51px !important;
    color: white !important;
    padding: 5px 5px;
    background: #0c569a;
    border: solid;
    border-width: thin;
    border-color: #0c569a;
    text-align: center;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
    text-transform: inherit;
    cursor:pointer;
}


