.infoBoxMainDiv {
    bottom: 10px;
    height: auto;
    position: absolute;
    left: 12px;
    top: 48px;
    z-index: 99;
}

.infoBoxMainDiv hr {
    border:none;
    border-top:1px dotted gray;
    color:#fff;
    background-color:#fff;
    margin: 0 auto;
    height:1px;
    width:95%;
}

.infoBoxArrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #ffffff;
    overflow: scroll;
    position: relative;
    float: left;
}

.infoBoxList {
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    float: right;
    max-height: 325px;
    margin: 0 5px 15px 0;
    overflow: scroll;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 300px;
}
.infoBoxList:hover {
    box-shadow: 0 8px 8px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22);
}

.infoBoxListItems {
    width: 100%;
    height: 100%;
}

.container, #customAddrContainer {
    display: table;
    height: 60px;
    padding: 10px;
    width: 93%;
}

.container:hover, #customAddrContainer:hover {
    background-color: rgba(0,0,0,0.10);
    cursor: pointer;
}

.container p{
    display: table-row;
    font-size: 12px;
    vertical-align: middle;
}

.container h5 {
    margin: 0;
}

#customAddrContainer {
    color: #4d90fe;
    height: 20px;
}

#infoBoxCustLoc {
    margin: 0;
    /*text-align: center;*/
}

#infoBoxHeader {
    margin: 0;
    padding: 10px;
    /*text-align: center;*/
}

/***
* Responsive
*/

@media (max-width: 480px) {
    .infoBoxMainDiv {
        left: 0;
    }
    .infoBoxList {
        margin: 0 auto;
        width: 95%;
    }
}