#twocols, #maincol {width:100%; float:none;}
#sf_admin_menu, #sf_admin_theme_footer, #sfWebDebug,
#time-session,
.dataTables_filter,
.my-toolbar, .actions, .noprint {
  display:none;
}
#sf_admin_theme_header {
  background: #1197d6;
  width:100%; height:38px;
}

body, td, th, a {
  font: 9pt Tahoma, sans-serif, Arial, Helvetica;
  color: #000 !important;
}
h1 {
  font-size:11pt;
}
h2 { font-size:10pt; }
h3,h4,h5,h6 { font-size: 9pt; }

th {font-style: italic; text-align:left;}

.table,
.dataTable {
  border-collapse: collapse;
  border:solid 1px gray;
}
.table td, .table th,
.dataTable td, .dataTable th {
  border:solid 1px gray;
}
.table .hours td,
.dataTable .hours td {
  text-align:right;
}
.table td.title,
.dataTable td.title {
  text-align:left;
}
input, select {
  border: solid 1px lightgray;
  padding:0 1px; margin:0;
  font: inherit;
}
.no-print{
  display:none;
}
.hide-print {
  visibility: hidden;
}
