.field-name-field-supervisor .field-item:after {
  content: ", ";
}
.field-name-field-supervisor .field-item:last-child:after {
  content: "";
}

/*
 * Wrap long URLs (https://perishablepress.com/wrapping-content/)
 */
a {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

.spamspan {
    float: initial !important;
    width: initial !important;
    min-height: initial !important;
    display: initial !important;
    margin: initial !important;
    box-sizing: initial !important;
}

.citation-list-row {
    margin-bottom: 10px;
}

.red{
  color: red;
}
