#grid table tr.header th {
    overflow: hidden;
}
#grid table tr.header a:hover {
    text-decoration: none;
}
#grid table tr.header a.asc,
#grid table tr.header a.desc {
    float: left;
    display: block;
    margin: 0 3px;
}
#grid table tr.header span {
    display: block;
    float: left;
}

#grid table input,
#grid table select {
    margin: 0;
}

#grid table td.top {
    display: none;
}

#grid table tfoot {
    background-color: #efefef;
}

#grid tr.grid-empty {
    background-color: #efefef;
    padding: 15px;
    border-radius: 4px;
}
