
.notif {
  font-family: 12px Arial, Helvetica, sans-serif;
  background-color: #000;
  box-sizing: border-box;
  color: #EEE;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.main-title {
  color: #F00;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.sub-title {
  font-weight: bold;
  margin-top: 1em;
}
.emphasis {
  font-style: oblique;
  font-weight: bold;
}
#migration-banner p {
  margin: 0 auto;
  padding-right: 4em;
  text-align: center;
  width: 650px;
}
#adpage-iframe.iframe-migration {
  left: 0;
  top: 0;
  width: 100%;
}
.banner-head {
  background-color: #8c1d1d;
  font-size: 9px;
  font-weight: bold;
  padding: 6px;
}
.banner-body a {
  font-weight: bold;
}
.banner-body {
  background-color: #5f211b;
  font-size: 9px;
  padding: 6px;
}
.ad a,
.notif a {
  color: #c39a3c;
}
a:hover {
  text-decoration: none;
}
.notif-box ul,
.notif ul {
  list-style: disc;
  margin: .7em 2em .7em;
}
.notif-box {
  background-color: #2e2f34;
  padding: 20px 0;
}
