.date {
  border: solid 1px #888;
  border-radius: 3px;
  font-family: Lato,sans-serif;
  font-size: 16px;
  color: #888;
  padding: 3px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(118, 118, 118);
  border-bottom-style: inset;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(118, 118, 118);
  border-left-style: inset;
  border-left-width: 2px;
  border-right-color: rgb(118, 118, 118);
  border-right-style: inset;
  border-right-width: 2px;
  border-top-color: rgb(118, 118, 118);
  border-top-style: inset;
  border-top-width: 2px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: default;
}

.date:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}

.quotecard {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.quotecard p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}

.quotecard cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}

.quotecard:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

.quotecard:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -17px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

@media (max-width: 640px) {
  .quotecard:after {
    font-size: 22em;
    right: -25px;
  }
}

.gfx {
  width: 100%;
}

.maxht {
  max-height: 50px;
}

