.newslist_entry {
  padding: 20px 0;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}

.newslist_entry:hover .newslist_entry_icon {
  background-color: #c1392b;
}

.newslist_entry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.newslist_entry .newslist_entry_icon {
  width: 65px;
  height: 60px;
  background-color: #181515;
  float: left;
  margin-right: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.newslist_entry .newslist_entry_text {
  float: left;
  margin-top: 1px;
  width: 80%;
}

.newslist_entry .newslist_entry_text .newslist_entry_text_title {
  color: #555;
  font-size: 1.1em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.newslist_entry .newslist_entry_text .newslist_entry_text_content {
  line-height: 1.3em;
  margin-top: 6px;
  font-family: GloberBoldFree;
  display: none;
}

.newslist_entry .newslist_entry_arrow {
  float: right;
  width: 25px;
  height: 25px;
  background-image: url("../img/newslist_down.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.newslist_entry .newslist_entry_arrow_up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.newslist_active .newslist_entry_icon {
  background-color: #c1392b;
}

#news_list .dummyDetail {
  padding: 0;
  height: auto;
  display: none;
}

#news_list .dummyDetail .detailNugInner {
  padding: 20px;
}

#news_list .dummyDetail .detailNugInner p:last-child {
  margin-bottom: 0;
}

#optOutActivate, #optOutDeactivate {
  color: #c1392b;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#optOutActivate:hover, #optOutDeactivate:hover {
  color: #fff;
}
