.sthlmMap .gform_button {
    color: white;
    text-transform: uppercase;
    min-width: 225px;
    text-align: center;
    display: inline-block;
    padding: 14px 20px;
    background-color: #008AC9;
    border: none;
}

.sthlmMap .gform_button:hover {
    background-color: #006796;
    cursor:pointer;
}

.sthlmMap .gsection_title{
    font-family: "Open Sans",sans-serif;
    margin: 0 auto 0.5em;
    font-size: 1.2em;
    line-height: 1.8em;
}