/* ----------------------------------
 * Status
 * ---------------------------------- */
section[role="status"] {
  background: #424242;
  overflow: hidden;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: left;
}

section[role="status"] p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.2rem;
  margin: 1rem 3rem;
  padding: 0;
  text-align: left;
}

section[role="status"] p strong {
  color: #00a9dc;
  font-weight: 400;
}

/*
 * Right to Left View
 */

html[dir="rtl"] section[role="status"],
html[dir="rtl"] section[role="status"] p {
  text-align: right;
}

