.caption {
    text-align: left;
}
.caption img {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px black solid;
}
.content {
    word-break: break-all;
}
.float_clear {
    clear:both;
}
@media screen and (min-width: 768px) {
    .caption img {
        width:50%;
    }
}
.file-item {
    display: flex;
    flex-wrap: wrap;
}
.file-item a {
    margin-right:15px;
}
strong {
    font-weight: bold !important;
}
.paragraph_link {
    color: blue;
}
.chronology_img {
    max-width:100%;
}
