
/*
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 : May 1, 2018, 10:28:32 AM
    Author     : dantira
*/

.table      { display: table; }
.caption    { display: table-caption; }
.colgroup   { display: table-column; }
.tcol       { display: table-column-group; }
.thead      { display: table-header-group; }
.tfoot      { display: table-footer-group; }
.tbody      { display: table-row-group; }
.th, .td    { display: table-cell; }
.tr         { display: table-row; }

.highlightable .items-list:hover li {
    /*background-color: #fbbc05;*/
    background-color: rgba(251,188,5, .25);
}
