body { } @blu: #507CD1; @bluChiaro: #D1DDF1; @bluScuro: #2461BF; @testoScuro: #333; .baseRow { background-color: #EFF3FB; } .altRow { background-color: #FFF; } .editRow { background-color: @bluScuro; } .selectedRow { background-color: @bluChiaro; font-weight: 600; color: @testoScuro; } .headerRow { background-color: @blu; font-weight: 600; color: white; } .footerRow { background-color: @blu; font-weight: 600; color: white; } .pagerRow { background-color: @bluScuro; color: white; text-align: center; margin: auto; } .text-center { text-align: center; margin: auto; } .tStrong { font-weight: bold; font-size: 1.3em; } .flRight { float: right; }