<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 5, 2014, 6:01:42 AM
    Author     : Misbahul D Munir &lt;misbahuldmunir@gmail.com&gt;
*/
.tabular{
    display: table;
}

.tabular &gt; .table-row{
    display: table-row;
}

.tabular &gt; .table-row &gt; .table-cell{
    display: table-cell;
}

.table-striped &gt; .table-row:nth-child(2n+1) &gt; .table-cell{
    background-color: #f3f4f5;
}</pre></body></html>