Hi, there! I have the following rolltemplate HTML in my sheet: <rolltemplate class="sheet-rolltemplate-atributo"> <div class="sheet-template-container"> <div class="sheet-template-header"> <h4>{{nome}} testou e:</h4> </div> <div class="sheet-template-row"> {{nome}} rolou: </div> <div class="rollbox-template-row"> {{desempenho}} </div> </div> </rolltemplate> And the following CSS: .sheet-rolltemplate-atributo .sheet-template-container { color:#730A18; background-color:#FCECD8; margin-left:8px; padding-left:5px; padding-bottom:3px; } .sheet-rolltemplate-atributo .sheet-template-header { position:relative; border:3px solid #F2AC63; color:black; left:-11px; font-weight:bold; font-size:11pt; background-color:white; padding:3px; display:inline-block; border-radius:3px; } .sheet-rolltemplate-atributo .sheet-template-row { background-color: #ff0; border: 1px solid #0f0; color: #0f0; } The CSS is simply beeing ignored! Can anyone tell me what I am doing wrong? Thanks!