.items
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%
}

.items th,.items td
{
    border:1px solid #ddd;
    padding: 0.3em 0.6em;
    vertical-align: top;
}

.items th
{
    text-align: right;
    /*width: 160px;*/
    font-size: .8em;
}
.items .button-column,.pagerDiv,input[type="button"]
{
    display: none;
}
.items .checkbox-column {
    
}
