

#top_note {
  background: #145bae url(../img/breaking_news_bg.jpg) top left no-repeat;
  height: 245px;
  overflow: hidden;
  padding: 20px 0 0 30px;
  width: 333px;
}



.breaking_news_container {
  height: 150px;
  overflow: hidden; /* Jeśli długość tekstu będzie większa niż 150 px, zostanie on ucięty */
}

p.breaking_news_link {
  color: #fffe87;
  float: right;
  margin: 25px 0 0 0;
}

p.breaking_news_link a {
  color: #fffe87 !important;
  border-bottom: 1px solid #3873a9 !important;
}

p.breaking_news_link a:hover {
  border: 0 !important;
}
