/* adds a border to user avatar */

img.avatar {
    border-radius: 90%;
    height: auto;
    max-width: 50%;
}

/* Fixes full Calendar listing */
.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: pre-wrap;
    color: black;
}

/* Enable Bullet Points */
ol li, ul li {
    list-style: inherit;
}