.stocklList{ margin-top: 40px;}
.stocklList table,
.stocklList tbody,
.stocklList tr,
.stocklList th,
.stocklList td{
 display: block;
 line-height: inherit;
}
.stocklList th,
.stocklList td{ border: none;}
.stocklList th{
 width: 100%;
 padding: 10px;
}
.stocklList td{ padding: 20px 10px;}
.stocklList td a{
 line-height: 2.2rem;
 display: inline-block;
}
.stocklList td a:nth-of-type(n+2){ margin-top: 5px;}

.stocklList li:not(:last-child){
  margin: 0 0 15px 0;
}
