.dop-container {
    display: flex;
}

.dop-sidebar {
    width: 25%;
    padding: 0px 30px 0px 0px;
}

.dop-main {
    width: 75%;
    height: 100%;
}

#drop-off-points {
    width: 100%;
    height: 100%;
}

#address-input {
    width: 75%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

#search-button {
    padding: 10px;
    line-height: normal;
    background: #ed1b24;
    color: white;
    font-weight: 400;
    vertical-align: top;
    border: 1px solid #ed1b24;
	cursor: pointer;
}

#drop-off-point-list {
    list-style-type: none;
    padding: 0;
    max-height: 414px;
    overflow-y: scroll;
    width: 100%;
    margin-top: 20px;
}

#drop-off-point-list li {
    padding: 20px;
	margin: 0px 0px 20px;
	background: #eaeaea;
}

#drop-off-point-list li a {
    text-decoration: none;
    color: #0073aa;
}

#drop-off-point-list li a:hover {
    text-decoration: underline;
}

#drop-off-point-list li p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: normal;
}

.gm-style-iw-chr {
    position: absolute;
    top: -5px;
    right: -5px;
}

.gm-style-iw-d {
    padding: 13px 20px 0px 0px;
}

.gm-style .gm-style-iw-d a{
	color: #ed1b24;
}