.todays-news-table table {
  width: 100%;
}

.todays-news-table table tr td:first-child {
  width: 20%;
  background-color: #ddd;
  text-align: center;
}


.todays-news-table table tr td {
  font-size: 15px;
  padding: 10px;
}