/* hide calendar and todo entries in activity tab */
a[data-navigation="calendar"],
a[data-navigation="calendar_todo"] {
display:none !important;
}
