/*
li {
list-style-type: none; 
}
li:before {
    color: orange;
    content: "•";
    padding-right: 10px;
}
.t-btn td {
    font-size: 16px;
}
ul.t228__list li:before {
    content: "" !important;
}
*/