#content
{
    margin:auto 10px;
    width:100% !important;
}
#example
{
    margin-left:-15px;
    margin-right:-16px;
}
#grid .k-toolbar
{
    min-height: 27px;
    padding: 1.3em;
}
span.k-autocomplete
{
    width :auto;
}
.toolbar
{
    width: 100%;
    height: 50%;
    display: table;
    font-size: 12px;
}
.divTable
{
    width: 100%;
    height: 50%;
    display: table;
}
#ErrorRow
{
    display: none;
    color: red;
}
.divTableRow
{
    width: 100%;
    height: 100%;
    vertical-align: middle;            
    display: table-row;
}
.divTableCell1
{
    float: left;
    width: 100px;
    height: 100%;
    line-height: 28px;
    vertical-align: middle;
    display: table-cell;
}
.divTableCell2
{
    float: left;
    width: 350px;
    height: 100%;
    line-height: 28px;
    display: table-cell;
}
.divTableCell3
{
    float: left;
    height: 100%;
    width: 120px;
    line-height: 28px;
    display: table-cell;
}
.divTableCell4
{
    float: left;
    height: 100%;
    line-height: 28px;
    display: table-cell;
}
#DocSuiteDDLRow
{
    width: 100%;
    height: 100%;
    display: none;
}
#CategoryDDLRow
{
    width: 100%;
    height: 100%;
    display: none;
}
#SubcategoryDDLRow
{
    width: 100%;
    height: 100%;
    display: none;
}

td.twocolfixedleft {
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    padding-right:10px;
}

table.tablerisksummary td#column1 {
    vertical-align: top; width: 60%;
    padding-right: 20px;
}

table.tablerisksummary td#column2 {
    vertical-align: top;
    padding: 50px 0 0 20px;
}

