/* Stylesheet for published images */
#image-container {
	 width:100%;
	 margin:auto;
	 text-align:center;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: space-around;
}


.thumbs {
	 width: 340px;
	 padding: 10px;
	 text-align: center;
	 margin-top:1rem;
}
.thumbs img {
	 border: 1px solid grey;
	 border-radius: 8px;
	 box-shadow: -6px 6px 8px #808080;
	 cursor: pointer;
}
.thumbtext {
	 margin-top:.6rem;
	 border:1px solid #808080;
	 padding: .25rem 0 .25rem 0;
	 border-radius: 8px;
	 background:#f0f0f0;
	 box-shadow: -6px 6px 8px #808080;
}
.thumbsubtext {
	 font-size:smaller;
	 line-height:1.2rem;
}
