.notification_bar .match {
  margin-top: 15px;
  margin-bottom: 15px; }

.notification_bar .cta a {
  width: 100%;
  margin: 0 !important; }

.notification_bar .dismiss {
  text-align: right;
}

.notification_bar .text {
  display: inline-block;
}

.notification_bar .dismiss .x {
  border: 2px solid;
  border-radius: 20px;
  line-height: 1.2;
  padding: 0 3px 0 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
}

.notification_bar .vcell {
  text-align: left; }

.notification_bar .vtable {
  display: table;
  height: 100%;
  width: 100%; }
  .notification_bar .vtable .vcell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
