@charset "utf-8";

/* css table parameters  */

#table, .table, #caption, .caption, #thead, .thead, #tfoot, .tfoot, .row, .cell, .row li,
#table ul, .table ul, #table ul li, .table ul li {
    font-size: .7rem;
    line-height: 1;
    color: #2F2;
}
#table, .table {
    width: 100%;
    background: #2F7;
}
#caption, .caption {
    background: #FC0;
    font-size: 1rem;
}
#multi .caption {
    font-size: .7rem;
}
#caption:hover, .caption:hover {
    background: #EF2;
    color: #63E;
    border-radius: .7rem;
}
#thead .row .cell, .thead .cell,.thead .row li, #thead ul li, .thead ul li {
    color: #F0F;
    background: #0C0;
}
.row:hover, .row:hover li, #table ul:hover, .table ul:hover li {
    background: #333;
}
.cell:hover, .row li:hover, #table ul li:hover , .table ul li:hover {
    background: #9C2;
    color: #F00;
    border: 1px solid #CFC;
}
#table ul li:first-child, .table ul li:first-child {
	color: #2FF;
}