.notification-container {
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  .notification-container {
    padding: 15px;
  }
}
.notification-table {
  border: 0;
  font-weight: inherit;
  border-spacing: 0 2px;
  border-collapse: separate;
  background-color: inherit;
  margin: -1px 0;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .notification-table {
    border-spacing: 0;
  }
}
.notification-table .sortable-header {
  cursor: pointer;
}
.notification-table .notification-expand-header {
  width: 2rem;
}
.notification-table .notification-date-header {
  width: 10em;
}
.notification-table .notification-actions-header {
  width: 7em;
}
.notification-table .notification-row .notification-header-row {
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff !important;
}
.notification-table .notification-row .notification-header-row > td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.notification-table .notification-row .notification-header-row .notification-title {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .notification-table .notification-row .notification-header-row .notification-title {
    font-weight: inherit;
  }
}
.notification-table .notification-row .notification-header-row[data-expand-state="expanded"] {
  background-color: #f3f3f4 !important;
}
.notification-table .notification-row .notification-header-row.unread {
  background-color: #fbf8cd !important;
}
.notification-table .notification-row .notification-header-row[data-expand-state="expanded"] > td:nth-child(2), .notification-table .notification-row .notification-header-row[data-expand-state="expanded"] + .notification-content-row > td:nth-child(2) {
  border-left: 2px solid black;
}
@media only screen and (min-width: 768px) {
  .notification-table .notification-row .notification-header-row[data-expand-state="expanded"] > td:nth-child(2), .notification-table .notification-row .notification-header-row[data-expand-state="expanded"] + .notification-content-row > td:nth-child(2) {
    border-left: inherit;
  }
}
.notification-table .notification-row .notification-header-row > td:nth-child(2), .notification-table .notification-row .notification-header-row > td:nth-child(4) {
  border: solid #cccbcb;
}
.notification-table .notification-row .notification-header-row > td:nth-child(2) {
  border-width: 1px 0 1px 1px;
}
@media only screen and (min-width: 768px) {
  .notification-table .notification-row .notification-header-row > td:nth-child(2) {
    border-width: 0 0 1px 0;
  }
}
.notification-table .notification-row .notification-header-row > td:nth-child(4) {
  border-width: 1px 1px 1px 0;
}
@media only screen and (min-width: 768px) {
  .notification-table .notification-row .notification-header-row > td:nth-child(4) {
    border-width: 0 0 1px 0;
  }
}
.notification-table .notification-row .notification-header-row:last-child > td {
  border-bottom: 1px;
}
.notification-table .notification-row .notification-header-row + .notification-content-row > td:nth-child(2) {
  border: 1px solid #cccbcb;
  border-left-width: 0;
}
@media only screen and (min-width: 768px) {
  .notification-table .notification-row .notification-header-row + .notification-content-row > td:nth-child(2) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (max-width: 767px) {
  .notification-table .notification-row .notification-content-row > td:nth-child(2) {
    position: relative;
    top: -3px;
  }
}
.notification-table .notification-row > tr > td {
  border-bottom: 1px solid #cccbcb;
}
.notification-table .notification-row .notification-small-date {
  font-size: smaller;
}
.notification-content {
  padding: 0;
}
.notification-content .notification-records hr.notification-record-separator {
  border-width: 1px;
}
.notification-content .notification-record .notification-title {
  margin-bottom: 10px;
  font-size: 12pt;
}
.notification-content .notification-record .small-column .riskbox {
  width: 100%;
}
.notification-content .notification-record .notification-explanation, .notification-content .notification-record .notification-supplemental {
  padding: 0 0 20px 0;
  margin: 0;
}
.notification-content .notification-record .alert-info-box {
  background-color: #f7f8f8;
  padding: 12px;
  margin-top: 10px;
  line-height: 18px;
  color: #414142;
}
.notification-content .notification-record .alert-info-group-label {
  text-transform: uppercase;
  font-weight: bold;
}
.recommended-actions {
  background-color: #f1f2f2;
  padding: 12px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414142;
}
.recommended-actions p, .recommended-actions li, .recommended-actions ol {
  color: #414142;
  padding-left: 0;
  line-height: 18px;
}
.recommended-actions ol {
  list-style-position: inside;
}
.recommended-actions ol ul {
  margin-left: 1rem;
}
.recommended-actions ol ul li {
  list-style-type: none;
}
.recommended-actions .recommended-actions-title {
  font-weight: bold;
}
.width2pt25rem {
  width: 2.25rem !important;
}
.pad2rem {
  padding-left: 2rem !important;
}
.clearBoth {
  clear: both;
}
/* IMC2 specific */
html:not(#imc3) .notification-table .notification-row:last-child .notification-header-row[data-expand-state=collapsed] > td, html:not(#imc3) .notification-table .notification-row:last-child .notification-content-row:last-child > td, html:not(#imc3) .notification-table .notification-row:last-child .notification-content-row:last-child > td.notificationContent {
  border-bottom: none;
}
