#news-table caption {
  color: #57dc5a;
  font-size: 1.4em;
}

#news-table th {
  color: #efecc4;
}

#news-table td {
  color: #3c763d;
  cursor: pointer;
}

a.link-tel {
  color: #9af509;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #efecc4;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}