body.stylesheet--version::after {
	content: "Bradgate Stylesheet : Version 2";
	border: 1px solid black;
	background-color: #777;
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
	padding: .25em;
	display: block;
}

ul.postit {
  list-style: none;
  overflow: hidden;
  padding: 3em;
}
ul.postit > li {
  color: #000;
  background: #ffc;
  display: block;
  min-height: 10em;
  width: 20em;
  padding: 1em;
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  transition: 0.15s linear;
  transition: 0.15s linear;
  margin: 1em;
  float: left;

  transform: rotate(-6deg);
}
ul.postit > li:nth-child(even) {
  transform: rotate(4deg);
  position: relative;
  top: 5px;
  background: #cfc;
}
ul.postit > li:nth-child(3n) {
  position: relative;
  top: -5px;
  background: #ccf;
}
ul.postit > li:nth-child(5n) {
  transform: rotate(5deg);
  position: relative;
  top: -10px;
}
ul.postit h2 {
  border-bottom: 2px solid black;
}
ul.postit > li p {
  font-size: 120%;
}

.steps th {
  background-color: red;
  color: white;
  font-size: 3em;
  height: 2em;
  width: 2em;
  text-align: center;
}
.steps__desc {
  font-size: 3em;
  padding-right: 2em;
}
.steps__desc--small {
  font-size: 2em;
  padding-right: 2em;
}
.steps img {
  width: 5em;
}

.article__header--bradgate {
  background-color: #3060b8;
  color: white;
}

.article--monday .article__body {
	background-color: #aed6f1;
	border: double .5em blue;
	padding: 1em;
	margin: 1em;
}

.article--wednesday .article__body {
	background-color: #f9e79f;
	border: double .5em #c5b77e;
	padding: 1em;
	margin: 1em;
}

time.icon {
  font-size: 1em;
  /* change icon size */
  display: inline-block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: red;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: red;
}

time.icon span {
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.ko__team small { display: none }
.ko__team:hover small { display: inline }
