#menu-container {
    float: right;
    position: relative;
    margin: 10px;
}

#place-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
}

#place-content {
    visibility: hidden;
}

#no-place-content {
    display: none;
    padding: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

#meta-container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 16px;
    margin-bottom: 20px;
}

#place-name {
    line-height: 33px;
    font-weight: bold;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 16px;
}

#total-visits-container {
    margin-bottom: 8px;
}

.total-visits {
    font-size: 18px;
    font-weight: bold;
}

.info-name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.description-link {
    font-weight: normal;
}

#place-photo-container {
    margin-top: 6px;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

#place-map {
    margin-top: 6px;
    width: 100%;
    padding-bottom: 56.25%;
}

#place-photo {
    width: 100%;
    position: absolute;
    image-orientation: none;
}

.place-marker {
    background-image: url(../img/marker.png);
    -webkit-mask-image: url(../img/marker_mask.png);
    mask-image:url(../img/marker_mask.png);
    background-size: 48px 60px;
    -webkit-mask-size: 48px 60px;
    mask-size: 48px 60px;
}

#visits-container {
    margin-top: 0px;
}

.visit-text-container {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    vertical-align: middle;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: 0; /* Required for overflow wrap to work */
}

.visit-creator {
    font-weight: bold;
    font-style: italic;
}

.visit-date {
    font-style: italic;
}

.visit-icon-container {
    padding-right: 20px;
    vertical-align: top;
}

.visit-icon {
    padding-top: 10px;
    padding-bottom: 10px;
}

#visits-container tr td {
    border-bottom:1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

#more-visits-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

#page-footer {
    visibility: hidden;
}

#place-description {
    white-space: pre-wrap;
}

.no-overflow {
    overflow-wrap: break-word;
}
