.citation blockquote p {
   font-size: 1em;
}

.citation blockquote p:before {
   content: "\f10d";
   font-family: 'Fontawesome';
   font-size: 2.5em;
   float: left;
   margin-right: 10px;
   color: red;
}

.citation blockquote p:after {
   content: "\f10e";
   font-family: 'Fontawesome';
   font-size: 2.5em;
   float: right;
   margin-left: 10px;
   color: red;
}

.date-strong {
   font-weight: bold;
}

.myul {
   list-style-type: none;
}

.myul img {
   margin-left: 10px;
   margin-right: 10px;
}