
table > tbody,
table > tbody > tr,
table > tbody > tr > td,
table > thead ,
table > thead > tr ,
table > thead > tr > th,
table > thead > tr > td,
table {
    border-collapse : collapse;
    box-sizing      : border-box;
}

table.guitable {
    width       : 100%;
    padding     : 0px 0px 0px 0px;
    margin      : 0px 0px 0px 0px;
}

table.guitable > thead > tr,
table.guitable > thead > tr > th,
table.guitable > thead {
    padding     : 0px 0px 0px 0px;
    margin      : 0px 0px 0px 0px;
    border-collapse:collapse;
    height      : 18px;
    background  : #ccc;
}

table.guitable > thead > tr > th{
    border      : 1px #404040 solid;
    border-top-color:#000;
    color       : #101010;
    text-align  : center;
    line-height : 14px;
}

table.guitable > thead > tr > th > div:active{
    border-style: inset;
}

table.guitable > thead > tr > th > div{
    border      : 1px #ddd outset;
    border-top-color:#f0f0f0;
    border-left-color:#f0f0f0;

    width       : 100%;
    height      : 18px;
    overflow    : hidden;
}

table.guitable > tbody > tr > td {
    border      : 1px #cce solid;
    height      : 18px;
    background  : #e8e8e8;
    text-align  : right;
    line-height : 16px;
    font-size   : 12px;
    font-family : 'Arial Narrow';
    padding     : 0px 0px 0px 0px;
    padding-right:3px;
}
