﻿html, body, div, p, form, a, img, ul, li, span, tr, td {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

.news_ticker {
  background-color: #f7f7f7;
  font-weight: 400;
  color: #2f6397;
  width: 156px;
  overflow: hidden;
  font-size: 14px;
}

.news_ticker .single_news_ticker {
  border: 1px solid #024281;
  border-bottom: none;
  padding: 3px;
  height: 57px;
  overflow: hidden;
}

.news_ticker .single_news_ticker:last-of-type {
  border-bottom: 1px solid #024281;
}

.a_single_news_ticker {
  height: 60px;
  display: block;
}

.news_ticker .single_news_ticker:hover {
  /*text-decoration:underline;*/
  color: #f7f7f7;
  background-color: #0f64ff;
}

.news_ticker .single_news_ticker:hover .data_single_news_ticker {
  color: #ffff00;
}

.news_ticker .single_news_ticker .data_single_news_ticker {
  color: gray;
  font-size: 12px;
}

.text_box_news_ticker {
  /*float:left;
  max-width:200px;*/
  width: 98%;
  padding: 5px;
}

.news_ticker_info {
  background-color: #f7f7f7;
  padding-bottom: 40px;
}

.news_ticker_info .news_ticker_info_text {
  background-color: #f7f7f7;
  color: #024281;
  /*    font-weight: 400;*/
  font-size: 15px;
  padding: 30px 15px 20px;
}

.news_ticker_type_1 {
  width: 450px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #024281;
}

.news_ticker_type_1 .ul_infinito {
  height: 280px;
}

.news_ticker_type_1 ul li {
  list-style-type: none;
  width: 100%;
}

.news_ticker_type_1 ul li a {
  height: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 7px;
  width: 436px;
}

.ul_infinito li :hover {
  color: #f7f7f7;
  background-color: #0f64ff;
}
/*# sourceMappingURL=D:\Desktop\WorkWindows\NapoliMagazine.Web\src\NapoliMagazine.Web\wwwroot\css\partials\news_ticker.css.map */