#gallery {
  border: 3px dashed gray;
  margin: 1em;
  padding: 0.75em;
}


#gallery h3 {
  margin: 0;
  clear: left;
  /*outline: green 1px solid;*/
}

#gallery_not_notneeded div {
  border: 1px solid black;
  margin: 10px;
  padding: 8px;
  width: 100px;
  font-size: small;
  float: left;
  text-align: center;
/*  background-color: #BFBFBF;*/
  }

#gallery div img {
  border-style: none;
/*  margin:0px auto; 
  width:120px;
  height: 120px; */
  }
  
#gallery span.date {
  }

div.gallery  {
  /*border: 1px solid black;*/
  /* border: 1px dashed #dfdfdf; */
  /* border: 1px solid #f38a8a;*/
  margin: 10px;
  padding: 8px;
  width: 100px;
  /*font-size: small;*/
  float: left;
  text-align: center;
  /* min-height:186px; */
  min-height:190px;
  height:auto !important;
  /* height:250px; */
  /* background-color: #f38a8a; */
  }

div.container {
	/* the purpose of this div is so that the content doesn't float into the footer */
	overflow: auto;
	width: 100%
  }

/* --------------------------------------------------------------------- */
/*      css for embedded images too          */
img.bord {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}