/*
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 <misbahuldmunir@gmail.com>
*/
.tabular{
    display: table;
}

.tabular > .table-row{
    display: table-row;
}

.tabular > .table-row > .table-cell{
    display: table-cell;
}

.table-striped > .table-row:nth-child(2n+1) > .table-cell{
    background-color: #f3f4f5;
}