.table .td,.table .th{ width: 20%;}
.table .td:nth-of-type(1),.table .th:nth-of-type(1){}
.table .td:nth-of-type(2),.table .th:nth-of-type(2){ width: 60%; text-align: left; }

@media (max-width: 768px) {
}

@media (max-width:450px) {
  .table .th:nth-of-type(1),.table .td:nth-of-type(1){display: none;}
  .table .th:nth-of-type(3),.table .td:nth-of-type(3){width:40%;}
}
