/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.bottom0.panel-group  {
margin-bottom: 0;
}

.notifications-scroll-area {
    max-height: 500px;
	position: relative;
	overflow: auto;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.inactiveLink {
  color: black;
  text-decoration:  none;
  pointer-events: none;
  cursor: default;
}