@charset "UTF-8";
/* CSS Document */
/*
img{max-width: 100%;} */

#hrdouble{
        color: yellow;
        height:  1.0em;
        background-color: yellow;
    }
figure {
    padding: 4px;
    width: 100%;
}
figure > img {
    height: 250;
}
figcaption {
    background-color: white;
    color: blue;
    font-style: italic;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    width: 100%;
}
.galldiv {
    display: inline-block;
    width: 22%;
}
.galldiv img{width:85%}