.table .td,.table .th{ width: 45%; text-align: left;}
.table .td:nth-of-type(3),.table .th:nth-of-type(3){text-align: left; width:10%;}
.table .td:nth-of-type(2){font-size: 14px;line-height: 2;}
.table .td:nth-of-type(3){font-size: 12px;line-height: 2.4;}

/* slide-cert */
.certs{display: none; font-size: 14px; color:#333; padding: 20px;}

@media (max-width: 768px) {
  .table .tr a.btn-view span{display: none;}
}

@media (max-width:450px) {
  .table .th:nth-of-type(2),.table .td:nth-of-type(2){display:none;}
  .table .td,.table .th{ width: 76%;}
  .table .th:nth-of-type(3),.table .td:nth-of-type(3){width:24%;}
  .table .td:nth-of-type(1){text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
}
