/* pictures */
.caption {
    font-size: small;
    text-align: center;
    margin-top: 8px;
}

.caption img {
    padding: 15px 15px 55px 15px;
    border: thin solid black;
    background: white;
}

.captionText {
    color: black;
    position: relative;
    top: -45px;
}

