/* Stylesheet for print version of ReadersForAuthors.com
   by Stan W. Merrill, Phd
   27 February 2015
*/
/*
p {
  font-size: 1.0em;
}

#logo {
  font-size: 2em;
  text-decoration: none;
  padding-bottom: 4px;
  padding-left: 4px;
}


#page_title {
  font-size: 1.6em;
  font-weight: bold;
}

img {
  display: none;
}

.col_left {
  display: block;
  width: 50%;
  float: left;
}

.col_right {
  display: block;
  width: 47%;
  float: right;
}

#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 90%;
}
#footer {
  display: block;
  clear: both;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: #333333;
  color: #FFFFEE;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
*/

#navigation {
  display: none;
}

#footer {
  display: none;
}

#header {
  display: none;
}

.test {
  display: none;
}

button {
  display: none;
}

