body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  display: block;
}

.toolbar {
  align-items: center;
  background: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #67676a;
  display: flex;
  font: 500 20px/32px Roboto, 'Helvetica Neue', sans-serif;
  height: 64px;
  padding: 0 56px;
  width: 100%;
}

.toolbar img {
  height: 27px;
  margin: 0 8px;
}

.page-container {
  margin-top: 30px;
  padding: 10px;
}

@media (min-width: 786px) {
  .page-container {
    width: 786px;
    margin: 120px auto 30px;
  }
}

.section-card {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background-color: white;
}

.section-bar {
  height: 48px;
  background-color: #33658a;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.message-container {
  padding: 20px 20px;
}

.btn-unsubscribe {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  color: #fff;
  background-color: #c84630;
  box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
  margin: 8px 8px 8px 0;
}
