html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map-canvas {
    height: 100%;
}

#iw_container {
    min-width: 250px !important;
}

#iw_container .iw_title {
    font-size: 16px;
    font-weight: bold;
}

.iw_content {
    padding: 15px 15px 15px 0;
}
.iw_content strong {
    font-weight: bold;
}
.iw_content a {
    color: #333;
    text-decoration: none;
}

.gm-style .gm-style-iw {
    background-color: white;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: none;
    left: 25px;
    top: 15px;
    width: auto !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}