.news-alert {
  display: block;
  padding: 14px 21px;
  font-size: 13px;
  line-height: 22px;
  width: 707px;
  margin: 0 auto 20px auto;
  background: #000;
  color: #FFF;
  text-align: left;
  position: relative;
  /*text-transform: uppercase;*/
}

.js .news-alert {
  display: none;
}

.news-alert h1 {
  font-size: 16px;
}


.news-alert a {
  color: #FFF;
  text-decoration: underline;
}

.news-alert a:active,
.news-alert a:hover {
  text-decoration: none;
}

.news-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../Data/news-close.png") 0 0 no-repeat;
}

.news-close span {
  display: none;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}