.found-pet {
    background-color: palegoldenrod;
    border: 1px solid #684801;
    border-radius: 5px;
    display: flex;
    flex-flow: row wrap;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.found-pet-details {
    height: 100%;
}

.found-pet-footer {
    display: flex;
    width: calc(100% + 10px);
    flex-shrink: 0;
    background-color: #917944;
    background: repeating-linear-gradient(
        45deg,
        #917944,
        #917944 10px,
        #947c43 10px,
        #947c43 20px
    );
    position: relative;
    bottom: -5px;
    left: -5px;
    padding: 5px;
}

.found-pet-reference, .found-pet-facebook-link {
    width: 50%;
}

.found-pet-reference {
    font-weight: bold;
    display: inline;
    color: rgb(0, 0, 0, 0.5);
    line-height: 35px;
    margin-left: 5px;
    font-size: 12pt;
    vertical-align: middle;
}

.found-pet-facebook-link {
    display: inline;
    text-align: right;
    font-weight: bold;
    font-size: 18pt;
}

.found-pet-details {
    width: calc(100% - 120px);
    padding-left: 5px;
    min-height: 150px;
}

.flex-line-break {
    width: 100%;
}

.found-pet-header {
    color: #684801;
    font-weight: bold;
    padding-bottom: 5px;
}

.found-pet-header-details {
    text-transform: uppercase;
    font-size: 12pt;
}

.found-pet-listed-by {
    font-size: 16pt;
}

.found-pet-list {
    font-size: 20pt;
}

.found-pet-contact-number {
    text-align: right;
    display: inline;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
}

.found-pet-image-img {
    width: 111px;
    height: 149px;
    border: 1px solid #604801;
    cursor: pointer;
}

#found-pet-image-viewer {
    display: inline-block;
    background-color: #eee;
    position: fixed;
    text-align: center;
    top: 5%;
    left: 50%;
    padding: 5px;
    transform: translate(-50%, 0);
    border-radius: 5px;
    z-index: 999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

#found-pet-image-viewer img {
    display:inline;
    max-height: 800px;
    object-fit: contain;
}

#vignette {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: 998;
}

.found-pet-contact-details {
    text-align: right;
    font-weight: bold;
    color: #604801;
    margin-right: 10px;
    line-height: 35px;
    width: 100%;
}

#no-pets-notice {
    text-align: center;
}

.ghost-post {
    width: 100%;
    background-color: rgb(238,232,170, 0.15);
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ghost-post-content {
    display: flex;
}

.ghost-post-image {
    width: 111px;
    height: 149px;
    background-color: rgb(148, 124, 67, 0.10);
    border-radius: 5px;
    position: relative;
    left: 10px;
    top: 10px;
}

.ghost-post-footer {
    width: 100%;
    height: 50px;
    background-color: rgb(148, 124, 67, 0.1);
    margin-top: 25px;
}

.ghost-post-header {
    margin: auto;
}

.ghost-post-header img {
    position: relative;
    left: -35px;
    top: 10px;
    height: 50px;
    width: 50px;
}