#notifications-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#notifications-page ol li .notification-type {
  font-size: 20pt;
  font-weight: 800;
}

#notifications-page .notification-area {
  background-color: #eee;
  padding: 10px;
  display: none;
  font-size: 12pt;
}

#sms-instructions {
  margin: 0 auto;
  margin-bottom: 30px;
}

#sms-instructions thead {
  font-size: 1.2em;
  font-weight: bold;
}

#sms-instructions td {
  padding: 5px;
  min-width: 120px;
}

#sms-instructions tbody tr:nth-child(odd) {
  background-color: #eee
}

#sms-instructions .text-contents {
  quotes: '\201c' '\201d';
}

#sms-instructions .text-contents:before {
  content: open-quote;
}

#sms-instructions .text-contents:after {
  content: close-quote;
}

#sms-instructions .phone-shortcode {
  color: #000;
}

#sms-instructions .text-contents {
  color: #000;
}

h1.instructions-title:not(:first-child) {
  margin-top: 2em;
}
