img.upsAccessPointImg {
    max-width: 150px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

h1.firstHeading {
    font-size: 1.3em;
}

.subtitle {
    font-weight: bold;
}

button.chooseButton:hover {
    background-color: lightgrey;
}
button.chooseButton {
    border: 1px black solid;
    border-radius: 3px;
    font-size: 1em;
    background-color: white;
    padding: 3px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}