.dropcap {
  float: left;
  color: #778888;
  font-size: 50px;
  line-height: 45px;
  padding: 8px 18px 0 2px;
  font-family: "Times New Roman", Times, serif;
}

.dropcap2 {
  float: left;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 10px 15px;
  margin: 8px 16px 0 2px;
  background-color: #555;
  color: rgba(254, 254, 254, 0.9);
  font-size: 40px;
  line-height: 35px;
  border-radius: 4px;
}

.dropcap2.bordered {
  background-color: transparent;
  color: #778888;
  border-radius: 4px;
  border: 1px solid #778888;
}

.dropcap2.dashed {
  border-style: dashed;
}

.dropcap2.shadow {
  box-shadow: 0 2px 4px #778888;
}

.dropcap2.circle {
  border-radius: 50%;
}

.sm_dropcap-mod.dropcap2.bordered {
  border-radius: 0;
  border: 0;
}
.sm_dropcap-mod.dropcap2 {
  background-color: #e293bf;
  color: white;
}

/*# sourceMappingURL=dropcaps.css.map */
