
table.press_item_list {
  border-collapse: collapse;
  border: 0;
  margin: 10px auto;
/*  margin-bottom: 50px; */
  width: 700px;
}
table.press_item_list tr td,  table.press_item_list tr th{
  border: 1px solid black;
}
table.press_item_list tr th{
  padding: 5px; 
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
table.press_item_list tr td{
  padding: 3px;
  text-align: center;
}

col.date-col {
  width: 13%;
}
col.pub-col {
  width: 25%;
}

