body {
  font-size: 14px;
  color: #000;
  font-family: times, times new roman, sans;
  font-size: 14px;
  overflow: auto;
}

div {
  width: 100%;
}

/*********** Page header ************************/ 
#kreatvdocs-header {
  display: none;
}

/************ sidebar *******************************/
#sidebar {
  display: none;
}

#grip {
  display: none;
}

#searchbox {
  display: none;
}

/******************** main content *****************************/
#comments-module {
  display: none;
}

#main-content {
  background-color: #fff;
  position: static;
  margin-left: 0;
}

#pageContent {
  width: auto;
}

pre code[style],
pre code {
  max-height: none;
  width: auto !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled = false)";
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}

/************** footer ***********************/
#footer {
  display: none;
}

#print-table {
  border: 0px;
}

table {
  page-break-after: auto;
}

#print-table thead {
  display: table-header-group;
}

#print-table tfoot {
  display: table-footer-group;
  padding-top: 25px;
}

/* middle (containing sidebar and main content) */
#middle {
  display: static;
  top: auto;
  bottom: auto;
}

@page {
  size: A4 portrait;
  margin: 1cm;
}
