th:nth-child(1),td:nth-child(1){
width:70%}
th:nth-child(2),td:nth-child(2){
width:10%;
text-align:center}
th:nth-child(3),td:nth-child(3){
width:10%;
text-align:center}

th:nth-child(4),td:nth-child(4){
width:10%;
  text-align:center}

th,td:nth-child(2),td:nth-child(3),td:nth-child(4){
  border:1px solid grey;
}
.icon.ion-arrow-right-c.text-color-theme{
  margin-right:10px}
tr.spacer{
  height:20px
}
th:first-child,td:first-child{
  padding-left:5px;
}