// body {
//    background-color: #FFFFFF; /* #FFFFFF = white */
// }
article {
  background: #f3f3f3;
  /* #f7edee = very light orange #FFF6E6 = light orange  #F9F4EC = 50% light orange #e8e8e8=grey */
  margin-bottom: 20px;
  /* space between reunion articles */
  padding: 10px;
  box-sizing: border-box;
  /* w + h + padding + border = actual width */
  display: 0 1 32%;
  /* border:1px solid #FF9966; */
}

img.reunion-image-left {
  float: left;
  width: 340px;
  max-width: 99%;
  height: auto;
  padding: 0px 15px 2px 0px; // top right bottom left
}

/* cancelled used during covid-19 pandemic years 2020 and 2021 added 12-29-2020 so far used only in reunion and calendar*/
.cancelled {
  text-decoration-line: line-through;
}