/**
 * (c) 2013 Jexcel Plugin | Bossanova UI
 * http://www.github.com/paulhodel/jexcel
 *
 * @author: Paul Hodel <paul.hodel@gmail.com>
 * @description: Web spreadsheet
 */
 
.jexcel > div > table > thead
{
    background-color:#fff;
}
.jexcel > div > table
{
    border-left:1px solid transparent;
}
.jexcel > div > table > thead > tr > td
{
    border-right:1px solid transparent;
    border-bottom:1px solid #cccccc;
    background-color:transparent;
    padding:10px;
    font-weight:bold;
}
.jexcel > div > table > tbody > tr, .jexcel > div > table > thead
{
    border-left:1px solid transparent;
}
.jexcel > div > table > tbody > tr > td
{
    padding:10px;
    border-right:1px solid transparent;
}
.jexcel > div > table > tbody > td.edition
{
    padding:0px;
    padding-left:4px;
}
.jexcel > div > table > tbody > tr > td:first-child
{
    background-color:#fff;
    font-weight:bold;
}
.jexcel > div > table > tbody > tr.selected > td:first-child
{
    background-color:#eee;
}
.jexcel > div > table > thead > tr > td.selected
{
    background-color:#eee;
}