.CD.shortcode {
  margin-bottom: 1em;
}
.CD.shortcode table {
  width: 100%;
}
.CD-header {
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.CD-header .CD-title,
.CD-header .CD-img {
  display: inline-block;
  vertical-align: middle;
}
.CD-header .CD-img {
  margin-right: 1em;
}
.CD-title {
  margin: 0 !important;
  font-size: 24px !important;
}
.CD-info {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.CD-info:before,
.CD-info:after {
  content: " ";
  display: table;
}
.CD-info:after {
  clear: both;
}
.CD-stats {
  padding: 20px;
  border-right: solid 1px #cccccc;
}
.CD-stats dt,
.CD-stats dd {
  display: inline-block;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.CD-stats dt {
  font-weight: bold;
  text-align: right;
  width: 50%;
  margin-right: 12%;
}
.CD-comments {
  padding: 20px;
}
.CD-footer {
  padding: 20px;
  color: #ffffff;
  background-color: #666666;
  border: solid 1px #cccccc;
  border-color: #666666;
  border-top-color: #808080;
  border-bottom-color: #595959;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.CD-footer:before,
.CD-footer:after {
  content: " ";
  display: table;
}
.CD-footer:after {
  clear: both;
}
.CD-footer .CD-cta {
  float: right !important;
}
.CD-footer .CD-cta_text {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  text-align: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.CD-footer .CD-open_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 0.618em 1em;
  border-radius: 3px;
  user-select: none;
  color: #ffffff;
  background-color: #83c37b;
  border-color: #83c37b;
  transition-duration: 0.1s;
  transition-property: background-color, color;
  transition-timing-function: ease-in;
}
.CD-footer .CD-open_button:hover,
.CD-footer .CD-open_button:focus {
  color: #ffffff;
  text-decoration: none;
}
.CD-footer .CD-open_button:active,
.CD-footer .CD-open_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.CD-footer .CD-open_button:hover,
.CD-footer .CD-open_button:focus,
.CD-footer .CD-open_button:active,
.CD-footer .CD-open_button.active {
  color: #ffffff;
  background-color: #69b65f;
  border-color: #5bb051;
}
.CD-rate.shortcode {
  padding: 4px 6px;
  border: solid 1px rgba(1, 1, 1, 0.1);
  border-radius: 2px;
}
.Rule {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.Grid:before,
.Grid:after {
  content: " ";
  display: table;
}
.Grid:after {
  clear: both;
}
.Grid--1of2 .Grid-cell {
  width: 50%;
}
.Grid-cell {
  float: left;
  width: 100%;
}
