/* CSS Document */

#leftColumn,
#rightColumn,
.headerRight,
#breadcrumbs,
#header .headerTitle h1 {
  display: none;
}

img {
  border: none;
}

body {
  background-color: #fff;
  font-size: 12pt;
}

#wrapper,
#content {
  background-color: #fff;
  width: 96%;
  border: 0;
  margin: 0 1%;
  padding: 0;
  float: none !important;
  color: black; 
  background: transparent;
}

#content {
  clear: both;
}

.logo {
  float: none;
}

#footer {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #a1a1a1;
}

.articleInfoStrap {
  width: 99%;
  padding: 4px;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  margin: 20px 0 15px;
}

span.date,
span.author {
  color: #4f494a;
  margin: 0 35px 0 0;
}

span.print img {
  display: none;
}
