.info-alert {
  position: relative;
  z-index: 99;
  width: 954px;
  margin: 0 auto;
  background: #fee800 url(../images/icon.alert.png) no-repeat 21px 20px;
  background-size: 37px 33px;
  color: #2f2f2f;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  padding: 18px 20px 18px 78px;
}

.info-alert h2 {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 2px;
}

.info-alert p {
  margin: 0;
}

.info-alert .text a {
  color: inherit;
  text-decoration: underline !important;
  white-space: nowrap;
}

.alert-content {
  display: table;
  width: 100%
}

.alert-content .text {
  display: table-cell;
}

.alert-content .date {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 20px;
  font-size: 13px;
  font-style: italic;
}
