/*
 * This file contains custom styling for icons generated using the Fontello font
 * (see css/fontello.css).
 */

/* Increase size of side navigation arrows. */
.icon-navarrow {
  font-size: 120%;
}

/* Make PDF icon red and slightly bigger than default. */
.icon-pdf {
  color: #E60000;
  font-size: 110%;
}

/* Set colour of iCalendar calendar links. */
.icon-ical {
  color: black;
}

/* Remove margins for info icon. */
.icon-info {
  font-weight: 500;
  margin: 0;
}
