body {
    font-family: Helvetica, Arial, Sans-Serif;
}

.location {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    display: flex;
}

.location .info {
    flex: 1;
}

.location h1 {
    display: table;
    padding:5px;font-size:24px;background-color:#5e5e5e;color:#ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.location h2 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 5px;
}

.location p {
    font-size: 24px;
    margin-bottom: 10px;
}

.location p a {
    color: #4CAF50;
    font-weight: bold;
    font-size: 48px;
}

.location button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    cursor: pointer;
    float: right;
}

.location button:hover {
    background-color: #116814; /* Green */
}

.location button:visited {
    background-color: #888888; /* Gray */
}

.xxlocation button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor:pointer;
}

.xxlocation button:hover {
    background-color: #116814; /* Green */
}
