.bnt-simple-ticker {
  background-color: #d32f2f;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
}
.bnt-simple-ticker a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.bnt-simple-ticker a:hover {
  text-decoration: underline;
}
.bnt-simple-title {
  margin-right: 10px;
}
