/* title bar of bootstrap modal dialogs */
.el_notificationHeader
{
  background-color: #cbcfd5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 5px solid #EDEEF3;
}

/* like a normal button but with the grey background colour to make it stick out */
.el_actionButton
{
  background-color: #cbcfd5;
  color: #000;
  overflow: hidden;
}
.el_actionButton:hover
{
  background-color: #aab1bb !important;
  color: #000;
  overflow: hidden;
}

/* a button that looks like plain text but behaves like a button used to expand/collapse paragpahs in texts */
.el_releaseNotesToggle
{
  font-weight: bold;
  color: #000;
  border: none;
  background: none;
  margin: 0px !important;
  padding: 0px !important;
}
.el_releaseNotesToggle:hover
{
  text-decoration: underline;
}
