@charset "UTF-8";

figure {
box-sizing:border-box;
margin: 0 0 10px 0;
padding: 0 0 10px 0; 
background: #efefef linear-gradient(to top, #efefef, #ffffff) repeat scroll 0 0;
page-break-inside:avoid;
text-align:center;
}

figure a {display:block; box-sizing:border-box; border:none;}
figure > img, figure a > img, figure div > image { display:block; text-align:center !important; margin:auto;  max-width: 100%;}

figcaption {
clear: both;
color: #666;
display: block;
float: none;
font-style: italic;
padding: 5px;
text-align:center;
}
figcaption a {display: inline;}