

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 10px;
    background-color: white;
    color: #333;
}

.dnrmenu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.dnrmenu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}
.dnrmenuli {
    
    margin-right: 20px!important;

}
#photo-caption-r-noscale img {
    max-width: 100%;
}
#photo-caption-r-noscale {
    margin: 0.5em;
    padding: 0.5em;
    width: auto;
    text-align: center;
    font-size: smaller;
    font-style: italic;
    float: right !important;
}
.callout.secondary {
    background-color: #eaeaea;
    color: #333;
}

.align-center {
    justify-content: center;
}
#photo-caption-r {
    margin: 0.5em;
    padding: 0.5em;
    width: 50%;
    text-align: center;
    font-size: smaller;
    font-style: italic;
    float: right;
}
.dnrmenu .dnrmenu-text {
    margin-right: 15px;
    
    font-weight: bold;
    color: inherit;
}