.itemComment {
  margin-top: 5px;
  font-style: italic;
  padding-left: 20px;
}
.itemVideo {
  text-align: center;
}
.itemVideo iframe {
  margin: 0 auto;
}
.itemQuote {
  font-size: 110%;
  margin: 20px 0 5px 0;
  width: auto;
  min-height: 100px;
  height: auto;
  background: url('http://www.gillmathias.com/wp-content/plugins/21-day-challenge/public/assets/images/quote-start.png') left top no-repeat, url('http://www.gillmathias.com/wp-content/plugins/21-day-challenge/public/assets/images/quote-end.png') right bottom no-repeat;
  padding: 1.3em 3.4em 1.3em 4em;
}
.quote-symbol {
  font-size: 120%;
  font-weight: bold;
  color: #767676;
}
.itemAuthor {
  font-size: 105%;
  color: #767676;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.itemAuthor:before {
  content: "~";
}
.itemLesson {
  margin: 20px 0;
}
.chall-banner {
  text-align: center;
  padding: 20px 0;
}
.postSegue {
  padding-top: 30px;
}
.c21-cta-wrap {
  background: #f4f4f4;
  border: #ccc solid 1px;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}
.c21-cta-wrap .c21-cta-title {
  padding: 0;
  margin: 0;
}
.c21-cta-wrap .c21-cta-content {
  padding: 10px 0;
}
.c21-cta-wrap .c21_cta_banner img {
  width: 100%;
}
ol.number-list {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter;
}
ol.number-list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  margin-top: 2em;
  min-height: 3em;
  border-left: 2px solid #CCCCCC;
}
ol.number-list > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 3em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #464646;
  content: counter(li-counter);
  counter-increment: li-counter;
}