/*** News styles ***/
select {
  border: solid 1px #333;
}

#right_select {
  width: 500px;
}
#right_select option {
  width: 500px;
  overflow: hidden;
}

#article img {
  border: none;
  float: right;
  margin: 0 0 10px 10px;
}

#timeline h3 {
  margin: 0;
  padding: 0 0 5px 0;
}

#timeline .time_header {
  width: 100px;
}

