/*  $Id: styles_print.css,v 1.4 2009-02-12 21:21:28 mclark Exp $  */
/*  Copyright (C)2013 Matthew Clark. All Rights Reserved.  */

#container_header, #container_footer {
  display: none;
}

#container_inner {
  padding-top: 10px;
}

button {
  visibility: hidden; }

#dashboard {
  display: none;
}

a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}

.display th, .display td .label {
  border: 0;
}

table.list {
  width: auto;
}
table.list th {
  border: 0;
}
table.list th:first-child {
  border: 0;
}
table.list th.icons, table.list td.icons {
  border-left: 0;
  border-right: 0;
  width: 0;
  padding: 0;
  display: none;
}