.bulletin_main {
  display: table;
  width: 100%;
  border: none;
}
.bulletin_title, .bulletin_date, .bulletin_text,
.bulletin_title_head, .bulletin_date_head, .bulletin_text_head {
  font-family: arial, dejavu sans, sans-serif;
  font-size: 12px;
  padding: 4px;
  vertical-align: top;
}
.bulletin_title_head {
  font-weight: bold;
  background-color: #D5F1FF;
}
.bulletin_text_head {
  font-weight: bold;
  background-color: #E9DDEC;
}
.bulletin_date_head {
  font-weight: bold;
  background-color: #EEF9DF;
  width: 180px;
}
.bulletin_title {
  font-weight: bold;
}
.bulletin_text {
}
.bulletin-date {
  font-size: 10px;
  font-style: italic;
}
