/* ==========================================================================
   Pine Research Instrumentation
   
   HISTORY

   Author: Tim Paschkewitz
   ========================================================================== */

/* GENERAL */
.image-and-text-wrapper .left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--mid-blue-1);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.image-and-text-wrapper .caption {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin-right: 20px;
    width: 238px;
}

.image-and-text-wrapper .caption .name {
    line-height: 2em;
    font-size: 1.4em;
    font-weight: 700;
}

.image-and-text-wrapper .caption .title,
.image-and-text-wrapper .caption .dates {
    font-size: 0.88em;
}

.image-and-text-wrapper .caption .dates {
    font-style: italic;
}

.image-and-text-wrapper .pri-list {
    padding-left: 315px;
}