.notifier_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  margin-top: -10px;
}

.notifier_table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.notifier_table thead tr {
  background-color: #ffff;
  border: 2px solid #b4c0ca;
  padding: 0.35em;
}
.notifier_table tr {
  background-color: #ffff;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.notifier_table th,
.notifier_table td {
  padding: 0.625em;
  text-align: center;
}

.notifier_table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #dfe6ed;
}
