.table--spacing thead tr th {
    padding: 10px;
}	
.list--bullet li{
position: relative;
padding-left:20px !important;
}
.list--bullet li::before{
position: absolute;
content:"•";
left:-5px;
}