#agp_locations {
    list-style: none;
    padding: 0 0 0 0;
    width: 30%;
    float: right;
}
#agp_locations div {
    display: block;
    background-color: #0e9f93;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5px 5px 5px 7px !important;
    list-style: circle;
}
#agp_locations ul {
    list-style: none;
    padding: 0 0 0 0;
}
#agp_locations ul{
    display: none;
}
#agp_locations ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #ced3d4;
    padding: 0 0 0 3px;
}
#agp_locations a {
    text-decoration: none;
}
#agp_locations a:hover {
    text-decoration: underline;
}

#agp_locations_map {
    margin: 0;
    padding: 0;
    width: 70%;
    height: 600px;
}

#agp_locations_map img{
    max-width: none !important;
}

.agp_infowindow {
    width: 200px;
}

.agp_infowindow bold {
    font-weight: 900;
}

.agp_location_name:before {
    content: "- ";
}

@media (max-width: 600px) {
    #agp_locations_map {
        width: 100%;
    }   

    #agp_locations {
        float: none;
        width: 100%;
    }

}