#main .pretty-table {
    font-size: 1.1em;
}

#main {
    font-size: 1.1em;
}

.pretty-table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #333;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000;
    background-color: #ffffff;
}

.pretty-table caption {
    caption-side: bottom;
    font-size: 0.9em;
    font-style: italic;
    text-align: right;
    padding: 0.5em 0;
}

.pretty-table th, .pretty-table td {
    border: 1px dotted #666;
    padding: 0.5em;
    text-align: left;
    color: #000; /*npa #632a39;*/
}

.pretty-table th[scope=col] {
    color: #000;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 0.9em;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

.pretty-table th+th[scope=col] {
    color: #000; /*npa #fff;*/
    background-color: #ffffff;
    border-right: 1px dotted #666;
}

.pretty-table th[scope=row] {
    background-color: #ffffff;
    border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td {
    color: #ffffff;
}

.pretty-table-data {
    height: 2em;
}

.pretty-table-space {
    line-height: 4em;
}

#header {
  /* Rebranding change - Bad effect with IE11 */
  /* position: running(header); */
}

#footer {
  /* Rebranding change - Bad effect with IE11 */
  /* position: fixed; */
  /* bottom: 0; */
}

/*
.ui-jqgrid-hdiv table, .ui-jqgrid-bdiv table
{
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background-color: #ffffff;
}

.ui-jqgrid-hdiv th, .ui-jqgrid-bdiv td
{
  border: 1px solid #000;
  padding: 0.5em;
  text-align: left;
  color: #000
}

.loading {
  display: none;
}
*/