<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toolbar-action-name-number &gt; div &gt; div:nth-child(1),
.toolbar-action-name-number &gt; div &gt; div:nth-child(3) &gt; div.col-xs-8.col-md-8,
#item_team_list &gt; thead &gt; tr &gt; td:nth-child(1),
#item_team_list &gt; tbody &gt; tr &gt; td:nth-child(1),
.toolbar-action-teams &gt; div:nth-child(1) &gt; span,
#table-team-list &gt; thead &gt; tr &gt; th:nth-child(2),
#table-team-list &gt; tbody &gt; tr &gt; td:nth-child(2) {display:none;}

#dg-left &gt; div:nth-child(1) &gt; ul &gt; li:nth-child(5) &gt; a &gt; span {font-size: 0;}
#dg-left &gt; div:nth-child(1) &gt; ul &gt; li:nth-child(5) &gt; a &gt; span:after {
    content: "3. Aggiungi Numero e Membri del Team";
    font-size: 13px;
}

.toolbar-action-add-list .btn.input-sm {font-size: 0;}
.toolbar-action-add-list .btn.input-sm:after {
    content: "Aggiungi lista dei Numeri";
    font-size: 12px;
    line-height: 18px;
}

#myModalLabel {font-size: 0;}
#myModalLabel:after {
    content: "Inserisci qui Numero e Taglia";
    font-size: 18px;
}</pre></body></html>